#3AF03A
A medium, vivid green closely aligning with Limegreen.
About #3AF03A
The hex code #3AF03A represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 240, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 76% Cyan, 0% Magenta, 76% Yellow, and 6% Black. The HSL representation is 120.0° hue, 85.8% saturation, and 58.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AF03A
RGB58, 240, 58
HSL120.0°, 85.8%, 58.4%
CMYK76%, 0%, 76%, 6%
HSV120.0°, 75.8%, 94.1%
LAB83.7, -76.0, 69.8
XYZ33.7, 63.5, 14.5
Decimal3862586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF03A;
}
.text-color {
color: #3AF03A;
}
.border-color {
border: 2px solid #3AF03A;
}