#5FE20F
A medium, vivid green closely aligning with Lawngreen.
About #5FE20F
The hex code #5FE20F represents a beautifully specific shade of green. Designers often compare it to the standard color Lawngreen. Its digital footprint relies on 95 parts red, 226 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 58% C, 0% M, 93% Y, and 11% K. With a hue angle of 97.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FE20F
RGB95, 226, 15
HSL97.3°, 87.6%, 47.3%
CMYK58%, 0%, 93%, 11%
HSV97.3°, 93.4%, 88.6%
LAB80.1, -66.4, 76.2
XYZ32.0, 56.9, 9.7
Decimal6283791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.37:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE20F;
}
.text-color {
color: #5FE20F;
}
.border-color {
border: 2px solid #5FE20F;
}