#3ADB0F
A medium, vivid green closely aligning with Limegreen.
About #3ADB0F
Visually, #3ADB0F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(58, 219, 15).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 74% cyan, 0% magenta, 93% yellow, and 14% black. The HSL representation is 107.4° hue, 87.2% saturation, and 45.9% lightness.
When using this color as a background, text legibility must be considered. 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#3ADB0F
RGB58, 219, 15
HSL107.4°, 87.2%, 45.9%
CMYK74%, 0%, 93%, 14%
HSV107.4°, 93.2%, 85.9%
LAB77.0, -71.7, 73.4
XYZ27.2, 51.6, 9.0
Decimal3857167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.32:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADB0F;
}
.text-color {
color: #3ADB0F;
}
.border-color {
border: 2px solid #3ADB0F;
}