#2CF842
A medium, vivid green closely aligning with Lime.
About #2CF842
When working with digital screens, the color #2CF842 is rendered by mixing light. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 248, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 82% Cyan, 0% Magenta, 73% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#2CF842
RGB44, 248, 66
HSL126.5°, 93.6%, 57.3%
CMYK82%, 0%, 73%, 3%
HSV126.5°, 82.3%, 97.3%
LAB86.0, -79.4, 69.5
XYZ35.6, 68.1, 16.4
Decimal2947138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.61:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF842;
}
.text-color {
color: #2CF842;
}
.border-color {
border: 2px solid #2CF842;
}