#44aa00
a dark, electric green · cool · closest name: green
RGB
68, 170, 0
HSL
96°, 100%, 33%
CMYK
60, 0, 100, 33
Luminance
0.2998
Every format
| HEX | #44aa00 |
| RGB | rgb(68, 170, 0) |
| HSL | hsl(96, 100%, 33%) |
| CMYK | cmyk(60%, 0%, 100%, 33%) |
| LAB | lab(61.6 -54.3 62.7) |
| LCH | lch(61.6 82.9 130.9) |
| OKLCH | oklch(0.651 0.202 138.1) |
Copy-ready code
/* CSS */
color: #44aa00;
background-color: #44aa00;
/* Tailwind (arbitrary) */
class="text-[#44aa00] bg-[#44aa00]"
/* SCSS */
$brand: #44aa00;
/* SwiftUI */
Color(red: 0.267, green: 0.667, blue: 0.000)
/* Android */
Color.parseColor("#44aa00")Accessibility — WCAG contrast
Aa
#44aa00 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44aa00 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green66.7%
Blue0.0%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow100.0%
Key (black)33.3%
Color previews
#44aa00 text on a black background
contrast 7.00:1
Card sample
#44aa00 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aa00;
Background color
Panel with #44aa00 background
background-color: #44aa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 170, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 170, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aa00; background: linear-gradient(135deg, #44aa00, #00AA2D);