#49FF50
A light, vivid green closely aligning with Lime.
About #49FF50
Visually, #49FF50 is defined as a vivid green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(73, 255, 80).
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 122.3° hue, 100.0% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#49FF50
RGB73, 255, 80
HSL122.3°, 100.0%, 64.3%
CMYK71%, 0%, 69%, 0%
HSV122.3°, 71.4%, 100.0%
LAB88.7, -76.7, 67.4
XYZ40.0, 73.5, 19.7
Decimal4849488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.70:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF50;
}
.text-color {
color: #49FF50;
}
.border-color {
border: 2px solid #49FF50;
}