#3AE916
A medium, vivid green closely aligning with Lawngreen.
About #3AE916
The hex code #3AE916 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(58, 233, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 75% C, 0% M, 91% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE916
RGB58, 233, 22
HSL109.8°, 82.7%, 50.0%
CMYK75%, 0%, 91%, 9%
HSV109.8°, 90.6%, 91.4%
LAB81.4, -75.6, 76.1
XYZ31.0, 59.2, 10.6
Decimal3860758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE916;
}
.text-color {
color: #3AE916;
}
.border-color {
border: 2px solid #3AE916;
}