#5FF850
A light, vivid green closely aligning with Limegreen.
About #5FF850
When working with digital screens, the color #5FF850 is rendered by mixing light. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 95 parts red, 248 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 62% Cyan, 0% Magenta, 68% Yellow, and 3% Black. With a hue angle of 114.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF850
RGB95, 248, 80
HSL114.6°, 92.3%, 64.3%
CMYK62%, 0%, 68%, 3%
HSV114.6°, 67.7%, 97.3%
LAB87.1, -70.4, 65.9
XYZ39.7, 70.1, 19.0
Decimal6289488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.03:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF850;
}
.text-color {
color: #5FF850;
}
.border-color {
border: 2px solid #5FF850;
}