#32f02a
a balanced, electric green · cool · closest name: lime
RGB
50, 240, 42
HSL
118°, 87%, 55%
CMYK
79, 0, 83, 6
Luminance
0.6317
Every format
| HEX | #32f02a |
| RGB | rgb(50, 240, 42) |
| HSL | hsl(118, 87%, 55%) |
| CMYK | cmyk(79%, 0%, 83%, 6%) |
| LAB | lab(83.5 -78.0 74.0) |
| LCH | lch(83.5 107.5 136.5) |
| OKLCH | oklch(0.833 0.268 142.4) |
Copy-ready code
/* CSS */
color: #32f02a;
background-color: #32f02a;
/* Tailwind (arbitrary) */
class="text-[#32f02a] bg-[#32f02a]"
/* SCSS */
$brand: #32f02a;
/* SwiftUI */
Color(red: 0.196, green: 0.941, blue: 0.165)
/* Android */
Color.parseColor("#32f02a")Accessibility — WCAG contrast
Aa
#32f02a on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32f02a on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green94.1%
Blue16.5%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow82.5%
Key (black)5.9%
Color previews
#32f02a text on a black background
contrast 13.63:1
Card sample
#32f02a text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32f02a;
Background color
Panel with #32f02a background
background-color: #32f02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32f02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 240, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 240, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32f02a; background: linear-gradient(135deg, #32f02a, #2AF0A6);