#3AA807
A dark, vivid green closely aligning with Limegreen.
About #3AA807
The precise color #3AA807 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 168, and 7.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 65% C, 0% M, 96% Y, and 34% K. With a hue angle of 101.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AA807
RGB58, 168, 7
HSL101.0°, 92.0%, 34.3%
CMYK65%, 0%, 96%, 34%
HSV101.0°, 95.8%, 65.9%
LAB60.7, -55.8, 60.9
XYZ15.8, 28.9, 5.0
Decimal3844103
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.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA807;
}
.text-color {
color: #3AA807;
}
.border-color {
border: 2px solid #3AA807;
}