#32ff32
a balanced, electric green · cool · closest name: lime
RGB
50, 255, 50
HSL
120°, 100%, 60%
CMYK
80, 0, 80, 0
Luminance
0.7243
Every format
| HEX | #32ff32 |
| RGB | rgb(50, 255, 50) |
| HSL | hsl(120, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 80%, 0%) |
| LAB | lab(88.2 -81.8 76.3) |
| LCH | lch(88.2 111.9 137.0) |
| OKLCH | oklch(0.871 0.279 142.7) |
Copy-ready code
/* CSS */
color: #32ff32;
background-color: #32ff32;
/* Tailwind (arbitrary) */
class="text-[#32ff32] bg-[#32ff32]"
/* SCSS */
$brand: #32ff32;
/* SwiftUI */
Color(red: 0.196, green: 1.000, blue: 0.196)
/* Android */
Color.parseColor("#32ff32")Accessibility — WCAG contrast
Aa
#32ff32 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ff32 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green100.0%
Blue19.6%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow80.4%
Key (black)0.0%
Color previews
#32ff32 text on a black background
contrast 15.49:1
Card sample
#32ff32 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ff32;
Background color
Panel with #32ff32 background
background-color: #32ff32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ff32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 255, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 255, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ff32; background: linear-gradient(135deg, #32ff32, #32FFBB);