#24C500
A dark, vivid green closely aligning with Limegreen.
About #24C500
Visually, #24C500 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(36, 197, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 82% C, 0% M, 100% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24C500
RGB36, 197, 0
HSL109.0°, 100.0%, 38.6%
CMYK82%, 0%, 100%, 23%
HSV109.0°, 100.0%, 77.3%
LAB69.7, -68.5, 68.8
XYZ20.7, 40.3, 6.7
Decimal2409728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24C500;
}
.text-color {
color: #24C500;
}
.border-color {
border: 2px solid #24C500;
}