#49CC49
A medium, moderate green closely aligning with Limegreen.
About #49CC49
At its core, #49CC49 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 73 parts red, 204 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 64% cyan, 0% magenta, 64% yellow, and 20% black. The HSL representation is 120.0° hue, 56.2% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49CC49
RGB73, 204, 73
HSL120.0°, 56.2%, 54.3%
CMYK64%, 0%, 64%, 20%
HSV120.0°, 64.2%, 80.0%
LAB72.9, -60.7, 53.2
XYZ25.5, 45.1, 13.7
Decimal4836425
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.02:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC49;
}
.text-color {
color: #49CC49;
}
.border-color {
border: 2px solid #49CC49;
}