#3AF083
A medium, vivid green closely aligning with Mediumspringgreen.
About #3AF083
Visually, #3AF083 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. Its digital footprint relies on 58 parts red, 240 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 76% C, 0% M, 45% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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#3AF083
RGB58, 240, 131
HSL144.1°, 85.8%, 58.4%
CMYK76%, 0%, 45%, 6%
HSV144.1°, 75.8%, 94.1%
LAB84.4, -67.7, 40.1
XYZ37.0, 64.9, 32.0
Decimal3862659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.97:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF083;
}
.text-color {
color: #3AF083;
}
.border-color {
border: 2px solid #3AF083;
}