#2ea300
a dark, electric green · cool · closest name: green
RGB
46, 163, 0
HSL
103°, 100%, 32%
CMYK
72, 0, 100, 36
Luminance
0.2678
Every format
| HEX | #2ea300 |
| RGB | rgb(46, 163, 0) |
| HSL | hsl(103, 100%, 32%) |
| CMYK | cmyk(72%, 0%, 100%, 36%) |
| LAB | lab(58.8 -56.8 60.2) |
| LCH | lch(58.8 82.8 133.4) |
| OKLCH | oklch(0.626 0.203 140.3) |
Copy-ready code
/* CSS */
color: #2ea300;
background-color: #2ea300;
/* Tailwind (arbitrary) */
class="text-[#2ea300] bg-[#2ea300]"
/* SCSS */
$brand: #2ea300;
/* SwiftUI */
Color(red: 0.180, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#2ea300")Accessibility — WCAG contrast
Aa
#2ea300 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ea300 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green63.9%
Blue0.0%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#2ea300 text on a black background
contrast 6.36:1
Card sample
#2ea300 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ea300;
Background color
Panel with #2ea300 background
background-color: #2ea300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ea300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ea300; background: linear-gradient(135deg, #2ea300, #00A33F);