#5FE250
A light, vivid green closely aligning with Limegreen.
About #5FE250
The hex code #5FE250 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 95 parts red, 226 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 58% cyan, 0% magenta, 65% yellow, and 11% black. The HSL representation is 113.8° hue, 71.6% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FE250
RGB95, 226, 80
HSL113.8°, 71.6%, 60.0%
CMYK58%, 0%, 65%, 11%
HSV113.8°, 64.6%, 88.6%
LAB80.4, -62.8, 58.7
XYZ33.4, 57.4, 16.9
Decimal6283856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.48:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE250;
}
.text-color {
color: #5FE250;
}
.border-color {
border: 2px solid #5FE250;
}