#3AC550
A medium, moderate green closely aligning with Limegreen.
About #3AC550
At its core, #3AC550 is a medium and moderate hue. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 58 red, 197 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3AC550
RGB58, 197, 80
HSL129.5°, 54.5%, 50.0%
CMYK71%, 0%, 59%, 23%
HSV129.5°, 70.6%, 77.3%
LAB70.5, -60.4, 47.3
XYZ23.2, 41.4, 14.4
Decimal3851600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC550;
}
.text-color {
color: #3AC550;
}
.border-color {
border: 2px solid #3AC550;
}