#3AE95F
A medium, vivid green closely aligning with Springgreen.
About #3AE95F
The hex code #3AE95F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(58, 233, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 75% C, 0% M, 59% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE95F
RGB58, 233, 95
HSL132.7°, 79.9%, 57.1%
CMYK75%, 0%, 59%, 9%
HSV132.7°, 75.1%, 91.4%
LAB81.8, -70.5, 53.7
XYZ32.9, 60.0, 20.7
Decimal3860831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
13.00:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE95F;
}
.text-color {
color: #3AE95F;
}
.border-color {
border: 2px solid #3AE95F;
}