#3AD342
A medium, moderate green closely aligning with Limegreen.
About #3AD342
The hex code #3AD342 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 58 red, 211 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 73% cyan, 0% magenta, 69% yellow, and 17% black. The HSL representation is 123.1° hue, 63.5% saturation, and 52.7% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AD342
RGB58, 211, 66
HSL123.1°, 63.5%, 52.7%
CMYK73%, 0%, 69%, 17%
HSV123.1°, 72.5%, 82.7%
LAB74.8, -66.5, 57.9
XYZ26.0, 47.9, 13.0
Decimal3855170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.58:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD342;
}
.text-color {
color: #3AD342;
}
.border-color {
border: 2px solid #3AD342;
}