#3AA800
A dark, vivid green closely aligning with Limegreen.
About #3AA800
At its core, #3AA800 is a dark and vivid hue. 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, 168, and 0.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 65% cyan, 0% magenta, 100% yellow, and 34% black. With a hue angle of 99.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AA800
RGB58, 168, 0
HSL99.3°, 100.0%, 32.9%
CMYK65%, 0%, 100%, 34%
HSV99.3°, 100.0%, 65.9%
LAB60.7, -56.0, 61.8
XYZ15.7, 28.9, 4.7
Decimal3844096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA800;
}
.text-color {
color: #3AA800;
}
.border-color {
border: 2px solid #3AA800;
}