#49F80F
A medium, vivid green closely aligning with Lime.
About #49F80F
The precise color #49F80F is an excellent choice for modern design projects. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 73 red, 248 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 71% cyan, 0% magenta, 94% yellow, and 3% black. The HSL representation is 105.1° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F80F
RGB73, 248, 15
HSL105.1°, 94.3%, 51.6%
CMYK71%, 0%, 94%, 3%
HSV105.1°, 94.0%, 97.3%
LAB86.3, -77.8, 81.1
XYZ36.4, 68.6, 11.8
Decimal4847631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F80F;
}
.text-color {
color: #49F80F;
}
.border-color {
border: 2px solid #49F80F;
}