#2CF050
A medium, vivid green closely aligning with Limegreen.
About #2CF050
The hex code #2CF050 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 240, and 80.
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 0% Magenta, 67% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CF050
RGB44, 240, 80
HSL131.0°, 86.7%, 55.7%
CMYK82%, 0%, 67%, 6%
HSV131.0°, 81.7%, 94.1%
LAB83.7, -75.9, 62.0
XYZ33.6, 63.4, 18.1
Decimal2945104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.69:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF050;
}
.text-color {
color: #2CF050;
}
.border-color {
border: 2px solid #2CF050;
}