#32c032
a balanced, vivid green · cool · closest name: forestgreen
RGB
50, 192, 50
HSL
120°, 59%, 48%
CMYK
74, 0, 74, 25
Luminance
0.3861
Every format
| HEX | #32c032 |
| RGB | rgb(50, 192, 50) |
| HSL | hsl(120, 59%, 48%) |
| CMYK | cmyk(74%, 0%, 74%, 25%) |
| LAB | lab(68.5 -63.0 57.3) |
| LCH | lch(68.5 85.2 137.7) |
| OKLCH | oklch(0.708 0.215 142.9) |
Copy-ready code
/* CSS */
color: #32c032;
background-color: #32c032;
/* Tailwind (arbitrary) */
class="text-[#32c032] bg-[#32c032]"
/* SCSS */
$brand: #32c032;
/* SwiftUI */
Color(red: 0.196, green: 0.753, blue: 0.196)
/* Android */
Color.parseColor("#32c032")Accessibility — WCAG contrast
Aa
#32c032 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c032 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green75.3%
Blue19.6%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow74.0%
Key (black)24.7%
Color previews
#32c032 text on a black background
contrast 8.72:1
Card sample
#32c032 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c032;
Background color
Panel with #32c032 background
background-color: #32c032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 192, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 192, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c032; background: linear-gradient(135deg, #32c032, #32C091);