#44e921
a balanced, electric green · cool · closest name: lime
RGB
68, 233, 33
HSL
110°, 82%, 52%
CMYK
71, 0, 86, 9
Luminance
0.5962
Every format
| HEX | #44e921 |
| RGB | rgb(68, 233, 33) |
| HSL | hsl(110, 82%, 52%) |
| CMYK | cmyk(71%, 0%, 86%, 9%) |
| LAB | lab(81.6 -73.7 74.4) |
| LCH | lch(81.6 104.7 134.7) |
| OKLCH | oklch(0.818 0.259 141.0) |
Copy-ready code
/* CSS */
color: #44e921;
background-color: #44e921;
/* Tailwind (arbitrary) */
class="text-[#44e921] bg-[#44e921]"
/* SCSS */
$brand: #44e921;
/* SwiftUI */
Color(red: 0.267, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#44e921")Accessibility — WCAG contrast
Aa
#44e921 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44e921 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green91.4%
Blue12.9%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#44e921 text on a black background
contrast 12.92:1
Card sample
#44e921 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44e921;
Background color
Panel with #44e921 background
background-color: #44e921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44e921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44e921; background: linear-gradient(135deg, #44e921, #21E983);