#44e400
a dark, electric green · cool · closest name: lime
RGB
68, 228, 0
HSL
102°, 100%, 45%
CMYK
70, 0, 100, 11
Luminance
0.5672
Every format
| HEX | #44e400 |
| RGB | rgb(68, 228, 0) |
| HSL | hsl(102, 100%, 45%) |
| CMYK | cmyk(70%, 0%, 100%, 11%) |
| LAB | lab(80.0 -73.0 77.3) |
| LCH | lch(80.0 106.3 133.4) |
| OKLCH | oklch(0.804 0.260 140.3) |
Copy-ready code
/* CSS */
color: #44e400;
background-color: #44e400;
/* Tailwind (arbitrary) */
class="text-[#44e400] bg-[#44e400]"
/* SCSS */
$brand: #44e400;
/* SwiftUI */
Color(red: 0.267, green: 0.894, blue: 0.000)
/* Android */
Color.parseColor("#44e400")Accessibility — WCAG contrast
Aa
#44e400 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44e400 on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green89.4%
Blue0.0%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow100.0%
Key (black)10.6%
Color previews
#44e400 text on a black background
contrast 12.34:1
Card sample
#44e400 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44e400;
Background color
Panel with #44e400 background
background-color: #44e400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44e400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 228, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 228, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44e400; background: linear-gradient(135deg, #44e400, #00E454);