#5FCC42
A medium, moderate green closely aligning with Limegreen.
About #5FCC42
Visually, #5FCC42 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 95 red, 204 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 0% Magenta, 68% Yellow, and 20% Black. With a hue angle of 107.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FCC42
RGB95, 204, 66
HSL107.4°, 57.5%, 52.9%
CMYK53%, 0%, 68%, 20%
HSV107.4°, 67.6%, 80.0%
LAB73.6, -56.1, 56.9
XYZ27.3, 46.0, 12.6
Decimal6278210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.20:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC42;
}
.text-color {
color: #5FCC42;
}
.border-color {
border: 2px solid #5FCC42;
}