#3AE224
A medium, vivid green closely aligning with Limegreen.
About #3AE224
The hex code #3AE224 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 226, and 36.
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, 84% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE224
RGB58, 226, 36
HSL113.1°, 76.6%, 51.4%
CMYK74%, 0%, 84%, 11%
HSV113.1°, 84.1%, 88.6%
LAB79.3, -73.1, 71.6
XYZ29.3, 55.4, 10.8
Decimal3858980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE224;
}
.text-color {
color: #3AE224;
}
.border-color {
border: 2px solid #3AE224;
}