#3AE207
A medium, vivid green closely aligning with Lawngreen.
About #3AE207
At its core, #3AE207 is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 226, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 0% M, 97% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#3AE207
RGB58, 226, 7
HSL106.0°, 94.0%, 45.7%
CMYK74%, 0%, 97%, 11%
HSV106.0°, 96.9%, 88.6%
LAB79.2, -73.9, 75.9
XYZ29.0, 55.3, 9.3
Decimal3858951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.06:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE207;
}
.text-color {
color: #3AE207;
}
.border-color {
border: 2px solid #3AE207;
}