#3ACC83
A medium, moderate green closely aligning with Mediumseagreen.
About #3ACC83
The precise color #3ACC83 is an excellent choice for modern design projects. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(58, 204, 131).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 72% C, 0% M, 36% Y, and 20% K. The HSL representation is 150.0° hue, 58.9% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3ACC83
RGB58, 204, 131
HSL150.0°, 58.9%, 51.4%
CMYK72%, 0%, 36%, 20%
HSV150.0°, 71.6%, 80.0%
LAB73.4, -54.8, 25.6
XYZ27.4, 45.7, 28.9
Decimal3853443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.14:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACC83;
}
.text-color {
color: #3ACC83;
}
.border-color {
border: 2px solid #3ACC83;
}