#3ad024
a balanced, vivid green · cool · closest name: lime
RGB
58, 208, 36
HSL
112°, 71%, 48%
CMYK
72, 0, 83, 18
Luminance
0.4614
Every format
| HEX | #3ad024 |
| RGB | rgb(58, 208, 36) |
| HSL | hsl(112, 71%, 48%) |
| CMYK | cmyk(72%, 0%, 83%, 18%) |
| LAB | lab(73.6 -67.6 66.5) |
| LCH | lch(73.6 94.9 135.5) |
| OKLCH | oklch(0.751 0.236 141.5) |
Copy-ready code
/* CSS */
color: #3ad024;
background-color: #3ad024;
/* Tailwind (arbitrary) */
class="text-[#3ad024] bg-[#3ad024]"
/* SCSS */
$brand: #3ad024;
/* SwiftUI */
Color(red: 0.227, green: 0.816, blue: 0.141)
/* Android */
Color.parseColor("#3ad024")Accessibility — WCAG contrast
Aa
#3ad024 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ad024 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.6%
Blue14.1%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow82.7%
Key (black)18.4%
Color previews
#3ad024 text on a black background
contrast 10.23:1
Card sample
#3ad024 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ad024;
Background color
Panel with #3ad024 background
background-color: #3ad024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ad024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 208, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 208, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ad024; background: linear-gradient(135deg, #3ad024, #24D080);