#5FCC07
A medium, vivid green closely aligning with Limegreen.
About #5FCC07
At its core, #5FCC07 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 95 red, 204 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 0% Magenta, 97% Yellow, and 20% Black. The HSL representation is 93.2° hue, 93.4% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FCC07
RGB95, 204, 7
HSL93.2°, 93.4%, 41.4%
CMYK53%, 0%, 97%, 20%
HSV93.2°, 96.6%, 80.0%
LAB73.3, -58.9, 71.6
XYZ26.4, 45.6, 7.6
Decimal6278151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.13:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC07;
}
.text-color {
color: #5FCC07;
}
.border-color {
border: 2px solid #5FCC07;
}