#2CF049
A medium, vivid green closely aligning with Limegreen.
About #2CF049
When working with digital screens, the color #2CF049 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(44, 240, 73).
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 0% Magenta, 70% Yellow, and 6% Black. With a hue angle of 128.9 degrees, it sits comfortably in the green spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CF049
RGB44, 240, 73
HSL128.9°, 86.7%, 55.7%
CMYK82%, 0%, 70%, 6%
HSV128.9°, 81.7%, 94.1%
LAB83.6, -76.6, 64.6
XYZ33.4, 63.3, 16.8
Decimal2945097
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF049;
}
.text-color {
color: #2CF049;
}
.border-color {
border: 2px solid #2CF049;
}