#3AB61D
A medium, vivid green closely aligning with Limegreen.
About #3AB61D
At its core, #3AB61D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 58 red, 182 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 68% Cyan, 0% Magenta, 84% Yellow, and 29% Black. With a hue angle of 108.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AB61D
RGB58, 182, 29
HSL108.6°, 72.5%, 41.4%
CMYK68%, 0%, 84%, 29%
HSV108.6°, 84.1%, 71.4%
LAB65.3, -59.7, 60.7
XYZ18.7, 34.4, 6.8
Decimal3847709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AB61D;
}
.text-color {
color: #3AB61D;
}
.border-color {
border: 2px solid #3AB61D;
}