#5FCC2C
A medium, moderate green closely aligning with Limegreen.
About #5FCC2C
The hex code #5FCC2C represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 95 red, 204 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 53% Cyan, 0% Magenta, 78% Yellow, and 20% Black. With a hue angle of 100.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FCC2C
RGB95, 204, 44
HSL100.9°, 64.5%, 48.6%
CMYK53%, 0%, 78%, 20%
HSV100.9°, 78.4%, 80.0%
LAB73.4, -57.7, 64.5
XYZ26.8, 45.8, 9.8
Decimal6278188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.16:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC2C;
}
.text-color {
color: #5FCC2C;
}
.border-color {
border: 2px solid #5FCC2C;
}