#3AAF0F
A dark, vivid green closely aligning with Limegreen.
About #3AAF0F
When working with digital screens, the color #3AAF0F is rendered by mixing light. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 175, and 15.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 67% cyan, 0% magenta, 91% yellow, and 31% black. The HSL representation is 103.9° hue, 84.2% saturation, and 37.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#3AAF0F
RGB58, 175, 15
HSL103.9°, 84.2%, 37.3%
CMYK67%, 0%, 91%, 31%
HSV103.9°, 91.4%, 68.6%
LAB63.0, -57.9, 61.6
XYZ17.2, 31.6, 5.6
Decimal3845903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.32:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AAF0F;
}
.text-color {
color: #3AAF0F;
}
.border-color {
border: 2px solid #3AAF0F;
}