#5FD32C
A medium, moderate green closely aligning with Limegreen.
About #5FD32C
At its core, #5FD32C is a medium and moderate hue. 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 44 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 55% cyan, 0% magenta, 79% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FD32C
RGB95, 211, 44
HSL101.7°, 65.5%, 50.0%
CMYK55%, 0%, 79%, 17%
HSV101.7°, 79.1%, 82.7%
LAB75.6, -60.2, 66.5
XYZ28.5, 49.2, 10.4
Decimal6279980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.84:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD32C;
}
.text-color {
color: #5FD32C;
}
.border-color {
border: 2px solid #5FD32C;
}