#44cc11
a dark, electric green · cool · closest name: lime
RGB
68, 204, 17
HSL
104°, 85%, 43%
CMYK
67, 0, 92, 20
Luminance
0.4446
Every format
| HEX | #44cc11 |
| RGB | rgb(68, 204, 17) |
| HSL | hsl(104, 85%, 43%) |
| CMYK | cmyk(67%, 0%, 92%, 20%) |
| LAB | lab(72.5 -65.2 69.4) |
| LCH | lch(72.5 95.3 133.2) |
| OKLCH | oklch(0.742 0.234 139.9) |
Copy-ready code
/* CSS */
color: #44cc11;
background-color: #44cc11;
/* Tailwind (arbitrary) */
class="text-[#44cc11] bg-[#44cc11]"
/* SCSS */
$brand: #44cc11;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.067)
/* Android */
Color.parseColor("#44cc11")Accessibility — WCAG contrast
Aa
#44cc11 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cc11 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue6.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow91.7%
Key (black)20.0%
Color previews
#44cc11 text on a black background
contrast 9.89:1
Card sample
#44cc11 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cc11;
Background color
Panel with #44cc11 background
background-color: #44cc11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cc11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cc11; background: linear-gradient(135deg, #44cc11, #11CC5A);