#32fc2f
a balanced, electric green · cool · closest name: lime
RGB
50, 252, 47
HSL
119°, 97%, 59%
CMYK
80, 0, 81, 1
Luminance
0.7050
Every format
| HEX | #32fc2f |
| RGB | rgb(50, 252, 47) |
| HSL | hsl(119, 97%, 59%) |
| CMYK | cmyk(80%, 0%, 81%, 1%) |
| LAB | lab(87.2 -81.1 76.2) |
| LCH | lch(87.2 111.3 136.8) |
| OKLCH | oklch(0.864 0.277 142.6) |
Copy-ready code
/* CSS */
color: #32fc2f;
background-color: #32fc2f;
/* Tailwind (arbitrary) */
class="text-[#32fc2f] bg-[#32fc2f]"
/* SCSS */
$brand: #32fc2f;
/* SwiftUI */
Color(red: 0.196, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#32fc2f")Accessibility — WCAG contrast
Aa
#32fc2f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fc2f on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green98.8%
Blue18.4%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#32fc2f text on a black background
contrast 15.10:1
Card sample
#32fc2f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fc2f;
Background color
Panel with #32fc2f background
background-color: #32fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fc2f; background: linear-gradient(135deg, #32fc2f, #2FFCB5);