#24CC07
A medium, vivid green closely aligning with Limegreen.
About #24CC07
Visually, #24CC07 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 204, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 0% M, 97% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24CC07
RGB36, 204, 7
HSL111.2°, 93.4%, 41.4%
CMYK82%, 0%, 97%, 20%
HSV111.2°, 96.6%, 80.0%
LAB71.9, -70.4, 69.9
XYZ22.4, 43.6, 7.4
Decimal2411527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.72:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CC07;
}
.text-color {
color: #24CC07;
}
.border-color {
border: 2px solid #24CC07;
}