#3AB650
A medium, moderate green closely aligning with Forestgreen.
About #3AB650
At its core, #3AB650 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 58 red, 182 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 68% C, 0% M, 56% Y, and 29% K. With a hue angle of 130.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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AB650
RGB58, 182, 80
HSL130.6°, 51.7%, 47.1%
CMYK68%, 0%, 56%, 29%
HSV130.6°, 68.1%, 71.4%
LAB65.7, -55.1, 41.7
XYZ19.9, 34.9, 13.3
Decimal3847760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AB650;
}
.text-color {
color: #3AB650;
}
.border-color {
border: 2px solid #3AB650;
}