#2eb01a
a dark, vivid green · cool · closest name: green
RGB
46, 176, 26
HSL
112°, 74%, 40%
CMYK
74, 0, 85, 31
Luminance
0.3171
Every format
| HEX | #2eb01a |
| RGB | rgb(46, 176, 26) |
| HSL | hsl(112, 74%, 40%) |
| CMYK | cmyk(74%, 0%, 85%, 31%) |
| LAB | lab(63.1 -60.1 59.4) |
| LCH | lch(63.1 84.5 135.4) |
| OKLCH | oklch(0.662 0.210 141.5) |
Copy-ready code
/* CSS */
color: #2eb01a;
background-color: #2eb01a;
/* Tailwind (arbitrary) */
class="text-[#2eb01a] bg-[#2eb01a]"
/* SCSS */
$brand: #2eb01a;
/* SwiftUI */
Color(red: 0.180, green: 0.690, blue: 0.102)
/* Android */
Color.parseColor("#2eb01a")Accessibility — WCAG contrast
Aa
#2eb01a on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb01a on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green69.0%
Blue10.2%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow85.2%
Key (black)31.0%
Color previews
#2eb01a text on a black background
contrast 7.34:1
Card sample
#2eb01a text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb01a;
Background color
Panel with #2eb01a background
background-color: #2eb01a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb01a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 176, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 176, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb01a; background: linear-gradient(135deg, #2eb01a, #1AB06A);