#3AD333
A medium, moderate green closely aligning with Limegreen.
About #3AD333
The precise color #3AD333 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 58 parts red, 211 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 73% Cyan, 0% Magenta, 76% 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#3AD333
RGB58, 211, 51
HSL117.4°, 64.5%, 51.4%
CMYK73%, 0%, 76%, 17%
HSV117.4°, 75.8%, 82.7%
LAB74.7, -67.7, 63.2
XYZ25.6, 47.7, 11.0
Decimal3855155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.55:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD333;
}
.text-color {
color: #3AD333;
}
.border-color {
border: 2px solid #3AD333;
}