#44b517
a dark, electric green · cool · closest name: green
RGB
68, 181, 23
HSL
103°, 78%, 40%
CMYK
62, 0, 87, 29
Luminance
0.3434
Every format
| HEX | #44b517 |
| RGB | rgb(68, 181, 23) |
| HSL | hsl(103, 78%, 40%) |
| CMYK | cmyk(62%, 0%, 87%, 29%) |
| LAB | lab(65.2 -57.5 62.1) |
| LCH | lch(65.2 84.6 132.8) |
| OKLCH | oklch(0.681 0.209 139.4) |
Copy-ready code
/* CSS */
color: #44b517;
background-color: #44b517;
/* Tailwind (arbitrary) */
class="text-[#44b517] bg-[#44b517]"
/* SCSS */
$brand: #44b517;
/* SwiftUI */
Color(red: 0.267, green: 0.710, blue: 0.090)
/* Android */
Color.parseColor("#44b517")Accessibility — WCAG contrast
Aa
#44b517 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44b517 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green71.0%
Blue9.0%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow87.3%
Key (black)29.0%
Color previews
#44b517 text on a black background
contrast 7.87:1
Card sample
#44b517 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44b517;
Background color
Panel with #44b517 background
background-color: #44b517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44b517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 181, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 181, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44b517; background: linear-gradient(135deg, #44b517, #17B553);