#5FDB24
A medium, vivid green closely aligning with Limegreen.
About #5FDB24
Visually, #5FDB24 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 219, and 36.
If you are designing for print, the four-color process is what matters most. The color uses 57% Cyan, 0% Magenta, 84% Yellow, and 14% Black. The HSL representation is 100.7° hue, 71.8% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FDB24
RGB95, 219, 36
HSL100.7°, 71.8%, 50.0%
CMYK57%, 0%, 84%, 14%
HSV100.7°, 83.6%, 85.9%
LAB78.0, -63.4, 70.8
XYZ30.4, 53.2, 10.3
Decimal6282020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.64:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB24;
}
.text-color {
color: #5FDB24;
}
.border-color {
border: 2px solid #5FDB24;
}