#24F80F
A medium, vivid green closely aligning with Lime.
About #24F80F
At its core, #24F80F is a medium and vivid hue. Its closest recognized web color is Lime. In the RGB color space, it consists of 36 red, 248 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 85% C, 0% M, 94% Y, and 3% K. With a hue angle of 114.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24F80F
RGB36, 248, 15
HSL114.6°, 94.3%, 51.6%
CMYK85%, 0%, 94%, 3%
HSV114.6°, 94.0%, 97.3%
LAB85.8, -82.4, 80.5
XYZ34.4, 67.5, 11.7
Decimal2422799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.51:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F80F;
}
.text-color {
color: #24F80F;
}
.border-color {
border: 2px solid #24F80F;
}