#3AD357
A medium, moderate green closely aligning with Limegreen.
About #3AD357
At its core, #3AD357 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(58, 211, 87).
Translating this color to physical media requires the CMYK color model. The color uses 73% Cyan, 0% Magenta, 59% Yellow, and 17% Black. The HSL representation is 131.4° hue, 63.5% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AD357
RGB58, 211, 87
HSL131.4°, 63.5%, 52.7%
CMYK73%, 0%, 59%, 17%
HSV131.4°, 72.5%, 82.7%
LAB74.9, -64.3, 49.3
XYZ26.8, 48.2, 16.9
Decimal3855191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.64:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD357;
}
.text-color {
color: #3AD357;
}
.border-color {
border: 2px solid #3AD357;
}