#3AD366
A medium, moderate green closely aligning with Mediumspringgreen.
About #3AD366
At its core, #3AD366 is a medium and moderate hue. Its closest recognized web color is Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 211, and 102.
Translating this color to physical media requires the CMYK color model. The color uses 73% Cyan, 0% Magenta, 52% Yellow, and 17% Black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AD366
RGB58, 211, 102
HSL137.3°, 63.5%, 52.7%
CMYK73%, 0%, 52%, 17%
HSV137.3°, 72.5%, 82.7%
LAB75.1, -62.2, 42.5
XYZ27.4, 48.4, 20.5
Decimal3855206
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.69:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD366;
}
.text-color {
color: #3AD366;
}
.border-color {
border: 2px solid #3AD366;
}