#24F024
A medium, vivid green closely aligning with Lime.
About #24F024
The hex code #24F024 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 36 red, 240 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 0% Magenta, 85% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24F024
RGB36, 240, 36
HSL120.0°, 87.2%, 54.1%
CMYK85%, 0%, 85%, 6%
HSV120.0°, 85.0%, 94.1%
LAB83.3, -79.6, 75.1
XYZ32.2, 62.8, 12.1
Decimal2420772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F024;
}
.text-color {
color: #24F024;
}
.border-color {
border: 2px solid #24F024;
}