#2c8400
a dark, electric green · cool · closest name: green
RGB
44, 132, 0
HSL
100°, 100%, 26%
CMYK
67, 0, 100, 48
Luminance
0.1704
Every format
| HEX | #2c8400 |
| RGB | rgb(44, 132, 0) |
| HSL | hsl(100, 100%, 26%) |
| CMYK | cmyk(67%, 0%, 100%, 48%) |
| LAB | lab(48.3 -46.9 51.9) |
| LCH | lch(48.3 69.9 132.1) |
| OKLCH | oklch(0.539 0.171 139.2) |
Copy-ready code
/* CSS */
color: #2c8400;
background-color: #2c8400;
/* Tailwind (arbitrary) */
class="text-[#2c8400] bg-[#2c8400]"
/* SCSS */
$brand: #2c8400;
/* SwiftUI */
Color(red: 0.173, green: 0.518, blue: 0.000)
/* Android */
Color.parseColor("#2c8400")Accessibility — WCAG contrast
Aa
#2c8400 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c8400 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green51.8%
Blue0.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow100.0%
Key (black)48.2%
Color previews
#2c8400 text on a black background
contrast 4.41:1
Card sample
#2c8400 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8400;
Background color
Panel with #2c8400 background
background-color: #2c8400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 132, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 132, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8400; background: linear-gradient(135deg, #2c8400, #00842C);