#3AE292
A medium, vivid green closely aligning with Mediumspringgreen.
About #3AE292
When working with digital screens, the color #3AE292 is rendered by mixing light. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(58, 226, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 0% M, 35% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE292
RGB58, 226, 146
HSL151.4°, 74.3%, 55.7%
CMYK74%, 0%, 35%, 11%
HSV151.4°, 74.3%, 88.6%
LAB80.4, -60.1, 27.3
XYZ34.1, 57.4, 36.5
Decimal3859090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.47:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE292;
}
.text-color {
color: #3AE292;
}
.border-color {
border: 2px solid #3AE292;
}