#24E96D
A medium, vivid green closely aligning with Springgreen.
About #24E96D
The precise color #24E96D is an excellent choice for modern design projects. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(36, 233, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 85% cyan, 0% magenta, 53% yellow, and 9% black. With a hue angle of 142.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24E96D
RGB36, 233, 109
HSL142.2°, 81.7%, 52.7%
CMYK85%, 0%, 53%, 9%
HSV142.2°, 84.5%, 91.4%
LAB81.7, -71.1, 47.2
XYZ32.6, 59.8, 24.3
Decimal2419053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.95:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E96D;
}
.text-color {
color: #24E96D;
}
.border-color {
border: 2px solid #24E96D;
}