#2CDB33
A medium, vivid green closely aligning with Limegreen.
About #2CDB33
Visually, #2CDB33 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 219, and 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 80% Cyan, 0% Magenta, 77% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#2CDB33
RGB44, 219, 51
HSL122.4°, 70.9%, 51.6%
CMYK80%, 0%, 77%, 14%
HSV122.4°, 79.9%, 85.9%
LAB76.9, -72.1, 65.3
XYZ27.0, 51.4, 11.6
Decimal2939699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.29:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB33;
}
.text-color {
color: #2CDB33;
}
.border-color {
border: 2px solid #2CDB33;
}