#5FCC66
A medium, moderate green closely aligning with Lightgreen.
About #5FCC66
At its core, #5FCC66 is a medium and moderate hue. Its closest recognized web color is Lightgreen. Its digital footprint relies on 95 parts red, 204 parts green, and 102 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 53% C, 0% M, 50% Y, and 20% K. The HSL representation is 123.9° hue, 51.7% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FCC66
RGB95, 204, 102
HSL123.9°, 51.7%, 58.6%
CMYK53%, 0%, 50%, 20%
HSV123.9°, 53.4%, 80.0%
LAB73.9, -52.1, 41.3
XYZ28.7, 46.6, 20.0
Decimal6278246
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.32:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC66;
}
.text-color {
color: #5FCC66;
}
.border-color {
border: 2px solid #5FCC66;
}