#0cef4f
a balanced, electric green · cool · closest name: lime
RGB
12, 239, 79
HSL
138°, 90%, 49%
CMYK
95, 0, 67, 6
Luminance
0.6238
Every format
| HEX | #0cef4f |
| RGB | rgb(12, 239, 79) |
| HSL | hsl(138, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 67%, 6%) |
| LAB | lab(83.1 -77.8 61.7) |
| LCH | lch(83.1 99.3 141.6) |
| OKLCH | oklch(0.829 0.253 145.8) |
Copy-ready code
/* CSS */
color: #0cef4f;
background-color: #0cef4f;
/* Tailwind (arbitrary) */
class="text-[#0cef4f] bg-[#0cef4f]"
/* SCSS */
$brand: #0cef4f;
/* SwiftUI */
Color(red: 0.047, green: 0.937, blue: 0.310)
/* Android */
Color.parseColor("#0cef4f")Accessibility — WCAG contrast
Aa
#0cef4f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cef4f on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green93.7%
Blue31.0%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow66.9%
Key (black)6.3%
Color previews
#0cef4f text on a black background
contrast 13.48:1
Card sample
#0cef4f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cef4f;
Background color
Panel with #0cef4f background
background-color: #0cef4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cef4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 239, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 239, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cef4f; background: linear-gradient(135deg, #0cef4f, #0CEFE6);