#49D324
A medium, vivid green closely aligning with Limegreen.
About #49D324
The hex code #49D324 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, 211, 36).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 65% cyan, 0% magenta, 83% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49D324
RGB73, 211, 36
HSL107.3°, 70.9%, 48.4%
CMYK65%, 0%, 83%, 17%
HSV107.3°, 82.9%, 82.7%
LAB74.9, -65.8, 67.8
XYZ26.4, 48.1, 9.6
Decimal4838180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D324;
}
.text-color {
color: #49D324;
}
.border-color {
border: 2px solid #49D324;
}