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