#5FFF24
A medium, vivid green closely aligning with Lawngreen.
About #5FFF24
Visually, #5FFF24 is defined as a vivid green. It is closely associated with the named CSS color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 255, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 63% cyan and 0% magenta inks. With a hue angle of 103.8 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FFF24
RGB95, 255, 36
HSL103.8°, 100.0%, 57.1%
CMYK63%, 0%, 86%, 0%
HSV103.8°, 85.9%, 100.0%
LAB89.0, -75.2, 80.5
XYZ40.8, 74.1, 13.8
Decimal6291236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.82:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF24;
}
.text-color {
color: #5FFF24;
}
.border-color {
border: 2px solid #5FFF24;
}