#3AE966
A medium, vivid green closely aligning with Springgreen.
About #3AE966
Visually, #3AE966 is defined as a vivid green. It is closely associated with the named CSS color Springgreen. Its digital footprint relies on 58 parts red, 233 parts green, and 102 parts blue light.
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, 56% Y, and 9% K. With a hue angle of 135.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AE966
RGB58, 233, 102
HSL135.1°, 79.9%, 57.1%
CMYK75%, 0%, 56%, 9%
HSV135.1°, 75.1%, 91.4%
LAB81.9, -69.6, 50.7
XYZ33.3, 60.1, 22.4
Decimal3860838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.03:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE966;
}
.text-color {
color: #3AE966;
}
.border-color {
border: 2px solid #3AE966;
}