#24CC1D
A medium, vivid green closely aligning with Limegreen.
About #24CC1D
Visually, #24CC1D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 36 parts red, 204 parts green, and 29 parts blue light.
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, 86% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24CC1D
RGB36, 204, 29
HSL117.6°, 75.1%, 45.7%
CMYK82%, 0%, 86%, 20%
HSV117.6°, 85.8%, 80.0%
LAB72.0, -69.8, 66.6
XYZ22.5, 43.6, 8.4
Decimal2411549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.73:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CC1D;
}
.text-color {
color: #24CC1D;
}
.border-color {
border: 2px solid #24CC1D;
}