#5FCC6D
A medium, moderate green closely aligning with Lightgreen.
About #5FCC6D
The precise color #5FCC6D is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 95 parts red, 204 parts green, and 109 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 53% Cyan, 0% Magenta, 47% Yellow, and 20% Black. With a hue angle of 127.7 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FCC6D
RGB95, 204, 109
HSL127.7°, 51.7%, 58.6%
CMYK53%, 0%, 47%, 20%
HSV127.7°, 53.4%, 80.0%
LAB74.0, -51.1, 37.9
XYZ29.1, 46.7, 22.0
Decimal6278253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC6D;
}
.text-color {
color: #5FCC6D;
}
.border-color {
border: 2px solid #5FCC6D;
}