#3ADB66
A medium, moderate green closely aligning with Springgreen.
About #3ADB66
At its core, #3ADB66 is a medium and moderate hue. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 58 red, 219 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 0% M, 53% Y, and 14% K. The HSL representation is 136.4° hue, 69.1% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#3ADB66
RGB58, 219, 102
HSL136.4°, 69.1%, 54.3%
CMYK74%, 0%, 53%, 14%
HSV136.4°, 73.5%, 85.9%
LAB77.6, -65.0, 45.5
XYZ29.5, 52.5, 21.2
Decimal3857254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.50:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADB66;
}
.text-color {
color: #3ADB66;
}
.border-color {
border: 2px solid #3ADB66;
}