#0ee521
a balanced, electric green · cool · closest name: lime
RGB
14, 229, 33
HSL
125°, 89%, 48%
CMYK
94, 0, 86, 10
Luminance
0.5624
Every format
| HEX | #0ee521 |
| RGB | rgb(14, 229, 33) |
| HSL | hsl(125, 89%, 48%) |
| CMYK | cmyk(94%, 0%, 86%, 10%) |
| LAB | lab(79.8 -78.2 72.5) |
| LCH | lch(79.8 106.6 137.1) |
| OKLCH | oklch(0.800 0.265 143.0) |
Copy-ready code
/* CSS */
color: #0ee521;
background-color: #0ee521;
/* Tailwind (arbitrary) */
class="text-[#0ee521] bg-[#0ee521]"
/* SCSS */
$brand: #0ee521;
/* SwiftUI */
Color(red: 0.055, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#0ee521")Accessibility — WCAG contrast
Aa
#0ee521 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ee521 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green89.8%
Blue12.9%
CMYK percentages
Cyan93.9%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#0ee521 text on a black background
contrast 12.25:1
Card sample
#0ee521 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ee521;
Background color
Panel with #0ee521 background
background-color: #0ee521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ee521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ee521; background: linear-gradient(135deg, #0ee521, #0EE5B0);