#24FF3A
A medium, vivid green closely aligning with Lime.
About #24FF3A
When working with digital screens, the color #24FF3A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 36 red, 255 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 86% Cyan, 0% Magenta, 77% Yellow, and 0% Black. With a hue angle of 126.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24FF3A
RGB36, 255, 58
HSL126.0°, 100.0%, 57.1%
CMYK86%, 0%, 77%, 0%
HSV126.0°, 85.9%, 100.0%
LAB88.1, -82.6, 73.9
XYZ37.3, 72.2, 16.0
Decimal2424634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.44:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF3A;
}
.text-color {
color: #24FF3A;
}
.border-color {
border: 2px solid #24FF3A;
}