#5FDB49
A medium, moderate green closely aligning with Limegreen.
About #5FDB49
The precise color #5FDB49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(95, 219, 73).
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 0% Magenta, 67% Yellow, and 14% 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#5FDB49
RGB95, 219, 73
HSL111.0°, 67.0%, 57.3%
CMYK57%, 0%, 67%, 14%
HSV111.0°, 66.7%, 85.9%
LAB78.2, -61.0, 59.2
XYZ31.3, 53.6, 15.0
Decimal6282057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.72:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB49;
}
.text-color {
color: #5FDB49;
}
.border-color {
border: 2px solid #5FDB49;
}