#24FF1D
A medium, vivid green closely aligning with Lime.
About #24FF1D
At its core, #24FF1D is a medium and vivid hue. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 36 red, 255 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 0% M, 89% Y, and 0% K. The HSL representation is 118.1° hue, 100.0% saturation, and 55.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24FF1D
RGB36, 255, 29
HSL118.1°, 100.0%, 55.7%
CMYK86%, 0%, 89%, 0%
HSV118.1°, 88.6%, 100.0%
LAB88.0, -84.0, 80.5
XYZ36.7, 72.0, 13.1
Decimal2424605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF1D;
}
.text-color {
color: #24FF1D;
}
.border-color {
border: 2px solid #24FF1D;
}