#0cb310
a dark, electric green · cool · closest name: green
RGB
12, 179, 16
HSL
121°, 87%, 38%
CMYK
93, 0, 91, 30
Luminance
0.3236
Every format
| HEX | #0cb310 |
| RGB | rgb(12, 179, 16) |
| HSL | hsl(121, 87%, 38%) |
| CMYK | cmyk(93%, 0%, 91%, 30%) |
| LAB | lab(63.6 -65.1 61.7) |
| LCH | lch(63.6 89.7 136.5) |
| OKLCH | oklch(0.665 0.222 142.7) |
Copy-ready code
/* CSS */
color: #0cb310;
background-color: #0cb310;
/* Tailwind (arbitrary) */
class="text-[#0cb310] bg-[#0cb310]"
/* SCSS */
$brand: #0cb310;
/* SwiftUI */
Color(red: 0.047, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#0cb310")Accessibility — WCAG contrast
Aa
#0cb310 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cb310 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green70.2%
Blue6.3%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#0cb310 text on a black background
contrast 7.47:1
Card sample
#0cb310 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cb310;
Background color
Panel with #0cb310 background
background-color: #0cb310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cb310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cb310; background: linear-gradient(135deg, #0cb310, #0CB37F);