#0cfd02
a balanced, electric green · cool · “lime”
RGB
12, 253, 2
HSL
118°, 98%, 50%
CMYK
95, 0, 99, 1
Luminance
0.7033
Every format
| HEX | #0cfd02 |
| RGB | rgb(12, 253, 2) |
| HSL | hsl(118, 98%, 50%) |
| CMYK | cmyk(95%, 0%, 99%, 1%) |
| LAB | lab(87.2 -85.3 82.6) |
| LCH | lch(87.2 118.7 135.9) |
| OKLCH | oklch(0.862 0.292 142.4) |
Copy-ready code
/* CSS */
color: #0cfd02;
background-color: #0cfd02;
/* Tailwind (arbitrary) */
class="text-[#0cfd02] bg-[#0cfd02]"
/* SCSS */
$brand: #0cfd02;
/* SwiftUI */
Color(red: 0.047, green: 0.992, blue: 0.008)
/* Android */
Color.parseColor("#0cfd02")Accessibility — WCAG contrast
Aa
#0cfd02 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfd02 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green99.2%
Blue0.8%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow99.2%
Key (black)0.8%
Color previews
#0cfd02 text on a black background
contrast 15.07:1
Card sample
#0cfd02 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfd02;
Background color
Panel with #0cfd02 background
background-color: #0cfd02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfd02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 253, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 253, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfd02; background: linear-gradient(135deg, #0cfd02, #02FD9F);