#3AAF00
A dark, vivid green closely aligning with Limegreen.
About #3AAF00
When working with digital screens, the color #3AAF00 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(58, 175, 0).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 67% cyan, 0% magenta, 100% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AAF00
RGB58, 175, 0
HSL100.1°, 100.0%, 34.3%
CMYK67%, 0%, 100%, 31%
HSV100.1°, 100.0%, 68.6%
LAB63.0, -58.3, 63.6
XYZ17.1, 31.6, 5.2
Decimal3845888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.31:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AAF00;
}
.text-color {
color: #3AAF00;
}
.border-color {
border: 2px solid #3AAF00;
}