#49FF49
A light, vivid green closely aligning with Lime.
About #49FF49
The precise color #49FF49 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, 255 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 71% Cyan, 0% Magenta, 71% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49FF49
RGB73, 255, 73
HSL120.0°, 100.0%, 64.3%
CMYK71%, 0%, 71%, 0%
HSV120.0°, 71.4%, 100.0%
LAB88.6, -77.3, 69.9
XYZ39.7, 73.4, 18.4
Decimal4849481
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.68:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF49;
}
.text-color {
color: #49FF49;
}
.border-color {
border: 2px solid #49FF49;
}