#5FCC33
A medium, moderate green closely aligning with Limegreen.
About #5FCC33
At its core, #5FCC33 is a medium and moderate hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 204, and 51.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 53% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FCC33
RGB95, 204, 51
HSL102.7°, 60.0%, 50.0%
CMYK53%, 0%, 75%, 20%
HSV102.7°, 75.0%, 80.0%
LAB73.5, -57.3, 62.3
XYZ26.9, 45.9, 10.6
Decimal6278195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.17:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC33;
}
.text-color {
color: #5FCC33;
}
.border-color {
border: 2px solid #5FCC33;
}