#0ce73f
a balanced, electric green · cool · closest name: lime
RGB
12, 231, 63
HSL
134°, 90%, 48%
CMYK
95, 0, 73, 9
Luminance
0.5759
Every format
| HEX | #0ce73f |
| RGB | rgb(12, 231, 63) |
| HSL | hsl(134, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 73%, 9%) |
| LAB | lab(80.5 -77.0 64.8) |
| LCH | lch(80.5 100.7 139.9) |
| OKLCH | oklch(0.807 0.254 144.7) |
Copy-ready code
/* CSS */
color: #0ce73f;
background-color: #0ce73f;
/* Tailwind (arbitrary) */
class="text-[#0ce73f] bg-[#0ce73f]"
/* SCSS */
$brand: #0ce73f;
/* SwiftUI */
Color(red: 0.047, green: 0.906, blue: 0.247)
/* Android */
Color.parseColor("#0ce73f")Accessibility — WCAG contrast
Aa
#0ce73f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ce73f on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green90.6%
Blue24.7%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow72.7%
Key (black)9.4%
Color previews
#0ce73f text on a black background
contrast 12.52:1
Card sample
#0ce73f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ce73f;
Background color
Panel with #0ce73f background
background-color: #0ce73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ce73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 231, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 231, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ce73f; background: linear-gradient(135deg, #0ce73f, #0CE7D1);