#2cba00
a dark, electric green · cool · closest name: green
RGB
44, 186, 0
HSL
106°, 100%, 37%
CMYK
76, 0, 100, 27
Luminance
0.3565
Every format
| HEX | #2cba00 |
| RGB | rgb(44, 186, 0) |
| HSL | hsl(106, 100%, 37%) |
| CMYK | cmyk(76%, 0%, 100%, 27%) |
| LAB | lab(66.3 -64.3 66.1) |
| LCH | lch(66.3 92.2 134.2) |
| OKLCH | oklch(0.688 0.226 141.0) |
Copy-ready code
/* CSS */
color: #2cba00;
background-color: #2cba00;
/* Tailwind (arbitrary) */
class="text-[#2cba00] bg-[#2cba00]"
/* SCSS */
$brand: #2cba00;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.000)
/* Android */
Color.parseColor("#2cba00")Accessibility — WCAG contrast
Aa
#2cba00 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cba00 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue0.0%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow100.0%
Key (black)27.1%
Color previews
#2cba00 text on a black background
contrast 8.13:1
Card sample
#2cba00 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cba00;
Background color
Panel with #2cba00 background
background-color: #2cba00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cba00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cba00; background: linear-gradient(135deg, #2cba00, #00BA50);