#51cd29
a balanced, vivid green · cool · closest name: green
RGB
81, 205, 41
HSL
105°, 67%, 48%
CMYK
61, 0, 80, 20
Luminance
0.4557
Every format
| HEX | #51cd29 |
| RGB | rgb(81, 205, 41) |
| HSL | hsl(105, 67%, 48%) |
| CMYK | cmyk(61%, 0%, 80%, 20%) |
| LAB | lab(73.3 -61.8 65.1) |
| LCH | lch(73.3 89.7 133.5) |
| OKLCH | oklch(0.749 0.223 139.7) |
Copy-ready code
/* CSS */
color: #51cd29;
background-color: #51cd29;
/* Tailwind (arbitrary) */
class="text-[#51cd29] bg-[#51cd29]"
/* SCSS */
$brand: #51cd29;
/* SwiftUI */
Color(red: 0.318, green: 0.804, blue: 0.161)
/* Android */
Color.parseColor("#51cd29")Accessibility — WCAG contrast
Aa
#51cd29 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#51cd29 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green80.4%
Blue16.1%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow80.0%
Key (black)19.6%
Color previews
#51cd29 text on a black background
contrast 10.11:1
Card sample
#51cd29 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #51cd29;
Background color
Panel with #51cd29 background
background-color: #51cd29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #51cd29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 205, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 205, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #51cd29; background: linear-gradient(135deg, #51cd29, #29CD6E);