#3AF05F
A medium, vivid green closely aligning with Springgreen.
About #3AF05F
Visually, #3AF05F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(58, 240, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 76% cyan, 0% magenta, 60% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AF05F
RGB58, 240, 95
HSL132.2°, 85.8%, 58.4%
CMYK76%, 0%, 60%, 6%
HSV132.2°, 75.8%, 94.1%
LAB84.0, -72.7, 56.2
XYZ35.0, 64.0, 21.3
Decimal3862623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.81:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF05F;
}
.text-color {
color: #3AF05F;
}
.border-color {
border: 2px solid #3AF05F;
}