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