#32eb0e
a balanced, electric green · cool · closest name: lime
RGB
50, 235, 14
HSL
110°, 89%, 49%
CMYK
79, 0, 94, 8
Luminance
0.6013
Every format
| HEX | #32eb0e |
| RGB | rgb(50, 235, 14) |
| HSL | hsl(110, 89%, 49%) |
| CMYK | cmyk(79%, 0%, 94%, 8%) |
| LAB | lab(81.9 -77.5 77.4) |
| LCH | lch(81.9 109.5 135.0) |
| OKLCH | oklch(0.819 0.270 141.5) |
Copy-ready code
/* CSS */
color: #32eb0e;
background-color: #32eb0e;
/* Tailwind (arbitrary) */
class="text-[#32eb0e] bg-[#32eb0e]"
/* SCSS */
$brand: #32eb0e;
/* SwiftUI */
Color(red: 0.196, green: 0.922, blue: 0.055)
/* Android */
Color.parseColor("#32eb0e")Accessibility — WCAG contrast
Aa
#32eb0e on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32eb0e on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green92.2%
Blue5.5%
CMYK percentages
Cyan78.7%
Magenta0.0%
Yellow94.0%
Key (black)7.8%
Color previews
#32eb0e text on a black background
contrast 13.03:1
Card sample
#32eb0e text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32eb0e;
Background color
Panel with #32eb0e background
background-color: #32eb0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32eb0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 235, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 235, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32eb0e; background: linear-gradient(135deg, #32eb0e, #0EEB7D);