#3AE242
A medium, vivid green closely aligning with Limegreen.
About #3AE242
The precise color #3AE242 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 58 parts red, 226 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 0% M, 71% Y, and 11% K. The HSL representation is 122.9° hue, 74.3% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3AE242
RGB58, 226, 66
HSL122.9°, 74.3%, 55.7%
CMYK74%, 0%, 71%, 11%
HSV122.9°, 74.3%, 88.6%
LAB79.4, -71.2, 62.8
XYZ29.9, 55.7, 14.3
Decimal3859010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.14:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE242;
}
.text-color {
color: #3AE242;
}
.border-color {
border: 2px solid #3AE242;
}