#32f702
a balanced, electric green · cool · closest name: lime
RGB
50, 247, 2
HSL
108°, 98%, 49%
CMYK
80, 0, 99, 3
Luminance
0.6720
Every format
| HEX | #32f702 |
| RGB | rgb(50, 247, 2) |
| HSL | hsl(108, 98%, 49%) |
| CMYK | cmyk(80%, 0%, 99%, 3%) |
| LAB | lab(85.6 -81.0 81.5) |
| LCH | lch(85.6 114.9 134.8) |
| OKLCH | oklch(0.850 0.282 141.5) |
Copy-ready code
/* CSS */
color: #32f702;
background-color: #32f702;
/* Tailwind (arbitrary) */
class="text-[#32f702] bg-[#32f702]"
/* SCSS */
$brand: #32f702;
/* SwiftUI */
Color(red: 0.196, green: 0.969, blue: 0.008)
/* Android */
Color.parseColor("#32f702")Accessibility — WCAG contrast
Aa
#32f702 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32f702 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green96.9%
Blue0.8%
CMYK percentages
Cyan79.8%
Magenta0.0%
Yellow99.2%
Key (black)3.1%
Color previews
#32f702 text on a black background
contrast 14.44:1
Card sample
#32f702 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32f702;
Background color
Panel with #32f702 background
background-color: #32f702;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32f702;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 247, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 247, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32f702; background: linear-gradient(135deg, #32f702, #02F775);