#5FCC75
A medium, moderate green closely aligning with Lightgreen.
About #5FCC75
At its core, #5FCC75 is a medium and moderate hue. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 204, and 117.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 53% cyan, 0% magenta, 43% yellow, and 20% black. With a hue angle of 132.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FCC75
RGB95, 204, 117
HSL132.1°, 51.7%, 58.6%
CMYK53%, 0%, 43%, 20%
HSV132.1°, 53.4%, 80.0%
LAB74.1, -49.9, 34.0
XYZ29.5, 46.9, 24.3
Decimal6278261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.38:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC75;
}
.text-color {
color: #5FCC75;
}
.border-color {
border: 2px solid #5FCC75;
}