#24FF50
A medium, vivid green closely aligning with Lime.
About #24FF50
Visually, #24FF50 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(36, 255, 80).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 86% cyan and 0% magenta inks. With a hue angle of 132.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24FF50
RGB36, 255, 80
HSL132.1°, 100.0%, 57.1%
CMYK86%, 0%, 69%, 0%
HSV132.1°, 85.9%, 100.0%
LAB88.2, -81.0, 66.8
XYZ37.9, 72.5, 19.6
Decimal2424656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.49:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF50;
}
.text-color {
color: #24FF50;
}
.border-color {
border: 2px solid #24FF50;
}