#32cd0f
a dark, electric green · cool · closest name: lime
RGB
50, 205, 15
HSL
109°, 86%, 43%
CMYK
76, 0, 93, 20
Luminance
0.4438
Every format
| HEX | #32cd0f |
| RGB | rgb(50, 205, 15) |
| HSL | hsl(109, 86%, 43%) |
| CMYK | cmyk(76%, 0%, 93%, 20%) |
| LAB | lab(72.5 -68.8 69.5) |
| LCH | lch(72.5 97.8 134.7) |
| OKLCH | oklch(0.740 0.241 141.2) |
Copy-ready code
/* CSS */
color: #32cd0f;
background-color: #32cd0f;
/* Tailwind (arbitrary) */
class="text-[#32cd0f] bg-[#32cd0f]"
/* SCSS */
$brand: #32cd0f;
/* SwiftUI */
Color(red: 0.196, green: 0.804, blue: 0.059)
/* Android */
Color.parseColor("#32cd0f")Accessibility — WCAG contrast
Aa
#32cd0f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cd0f on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.4%
Blue5.9%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow92.7%
Key (black)19.6%
Color previews
#32cd0f text on a black background
contrast 9.88:1
Card sample
#32cd0f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cd0f;
Background color
Panel with #32cd0f background
background-color: #32cd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 205, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 205, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cd0f; background: linear-gradient(135deg, #32cd0f, #0FCD6A);