#3AC50F
A medium, vivid green closely aligning with Limegreen.
About #3AC50F
The hex code #3AC50F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 197, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 71% C, 0% M, 92% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AC50F
RGB58, 197, 15
HSL105.8°, 85.8%, 41.6%
CMYK71%, 0%, 92%, 23%
HSV105.8°, 92.4%, 77.3%
LAB70.1, -65.0, 67.6
XYZ21.8, 40.9, 7.2
Decimal3851535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.17:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC50F;
}
.text-color {
color: #3AC50F;
}
.border-color {
border: 2px solid #3AC50F;
}