#24F007
A medium, vivid green closely aligning with Lime.
About #24F007
Visually, #24F007 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 36 red, 240 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 0% magenta, 97% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#24F007
RGB36, 240, 7
HSL112.5°, 94.3%, 48.4%
CMYK85%, 0%, 97%, 6%
HSV112.5°, 97.1%, 94.1%
LAB83.3, -80.4, 79.1
XYZ31.9, 62.7, 10.6
Decimal2420743
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: #24F007;
}
.text-color {
color: #24F007;
}
.border-color {
border: 2px solid #24F007;
}