#24DB66
A medium, vivid green closely aligning with Springgreen.
About #24DB66
The hex code #24DB66 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 36 red, 219 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 84% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24DB66
RGB36, 219, 102
HSL141.6°, 71.8%, 50.0%
CMYK84%, 0%, 53%, 14%
HSV141.6°, 83.6%, 85.9%
LAB77.3, -67.6, 45.1
XYZ28.5, 52.0, 21.1
Decimal2415462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.40:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DB66;
}
.text-color {
color: #24DB66;
}
.border-color {
border: 2px solid #24DB66;
}