#24FF00
A medium, vivid green closely aligning with Lime.
About #24FF00
Visually, #24FF00 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, 255, and 0.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 86% cyan, 0% magenta, 100% yellow, and 0% black. The HSL representation is 111.5° hue, 100.0% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24FF00
RGB36, 255, 0
HSL111.5°, 100.0%, 50.0%
CMYK86%, 0%, 100%, 0%
HSV111.5°, 100.0%, 100.0%
LAB87.9, -84.5, 83.4
XYZ36.5, 71.9, 12.0
Decimal2424576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.38:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF00;
}
.text-color {
color: #24FF00;
}
.border-color {
border: 2px solid #24FF00;
}