#3AFF75
A light, vivid green closely aligning with Springgreen.
About #3AFF75
At its core, #3AFF75 is a light and vivid hue. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 255, and 117.
Translating this color to physical media requires the CMYK color model. The color uses 77% Cyan, 0% Magenta, 54% Yellow, and 0% Black. With a hue angle of 138.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#3AFF75
RGB58, 255, 117
HSL138.0°, 100.0%, 61.4%
CMYK77%, 0%, 54%, 0%
HSV138.0°, 77.3%, 100.0%
LAB88.8, -74.7, 52.1
XYZ40.7, 73.7, 28.9
Decimal3866485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.74:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF75;
}
.text-color {
color: #3AFF75;
}
.border-color {
border: 2px solid #3AFF75;
}