#0cf02d
a balanced, electric green · cool · closest name: lime
RGB
12, 240, 45
HSL
129°, 91%, 49%
CMYK
95, 0, 81, 6
Luminance
0.6259
Every format
| HEX | #0cf02d |
| RGB | rgb(12, 240, 45) |
| HSL | hsl(129, 91%, 49%) |
| CMYK | cmyk(95%, 0%, 81%, 6%) |
| LAB | lab(83.2 -80.6 72.9) |
| LCH | lch(83.2 108.7 137.9) |
| OKLCH | oklch(0.829 0.271 143.5) |
Copy-ready code
/* CSS */
color: #0cf02d;
background-color: #0cf02d;
/* Tailwind (arbitrary) */
class="text-[#0cf02d] bg-[#0cf02d]"
/* SCSS */
$brand: #0cf02d;
/* SwiftUI */
Color(red: 0.047, green: 0.941, blue: 0.176)
/* Android */
Color.parseColor("#0cf02d")Accessibility — WCAG contrast
Aa
#0cf02d on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf02d on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green94.1%
Blue17.6%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow81.3%
Key (black)5.9%
Color previews
#0cf02d text on a black background
contrast 13.52:1
Card sample
#0cf02d text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf02d;
Background color
Panel with #0cf02d background
background-color: #0cf02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 240, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 240, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf02d; background: linear-gradient(135deg, #0cf02d, #0CF0C5);