#3AE233
A medium, vivid green closely aligning with Limegreen.
About #3AE233
At its core, #3AE233 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 58 red, 226 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 0% Magenta, 77% Yellow, and 11% Black. The HSL representation is 117.6° hue, 75.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AE233
RGB58, 226, 51
HSL117.6°, 75.1%, 54.3%
CMYK74%, 0%, 77%, 11%
HSV117.6°, 77.4%, 88.6%
LAB79.3, -72.3, 67.7
XYZ29.5, 55.5, 12.3
Decimal3858995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.11:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE233;
}
.text-color {
color: #3AE233;
}
.border-color {
border: 2px solid #3AE233;
}