#32f800
a balanced, electric green · cool · closest name: lime
RGB
50, 248, 0
HSL
108°, 100%, 49%
CMYK
80, 0, 100, 3
Luminance
0.6781
Every format
| HEX | #32f800 |
| RGB | rgb(50, 248, 0) |
| HSL | hsl(108, 100%, 49%) |
| CMYK | cmyk(80%, 0%, 100%, 3%) |
| LAB | lab(85.9 -81.3 81.9) |
| LCH | lch(85.9 115.4 134.8) |
| OKLCH | oklch(0.852 0.283 141.5) |
Copy-ready code
/* CSS */
color: #32f800;
background-color: #32f800;
/* Tailwind (arbitrary) */
class="text-[#32f800] bg-[#32f800]"
/* SCSS */
$brand: #32f800;
/* SwiftUI */
Color(red: 0.196, green: 0.973, blue: 0.000)
/* Android */
Color.parseColor("#32f800")Accessibility — WCAG contrast
Aa
#32f800 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32f800 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green97.3%
Blue0.0%
CMYK percentages
Cyan79.8%
Magenta0.0%
Yellow100.0%
Key (black)2.7%
Color previews
#32f800 text on a black background
contrast 14.56:1
Card sample
#32f800 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32f800;
Background color
Panel with #32f800 background
background-color: #32f800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32f800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 248, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 248, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32f800; background: linear-gradient(135deg, #32f800, #00F873);