#3AD324
A medium, vivid green closely aligning with Limegreen.
About #3AD324
When working with digital screens, the color #3AD324 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 211, and 36.
For print applications, it's crucial to understand its CMYK makeup. The color uses 73% Cyan, 0% Magenta, 83% Yellow, and 17% Black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AD324
RGB58, 211, 36
HSL112.5°, 70.9%, 48.4%
CMYK73%, 0%, 83%, 17%
HSV112.5°, 82.9%, 82.7%
LAB74.6, -68.6, 67.4
XYZ25.4, 47.6, 9.5
Decimal3855140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD324;
}
.text-color {
color: #3AD324;
}
.border-color {
border: 2px solid #3AD324;
}