#3AD35F
A medium, moderate green closely aligning with Limegreen.
About #3AD35F
When working with digital screens, the color #3AD35F is rendered by mixing light. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 58 red, 211 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 73% C, 0% M, 55% Y, and 17% K. The HSL representation is 134.5° hue, 63.5% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AD35F
RGB58, 211, 95
HSL134.5°, 63.5%, 52.7%
CMYK73%, 0%, 55%, 17%
HSV134.5°, 72.5%, 82.7%
LAB75.0, -63.2, 45.7
XYZ27.1, 48.3, 18.7
Decimal3855199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.66:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD35F;
}
.text-color {
color: #3AD35F;
}
.border-color {
border: 2px solid #3AD35F;
}