#24F01D
A medium, vivid green closely aligning with Lime.
About #24F01D
Visually, #24F01D is defined as a vivid green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(36, 240, 29).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 85% C, 0% M, 88% Y, and 6% K. The HSL representation is 118.0° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24F01D
RGB36, 240, 29
HSL118.0°, 87.6%, 52.7%
CMYK85%, 0%, 88%, 6%
HSV118.0°, 87.9%, 94.1%
LAB83.3, -79.9, 76.5
XYZ32.1, 62.8, 11.6
Decimal2420765
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.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F01D;
}
.text-color {
color: #24F01D;
}
.border-color {
border: 2px solid #24F01D;
}