#2c8200
a dark, electric green · cool · closest name: green
RGB
44, 130, 0
HSL
100°, 100%, 26%
CMYK
66, 0, 100, 49
Luminance
0.1650
Every format
| HEX | #2c8200 |
| RGB | rgb(44, 130, 0) |
| HSL | hsl(100, 100%, 26%) |
| CMYK | cmyk(66%, 0%, 100%, 49%) |
| LAB | lab(47.6 -46.2 51.3) |
| LCH | lch(47.6 69.0 132.0) |
| OKLCH | oklch(0.533 0.169 139.1) |
Copy-ready code
/* CSS */
color: #2c8200;
background-color: #2c8200;
/* Tailwind (arbitrary) */
class="text-[#2c8200] bg-[#2c8200]"
/* SCSS */
$brand: #2c8200;
/* SwiftUI */
Color(red: 0.173, green: 0.510, blue: 0.000)
/* Android */
Color.parseColor("#2c8200")Accessibility — WCAG contrast
Aa
#2c8200 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c8200 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green51.0%
Blue0.0%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow100.0%
Key (black)49.0%
Color previews
#2c8200 text on a black background
contrast 4.30:1
Card sample
#2c8200 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8200;
Background color
Panel with #2c8200 background
background-color: #2c8200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 130, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 130, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8200; background: linear-gradient(135deg, #2c8200, #00822B);