#3AFF83
A light, vivid green closely aligning with Springgreen.
About #3AFF83
Visually, #3AFF83 is defined as a vivid green. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 58 red, 255 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 49% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AFF83
RGB58, 255, 131
HSL142.2°, 100.0%, 61.4%
CMYK77%, 0%, 49%, 0%
HSV142.2°, 77.3%, 100.0%
LAB88.9, -72.7, 45.8
XYZ41.6, 74.1, 33.6
Decimal3866499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.81:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF83;
}
.text-color {
color: #3AFF83;
}
.border-color {
border: 2px solid #3AFF83;
}