#0cbf2f
a dark, electric green · cool · closest name: forestgreen
RGB
12, 191, 47
HSL
132°, 88%, 40%
CMYK
94, 0, 75, 25
Luminance
0.3755
Every format
| HEX | #0cbf2f |
| RGB | rgb(12, 191, 47) |
| HSL | hsl(132, 88%, 40%) |
| CMYK | cmyk(94%, 0%, 75%, 25%) |
| LAB | lab(67.7 -66.8 57.4) |
| LCH | lch(67.7 88.1 139.3) |
| OKLCH | oklch(0.700 0.222 144.3) |
Copy-ready code
/* CSS */
color: #0cbf2f;
background-color: #0cbf2f;
/* Tailwind (arbitrary) */
class="text-[#0cbf2f] bg-[#0cbf2f]"
/* SCSS */
$brand: #0cbf2f;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 0.184)
/* Android */
Color.parseColor("#0cbf2f")Accessibility — WCAG contrast
Aa
#0cbf2f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbf2f on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue18.4%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow75.4%
Key (black)25.1%
Color previews
#0cbf2f text on a black background
contrast 8.51:1
Card sample
#0cbf2f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbf2f;
Background color
Panel with #0cbf2f background
background-color: #0cbf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbf2f; background: linear-gradient(135deg, #0cbf2f, #0CBFA6);