#2eed05
a balanced, electric green · cool · closest name: lime
RGB
46, 237, 5
HSL
109°, 96%, 48%
CMYK
81, 0, 98, 7
Luminance
0.6116
Every format
| HEX | #2eed05 |
| RGB | rgb(46, 237, 5) |
| HSL | hsl(109, 96%, 48%) |
| CMYK | cmyk(81%, 0%, 98%, 7%) |
| LAB | lab(82.5 -78.6 78.7) |
| LCH | lch(82.5 111.2 135.0) |
| OKLCH | oklch(0.823 0.274 141.6) |
Copy-ready code
/* CSS */
color: #2eed05;
background-color: #2eed05;
/* Tailwind (arbitrary) */
class="text-[#2eed05] bg-[#2eed05]"
/* SCSS */
$brand: #2eed05;
/* SwiftUI */
Color(red: 0.180, green: 0.929, blue: 0.020)
/* Android */
Color.parseColor("#2eed05")Accessibility — WCAG contrast
Aa
#2eed05 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eed05 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.9%
Blue2.0%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow97.9%
Key (black)7.1%
Color previews
#2eed05 text on a black background
contrast 13.23:1
Card sample
#2eed05 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eed05;
Background color
Panel with #2eed05 background
background-color: #2eed05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eed05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 237, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 237, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eed05; background: linear-gradient(135deg, #2eed05, #05ED77);