#5FE924
A medium, vivid green closely aligning with Lawngreen.
About #5FE924
The hex code #5FE924 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(95, 233, 36).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. With a hue angle of 102.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FE924
RGB95, 233, 36
HSL102.0°, 81.7%, 52.7%
CMYK59%, 0%, 85%, 9%
HSV102.0°, 84.5%, 91.4%
LAB82.3, -68.1, 74.6
XYZ34.2, 60.8, 11.6
Decimal6285604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.17:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE924;
}
.text-color {
color: #5FE924;
}
.border-color {
border: 2px solid #5FE924;
}