#2CBD07
A dark, vivid green closely aligning with Limegreen.
About #2CBD07
The hex code #2CBD07 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 44 red, 189 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 77% cyan, 0% magenta, 96% yellow, and 26% black. With a hue angle of 107.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CBD07
RGB44, 189, 7
HSL107.8°, 92.9%, 38.4%
CMYK77%, 0%, 96%, 26%
HSV107.8°, 96.3%, 74.1%
LAB67.2, -65.0, 66.1
XYZ19.3, 36.9, 6.3
Decimal2931975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.39:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD07;
}
.text-color {
color: #2CBD07;
}
.border-color {
border: 2px solid #2CBD07;
}