#2CC51D
A medium, vivid green closely aligning with Limegreen.
About #2CC51D
Visually, #2CC51D is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 197, and 29.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 78% cyan, 0% magenta, 85% yellow, and 23% black. With a hue angle of 114.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#2CC51D
RGB44, 197, 29
HSL114.6°, 74.3%, 44.3%
CMYK78%, 0%, 85%, 23%
HSV114.6°, 85.3%, 77.3%
LAB69.9, -66.7, 64.7
XYZ21.2, 40.6, 7.9
Decimal2934045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.11:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC51D;
}
.text-color {
color: #2CC51D;
}
.border-color {
border: 2px solid #2CC51D;
}