#2c910c
a dark, electric green · cool · closest name: green
RGB
44, 145, 12
HSL
106°, 85%, 31%
CMYK
70, 0, 92, 43
Luminance
0.2081
Every format
| HEX | #2c910c |
| RGB | rgb(44, 145, 12) |
| HSL | hsl(106, 85%, 31%) |
| CMYK | cmyk(70%, 0%, 92%, 43%) |
| LAB | lab(52.7 -51.0 53.3) |
| LCH | lch(52.7 73.8 133.7) |
| OKLCH | oklch(0.576 0.182 140.3) |
Copy-ready code
/* CSS */
color: #2c910c;
background-color: #2c910c;
/* Tailwind (arbitrary) */
class="text-[#2c910c] bg-[#2c910c]"
/* SCSS */
$brand: #2c910c;
/* SwiftUI */
Color(red: 0.173, green: 0.569, blue: 0.047)
/* Android */
Color.parseColor("#2c910c")Accessibility — WCAG contrast
Aa
#2c910c on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c910c on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green56.9%
Blue4.7%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow91.7%
Key (black)43.1%
Color previews
#2c910c text on a black background
contrast 5.16:1
Card sample
#2c910c text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c910c;
Background color
Panel with #2c910c background
background-color: #2c910c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c910c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 145, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 145, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c910c; background: linear-gradient(135deg, #2c910c, #0C9145);