#3ae950
a balanced, electric green · cool · closest name: lime
RGB
58, 233, 80
HSL
128°, 80%, 57%
CMYK
75, 0, 66, 9
Luminance
0.5976
Every format
| HEX | #3ae950 |
| RGB | rgb(58, 233, 80) |
| HSL | hsl(128, 80%, 57%) |
| CMYK | cmyk(75%, 0%, 66%, 9%) |
| LAB | lab(81.7 -72.1 59.9) |
| LCH | lch(81.7 93.7 140.3) |
| OKLCH | oklch(0.819 0.239 144.6) |
Copy-ready code
/* CSS */
color: #3ae950;
background-color: #3ae950;
/* Tailwind (arbitrary) */
class="text-[#3ae950] bg-[#3ae950]"
/* SCSS */
$brand: #3ae950;
/* SwiftUI */
Color(red: 0.227, green: 0.914, blue: 0.314)
/* Android */
Color.parseColor("#3ae950")Accessibility — WCAG contrast
Aa
#3ae950 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ae950 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green91.4%
Blue31.4%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow65.7%
Key (black)8.6%
Color previews
#3ae950 text on a black background
contrast 12.95:1
Card sample
#3ae950 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ae950;
Background color
Panel with #3ae950 background
background-color: #3ae950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ae950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 233, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 233, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ae950; background: linear-gradient(135deg, #3ae950, #3AE9C5);