#2c8000
a dark, electric green · cool · closest name: green
RGB
44, 128, 0
HSL
99°, 100%, 25%
CMYK
66, 0, 100, 50
Luminance
0.1597
Every format
| HEX | #2c8000 |
| RGB | rgb(44, 128, 0) |
| HSL | hsl(99, 100%, 25%) |
| CMYK | cmyk(66%, 0%, 100%, 50%) |
| LAB | lab(46.9 -45.5 50.8) |
| LCH | lch(46.9 68.1 131.8) |
| OKLCH | oklch(0.528 0.166 139.0) |
Copy-ready code
/* CSS */
color: #2c8000;
background-color: #2c8000;
/* Tailwind (arbitrary) */
class="text-[#2c8000] bg-[#2c8000]"
/* SCSS */
$brand: #2c8000;
/* SwiftUI */
Color(red: 0.173, green: 0.502, blue: 0.000)
/* Android */
Color.parseColor("#2c8000")Accessibility — WCAG contrast
Aa
#2c8000 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c8000 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green50.2%
Blue0.0%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow100.0%
Key (black)49.8%
Color previews
#2c8000 text on a black background
contrast 4.19:1
Card sample
#2c8000 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8000;
Background color
Panel with #2c8000 background
background-color: #2c8000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 128, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 128, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8000; background: linear-gradient(135deg, #2c8000, #008029);