#3AA000
A dark, vivid green closely aligning with Green.
About #3AA000
Visually, #3AA000 is defined as a vivid green. It is closely associated with the named CSS color Green. In the RGB color space, it consists of 58 red, 160 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AA000
RGB58, 160, 0
HSL98.2°, 100.0%, 31.4%
CMYK64%, 0%, 100%, 37%
HSV98.2°, 100.0%, 62.7%
LAB58.1, -53.3, 59.8
XYZ14.3, 26.0, 4.3
Decimal3842048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA000;
}
.text-color {
color: #3AA000;
}
.border-color {
border: 2px solid #3AA000;
}