#3AF066
A medium, vivid green closely aligning with Springgreen.
About #3AF066
When working with digital screens, the color #3AF066 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(58, 240, 102).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AF066
RGB58, 240, 102
HSL134.5°, 85.8%, 58.4%
CMYK76%, 0%, 57%, 6%
HSV134.5°, 75.8%, 94.1%
LAB84.1, -71.9, 53.2
XYZ35.3, 64.2, 23.1
Decimal3862630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.84:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF066;
}
.text-color {
color: #3AF066;
}
.border-color {
border: 2px solid #3AF066;
}