#0ce024
a balanced, electric green · cool · closest name: lime
RGB
12, 224, 36
HSL
127°, 90%, 46%
CMYK
95, 0, 84, 12
Luminance
0.5352
Every format
| HEX | #0ce024 |
| RGB | rgb(12, 224, 36) |
| HSL | hsl(127, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 84%, 12%) |
| LAB | lab(78.2 -76.8 70.5) |
| LCH | lch(78.2 104.2 137.4) |
| OKLCH | oklch(0.787 0.259 143.2) |
Copy-ready code
/* CSS */
color: #0ce024;
background-color: #0ce024;
/* Tailwind (arbitrary) */
class="text-[#0ce024] bg-[#0ce024]"
/* SCSS */
$brand: #0ce024;
/* SwiftUI */
Color(red: 0.047, green: 0.878, blue: 0.141)
/* Android */
Color.parseColor("#0ce024")Accessibility — WCAG contrast
Aa
#0ce024 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ce024 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.8%
Blue14.1%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow83.9%
Key (black)12.2%
Color previews
#0ce024 text on a black background
contrast 11.70:1
Card sample
#0ce024 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ce024;
Background color
Panel with #0ce024 background
background-color: #0ce024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ce024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 224, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 224, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ce024; background: linear-gradient(135deg, #0ce024, #0CE0B1);