#24F00F
A medium, vivid green closely aligning with Lime.
About #24F00F
Visually, #24F00F 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, 15).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24F00F
RGB36, 240, 15
HSL114.4°, 88.2%, 50.0%
CMYK85%, 0%, 94%, 6%
HSV114.4°, 93.8%, 94.1%
LAB83.3, -80.3, 78.4
XYZ32.0, 62.7, 10.9
Decimal2420751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55: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: #24F00F;
}
.text-color {
color: #24F00F;
}
.border-color {
border: 2px solid #24F00F;
}