#2CF042
A medium, vivid green closely aligning with Limegreen.
About #2CF042
The hex code #2CF042 represents a beautifully specific shade of 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, 240, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 82% Cyan, 0% Magenta, 72% Yellow, and 6% Black. With a hue angle of 126.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CF042
RGB44, 240, 66
HSL126.7°, 86.7%, 55.7%
CMYK82%, 0%, 72%, 6%
HSV126.7°, 81.7%, 94.1%
LAB83.6, -77.1, 67.0
XYZ33.2, 63.2, 15.6
Decimal2945090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.65:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF042;
}
.text-color {
color: #2CF042;
}
.border-color {
border: 2px solid #2CF042;
}