#5FBD24
A medium, moderate green closely aligning with Limegreen.
About #5FBD24
Visually, #5FBD24 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(95, 189, 36).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. With a hue angle of 96.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FBD24
RGB95, 189, 36
HSL96.9°, 68.0%, 44.1%
CMYK50%, 0%, 81%, 26%
HSV96.9°, 81.0%, 74.1%
LAB68.7, -52.5, 62.4
XYZ23.2, 39.0, 8.0
Decimal6274340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.79:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD24;
}
.text-color {
color: #5FBD24;
}
.border-color {
border: 2px solid #5FBD24;
}