#3ADB42
A medium, moderate green closely aligning with Limegreen.
About #3ADB42
At its core, #3ADB42 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(58, 219, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 0% M, 70% Y, and 14% K. With a hue angle of 123.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3ADB42
RGB58, 219, 66
HSL123.0°, 69.1%, 54.3%
CMYK74%, 0%, 70%, 14%
HSV123.0°, 73.5%, 85.9%
LAB77.3, -69.0, 60.6
XYZ28.1, 52.0, 13.7
Decimal3857218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADB42;
}
.text-color {
color: #3ADB42;
}
.border-color {
border: 2px solid #3ADB42;
}