#32fb13
a balanced, electric green · cool · closest name: lime
RGB
50, 251, 19
HSL
112°, 97%, 53%
CMYK
80, 0, 92, 2
Luminance
0.6972
Every format
| HEX | #32fb13 |
| RGB | rgb(50, 251, 19) |
| HSL | hsl(112, 97%, 53%) |
| CMYK | cmyk(80%, 0%, 92%, 2%) |
| LAB | lab(86.9 -81.8 81.0) |
| LCH | lch(86.9 115.1 135.3) |
| OKLCH | oklch(0.860 0.284 141.8) |
Copy-ready code
/* CSS */
color: #32fb13;
background-color: #32fb13;
/* Tailwind (arbitrary) */
class="text-[#32fb13] bg-[#32fb13]"
/* SCSS */
$brand: #32fb13;
/* SwiftUI */
Color(red: 0.196, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#32fb13")Accessibility — WCAG contrast
Aa
#32fb13 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fb13 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green98.4%
Blue7.5%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#32fb13 text on a black background
contrast 14.94:1
Card sample
#32fb13 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fb13;
Background color
Panel with #32fb13 background
background-color: #32fb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fb13; background: linear-gradient(135deg, #32fb13, #13FB8F);