#0cf072
a balanced, electric green · cool · closest name: lime
RGB
12, 240, 114
HSL
147°, 91%, 49%
CMYK
95, 0, 53, 6
Luminance
0.6361
Every format
| HEX | #0cf072 |
| RGB | rgb(12, 240, 114) |
| HSL | hsl(147, 91%, 49%) |
| CMYK | cmyk(95%, 0%, 53%, 6%) |
| LAB | lab(83.8 -73.9 47.3) |
| LCH | lch(83.8 87.7 147.4) |
| OKLCH | oklch(0.835 0.228 150.1) |
Copy-ready code
/* CSS */
color: #0cf072;
background-color: #0cf072;
/* Tailwind (arbitrary) */
class="text-[#0cf072] bg-[#0cf072]"
/* SCSS */
$brand: #0cf072;
/* SwiftUI */
Color(red: 0.047, green: 0.941, blue: 0.447)
/* Android */
Color.parseColor("#0cf072")Accessibility — WCAG contrast
Aa
#0cf072 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf072 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green94.1%
Blue44.7%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow52.5%
Key (black)5.9%
Color previews
#0cf072 text on a black background
contrast 13.72:1
Card sample
#0cf072 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf072;
Background color
Panel with #0cf072 background
background-color: #0cf072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 240, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 240, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf072; background: linear-gradient(135deg, #0cf072, #0CD6F0);