#3AFF57
A light, vivid green closely aligning with Springgreen.
About #3AFF57
The precise color #3AFF57 is an excellent choice for modern design projects. Designers often compare it to the standard color Springgreen. This translates to an RGB value of rgb(58, 255, 87).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 77% cyan, 0% magenta, 66% yellow, and 0% black. With a hue angle of 128.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AFF57
RGB58, 255, 87
HSL128.8°, 100.0%, 61.4%
CMYK77%, 0%, 66%, 0%
HSV128.8°, 77.3%, 100.0%
LAB88.5, -78.2, 64.5
XYZ39.2, 73.1, 21.1
Decimal3866455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.62:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF57;
}
.text-color {
color: #3AFF57;
}
.border-color {
border: 2px solid #3AFF57;
}