#2CBD1D
A medium, vivid green closely aligning with Limegreen.
About #2CBD1D
Visually, #2CBD1D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 189, and 29.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 77% cyan, 0% magenta, 85% yellow, and 26% black. The HSL representation is 114.4° hue, 73.4% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CBD1D
RGB44, 189, 29
HSL114.4°, 73.4%, 42.7%
CMYK77%, 0%, 85%, 26%
HSV114.4°, 84.7%, 74.1%
LAB67.3, -64.3, 62.4
XYZ19.5, 37.0, 7.3
Decimal2931997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.40:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD1D;
}
.text-color {
color: #2CBD1D;
}
.border-color {
border: 2px solid #2CBD1D;
}