#3AF85F
A light, vivid green closely aligning with Springgreen.
About #3AF85F
Visually, #3AF85F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 58 red, 248 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 62% Yellow, and 3% Black. With a hue angle of 131.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AF85F
RGB58, 248, 95
HSL131.7°, 93.1%, 60.0%
CMYK77%, 0%, 62%, 3%
HSV131.7°, 76.6%, 97.3%
LAB86.4, -75.2, 59.0
XYZ37.4, 68.9, 22.1
Decimal3864671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF85F;
}
.text-color {
color: #3AF85F;
}
.border-color {
border: 2px solid #3AF85F;
}