#0cf500
a balanced, electric green · cool · closest name: lime
RGB
12, 245, 0
HSL
117°, 100%, 48%
CMYK
95, 0, 100, 4
Luminance
0.6538
Every format
| HEX | #0cf500 |
| RGB | rgb(12, 245, 0) |
| HSL | hsl(117, 100%, 48%) |
| CMYK | cmyk(95%, 0%, 100%, 4%) |
| LAB | lab(84.7 -83.2 80.8) |
| LCH | lch(84.7 116.0 135.9) |
| OKLCH | oklch(0.841 0.285 142.4) |
Copy-ready code
/* CSS */
color: #0cf500;
background-color: #0cf500;
/* Tailwind (arbitrary) */
class="text-[#0cf500] bg-[#0cf500]"
/* SCSS */
$brand: #0cf500;
/* SwiftUI */
Color(red: 0.047, green: 0.961, blue: 0.000)
/* Android */
Color.parseColor("#0cf500")Accessibility — WCAG contrast
Aa
#0cf500 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf500 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green96.1%
Blue0.0%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow100.0%
Key (black)3.9%
Color previews
#0cf500 text on a black background
contrast 14.08:1
Card sample
#0cf500 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf500;
Background color
Panel with #0cf500 background
background-color: #0cf500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 245, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 245, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf500; background: linear-gradient(135deg, #0cf500, #00F597);