#2CE233
A medium, vivid green closely aligning with Limegreen.
About #2CE233
At its core, #2CE233 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 44 parts red, 226 parts green, and 51 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 81% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#2CE233
RGB44, 226, 51
HSL122.3°, 75.8%, 52.9%
CMYK81%, 0%, 77%, 11%
HSV122.3°, 80.5%, 88.6%
LAB79.1, -74.1, 67.5
XYZ28.8, 55.2, 12.3
Decimal2941491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.03:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE233;
}
.text-color {
color: #2CE233;
}
.border-color {
border: 2px solid #2CE233;
}