#5FD300
A medium, vivid green closely aligning with Limegreen.
About #5FD300
The hex code #5FD300 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 95 red, 211 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 55% Cyan, 0% Magenta, 100% Yellow, and 17% Black. The HSL representation is 93.0° hue, 100.0% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FD300
RGB95, 211, 0
HSL93.0°, 100.0%, 41.4%
CMYK55%, 0%, 100%, 17%
HSV93.0°, 100.0%, 82.7%
LAB75.5, -61.5, 74.0
XYZ28.0, 49.0, 8.0
Decimal6279936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.80:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD300;
}
.text-color {
color: #5FD300;
}
.border-color {
border: 2px solid #5FD300;
}