#24F000
A medium, vivid green closely aligning with Lime.
About #24F000
Visually, #24F000 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 240, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 0% M, 100% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#24F000
RGB36, 240, 0
HSL111.0°, 100.0%, 47.1%
CMYK85%, 0%, 100%, 6%
HSV111.0°, 100.0%, 94.1%
LAB83.3, -80.5, 79.7
XYZ31.9, 62.7, 10.4
Decimal2420736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.54:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F000;
}
.text-color {
color: #24F000;
}
.border-color {
border: 2px solid #24F000;
}