#5FF066
A light, vivid green closely aligning with Springgreen.
About #5FF066
The hex code #5FF066 represents a beautifully specific shade of green. Designers often compare it to the standard color Springgreen. Its digital footprint relies on 95 parts red, 240 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 0% M, 57% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FF066
RGB95, 240, 102
HSL122.9°, 82.9%, 65.7%
CMYK60%, 0%, 57%, 6%
HSV122.9°, 60.4%, 94.1%
LAB84.8, -65.5, 54.4
XYZ38.3, 65.7, 23.2
Decimal6287462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.14:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF066;
}
.text-color {
color: #5FF066;
}
.border-color {
border: 2px solid #5FF066;
}