#0ce244
a balanced, electric green · cool · closest name: lime
RGB
12, 226, 68
HSL
136°, 90%, 47%
CMYK
95, 0, 70, 11
Luminance
0.5489
Every format
| HEX | #0ce244 |
| RGB | rgb(12, 226, 68) |
| HSL | hsl(136, 90%, 47%) |
| CMYK | cmyk(95%, 0%, 70%, 11%) |
| LAB | lab(79.0 -75.2 61.5) |
| LCH | lch(79.0 97.1 140.7) |
| OKLCH | oklch(0.794 0.246 145.2) |
Copy-ready code
/* CSS */
color: #0ce244;
background-color: #0ce244;
/* Tailwind (arbitrary) */
class="text-[#0ce244] bg-[#0ce244]"
/* SCSS */
$brand: #0ce244;
/* SwiftUI */
Color(red: 0.047, green: 0.886, blue: 0.267)
/* Android */
Color.parseColor("#0ce244")Accessibility — WCAG contrast
Aa
#0ce244 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ce244 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green88.6%
Blue26.7%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow69.9%
Key (black)11.4%
Color previews
#0ce244 text on a black background
contrast 11.98:1
Card sample
#0ce244 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ce244;
Background color
Panel with #0ce244 background
background-color: #0ce244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ce244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 226, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 226, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ce244; background: linear-gradient(135deg, #0ce244, #0CE2D3);