#3AAF16
A dark, vivid green closely aligning with Limegreen.
About #3AAF16
At its core, #3AAF16 is a dark and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(58, 175, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 67% cyan, 0% magenta, 87% yellow, and 31% black. The HSL representation is 105.9° hue, 77.7% saturation, and 38.6% lightness.
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#3AAF16
RGB58, 175, 22
HSL105.9°, 77.7%, 38.6%
CMYK67%, 0%, 87%, 31%
HSV105.9°, 87.4%, 68.6%
LAB63.0, -57.7, 60.3
XYZ17.2, 31.6, 6.0
Decimal3845910
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.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AAF16;
}
.text-color {
color: #3AAF16;
}
.border-color {
border: 2px solid #3AAF16;
}