#24E966
A medium, vivid green closely aligning with Springgreen.
About #24E966
At its core, #24E966 is a medium and vivid hue. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(36, 233, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 0% magenta, 56% yellow, and 9% black. With a hue angle of 140.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24E966
RGB36, 233, 102
HSL140.1°, 81.7%, 52.7%
CMYK85%, 0%, 56%, 9%
HSV140.1°, 84.5%, 91.4%
LAB81.6, -72.0, 50.3
XYZ32.3, 59.6, 22.4
Decimal2419046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.92:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E966;
}
.text-color {
color: #24E966;
}
.border-color {
border: 2px solid #24E966;
}