#3ad913
a balanced, electric green · cool · closest name: lime
RGB
58, 217, 19
HSL
108°, 84%, 46%
CMYK
73, 0, 91, 15
Luminance
0.5057
Every format
| HEX | #3ad913 |
| RGB | rgb(58, 217, 19) |
| HSL | hsl(108, 84%, 46%) |
| CMYK | cmyk(73%, 0%, 91%, 15%) |
| LAB | lab(76.4 -71.0 72.3) |
| LCH | lch(76.4 101.3 134.5) |
| OKLCH | oklch(0.774 0.250 141.0) |
Copy-ready code
/* CSS */
color: #3ad913;
background-color: #3ad913;
/* Tailwind (arbitrary) */
class="text-[#3ad913] bg-[#3ad913]"
/* SCSS */
$brand: #3ad913;
/* SwiftUI */
Color(red: 0.227, green: 0.851, blue: 0.075)
/* Android */
Color.parseColor("#3ad913")Accessibility — WCAG contrast
Aa
#3ad913 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ad913 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green85.1%
Blue7.5%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow91.2%
Key (black)14.9%
Color previews
#3ad913 text on a black background
contrast 11.11:1
Card sample
#3ad913 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ad913;
Background color
Panel with #3ad913 background
background-color: #3ad913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ad913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 217, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 217, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ad913; background: linear-gradient(135deg, #3ad913, #13D970);