#49F824
A medium, vivid green closely aligning with Lime.
About #49F824
The precise color #49F824 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(73, 248, 36).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. The HSL representation is 109.5° hue, 93.8% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49F824
RGB73, 248, 36
HSL109.5°, 93.8%, 55.7%
CMYK71%, 0%, 85%, 3%
HSV109.5°, 85.5%, 97.3%
LAB86.3, -77.3, 78.0
XYZ36.6, 68.7, 13.0
Decimal4847652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.74:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F824;
}
.text-color {
color: #49F824;
}
.border-color {
border: 2px solid #49F824;
}