#49C549
A medium, moderate green closely aligning with Limegreen.
About #49C549
The hex code #49C549 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(73, 197, 73).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 63% C, 0% M, 63% Y, and 23% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49C549
RGB73, 197, 73
HSL120.0°, 51.7%, 52.9%
CMYK63%, 0%, 63%, 23%
HSV120.0°, 62.9%, 77.3%
LAB70.8, -58.3, 50.8
XYZ23.9, 41.8, 13.1
Decimal4834633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.37:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49C549;
}
.text-color {
color: #49C549;
}
.border-color {
border: 2px solid #49C549;
}