#00eb67
a balanced, electric green · cool · closest name: lime
RGB
0, 235, 103
HSL
146°, 100%, 46%
CMYK
100, 0, 56, 8
Luminance
0.6040
Every format
| HEX | #00eb67 |
| RGB | rgb(0, 235, 103) |
| HSL | hsl(146, 100%, 46%) |
| CMYK | cmyk(100%, 0%, 56%, 8%) |
| LAB | lab(82.0 -74.2 50.3) |
| LCH | lch(82.0 89.7 145.9) |
| OKLCH | oklch(0.821 0.232 148.9) |
Copy-ready code
/* CSS */
color: #00eb67;
background-color: #00eb67;
/* Tailwind (arbitrary) */
class="text-[#00eb67] bg-[#00eb67]"
/* SCSS */
$brand: #00eb67;
/* SwiftUI */
Color(red: 0.000, green: 0.922, blue: 0.404)
/* Android */
Color.parseColor("#00eb67")Accessibility — WCAG contrast
Aa
#00eb67 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00eb67 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green92.2%
Blue40.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow56.2%
Key (black)7.8%
Color previews
#00eb67 text on a black background
contrast 13.08:1
Card sample
#00eb67 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00eb67;
Background color
Panel with #00eb67 background
background-color: #00eb67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00eb67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 235, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 235, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00eb67; background: linear-gradient(135deg, #00eb67, #00D2EB);