#3AF866
A light, vivid green closely aligning with Springgreen.
About #3AF866
The precise color #3AF866 is an excellent choice for modern design projects. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(58, 248, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 0% M, 59% Y, and 3% K. 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. 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#3AF866
RGB58, 248, 102
HSL133.9°, 93.1%, 60.0%
CMYK77%, 0%, 59%, 3%
HSV133.9°, 76.6%, 97.3%
LAB86.5, -74.4, 56.1
XYZ37.7, 69.0, 23.9
Decimal3864678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.80:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF866;
}
.text-color {
color: #3AF866;
}
.border-color {
border: 2px solid #3AF866;
}