#0ebe0e
a dark, electric green · cool · closest name: green
RGB
14, 190, 14
HSL
120°, 86%, 40%
CMYK
93, 0, 93, 26
Luminance
0.3695
Every format
| HEX | #0ebe0e |
| RGB | rgb(14, 190, 14) |
| HSL | hsl(120, 86%, 40%) |
| CMYK | cmyk(93%, 0%, 93%, 26%) |
| LAB | lab(67.2 -68.1 65.1) |
| LCH | lch(67.2 94.2 136.3) |
| OKLCH | oklch(0.696 0.233 142.6) |
Copy-ready code
/* CSS */
color: #0ebe0e;
background-color: #0ebe0e;
/* Tailwind (arbitrary) */
class="text-[#0ebe0e] bg-[#0ebe0e]"
/* SCSS */
$brand: #0ebe0e;
/* SwiftUI */
Color(red: 0.055, green: 0.745, blue: 0.055)
/* Android */
Color.parseColor("#0ebe0e")Accessibility — WCAG contrast
Aa
#0ebe0e on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebe0e on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.5%
Blue5.5%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow92.6%
Key (black)25.5%
Color previews
#0ebe0e text on a black background
contrast 8.39:1
Card sample
#0ebe0e text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebe0e;
Background color
Panel with #0ebe0e background
background-color: #0ebe0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebe0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 190, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 190, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebe0e; background: linear-gradient(135deg, #0ebe0e, #0EBE83);