#3AFF5F
A light, vivid green closely aligning with Springgreen.
About #3AFF5F
When working with digital screens, the color #3AFF5F is rendered by mixing light. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(58, 255, 95).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 63% yellow, and 0% black. The HSL representation is 131.3° hue, 100.0% saturation, and 61.4% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AFF5F
RGB58, 255, 95
HSL131.3°, 100.0%, 61.4%
CMYK77%, 0%, 63%, 0%
HSV131.3°, 77.3%, 100.0%
LAB88.6, -77.4, 61.4
XYZ39.6, 73.2, 22.9
Decimal3866463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF5F;
}
.text-color {
color: #3AFF5F;
}
.border-color {
border: 2px solid #3AFF5F;
}