#5FBD33
A medium, moderate green closely aligning with Limegreen.
About #5FBD33
At its core, #5FBD33 is a medium and moderate hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(95, 189, 51).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FBD33
RGB95, 189, 51
HSL100.9°, 57.5%, 47.1%
CMYK50%, 0%, 73%, 26%
HSV100.9°, 73.0%, 74.1%
LAB68.8, -51.6, 57.7
XYZ23.5, 39.1, 9.4
Decimal6274355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.81:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD33;
}
.text-color {
color: #5FBD33;
}
.border-color {
border: 2px solid #5FBD33;
}