#2CF024
A medium, vivid green closely aligning with Lime.
About #2CF024
Visually, #2CF024 is defined as a vivid green. Its closest recognized web color is Lime. In the RGB color space, it consists of 44 red, 240 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. With a hue angle of 117.6 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CF024
RGB44, 240, 36
HSL117.6°, 87.2%, 54.1%
CMYK82%, 0%, 85%, 6%
HSV117.6°, 85.0%, 94.1%
LAB83.4, -78.9, 75.2
XYZ32.5, 63.0, 12.1
Decimal2945060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.60:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF024;
}
.text-color {
color: #2CF024;
}
.border-color {
border: 2px solid #2CF024;
}