#44b10e
a dark, electric green · cool · closest name: green
RGB
68, 177, 14
HSL
100°, 85%, 38%
CMYK
62, 0, 92, 31
Luminance
0.3270
Every format
| HEX | #44b10e |
| RGB | rgb(68, 177, 14) |
| HSL | hsl(100, 85%, 38%) |
| CMYK | cmyk(62%, 0%, 92%, 31%) |
| LAB | lab(63.9 -56.4 62.7) |
| LCH | lch(63.9 84.3 132.0) |
| OKLCH | oklch(0.670 0.207 138.9) |
Copy-ready code
/* CSS */
color: #44b10e;
background-color: #44b10e;
/* Tailwind (arbitrary) */
class="text-[#44b10e] bg-[#44b10e]"
/* SCSS */
$brand: #44b10e;
/* SwiftUI */
Color(red: 0.267, green: 0.694, blue: 0.055)
/* Android */
Color.parseColor("#44b10e")Accessibility — WCAG contrast
Aa
#44b10e on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44b10e on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green69.4%
Blue5.5%
CMYK percentages
Cyan61.6%
Magenta0.0%
Yellow92.1%
Key (black)30.6%
Color previews
#44b10e text on a black background
contrast 7.54:1
Card sample
#44b10e text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44b10e;
Background color
Panel with #44b10e background
background-color: #44b10e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44b10e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 177, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 177, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44b10e; background: linear-gradient(135deg, #44b10e, #0EB145);