#0eee52
a balanced, electric green · cool · closest name: lime
RGB
14, 238, 82
HSL
138°, 89%, 49%
CMYK
94, 0, 66, 7
Luminance
0.6185
Every format
| HEX | #0eee52 |
| RGB | rgb(14, 238, 82) |
| HSL | hsl(138, 89%, 49%) |
| CMYK | cmyk(94%, 0%, 66%, 7%) |
| LAB | lab(82.8 -77.2 60.2) |
| LCH | lch(82.8 97.9 142.0) |
| OKLCH | oklch(0.827 0.250 146.1) |
Copy-ready code
/* CSS */
color: #0eee52;
background-color: #0eee52;
/* Tailwind (arbitrary) */
class="text-[#0eee52] bg-[#0eee52]"
/* SCSS */
$brand: #0eee52;
/* SwiftUI */
Color(red: 0.055, green: 0.933, blue: 0.322)
/* Android */
Color.parseColor("#0eee52")Accessibility — WCAG contrast
Aa
#0eee52 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eee52 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green93.3%
Blue32.2%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow65.5%
Key (black)6.7%
Color previews
#0eee52 text on a black background
contrast 13.37:1
Card sample
#0eee52 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eee52;
Background color
Panel with #0eee52 background
background-color: #0eee52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eee52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 238, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 238, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eee52; background: linear-gradient(135deg, #0eee52, #0EEEE7);