#3AB607
A dark, vivid green closely aligning with Limegreen.
About #3AB607
At its core, #3AB607 is a dark 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 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 68% C, 0% M, 96% Y, and 29% K. With a hue angle of 102.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AB607
RGB58, 182, 7
HSL102.5°, 92.6%, 37.1%
CMYK68%, 0%, 96%, 29%
HSV102.5°, 96.2%, 71.4%
LAB65.3, -60.4, 64.6
XYZ18.5, 34.4, 5.9
Decimal3847687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AB607;
}
.text-color {
color: #3AB607;
}
.border-color {
border: 2px solid #3AB607;
}