#0cf33c
a balanced, electric green · cool · closest name: lime
RGB
12, 243, 60
HSL
133°, 91%, 50%
CMYK
95, 0, 75, 5
Luminance
0.6451
Every format
| HEX | #0cf33c |
| RGB | rgb(12, 243, 60) |
| HSL | hsl(133, 91%, 50%) |
| CMYK | cmyk(95%, 0%, 75%, 5%) |
| LAB | lab(84.2 -80.5 69.5) |
| LCH | lch(84.2 106.4 139.2) |
| OKLCH | oklch(0.838 0.268 144.2) |
Copy-ready code
/* CSS */
color: #0cf33c;
background-color: #0cf33c;
/* Tailwind (arbitrary) */
class="text-[#0cf33c] bg-[#0cf33c]"
/* SCSS */
$brand: #0cf33c;
/* SwiftUI */
Color(red: 0.047, green: 0.953, blue: 0.235)
/* Android */
Color.parseColor("#0cf33c")Accessibility — WCAG contrast
Aa
#0cf33c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf33c on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green95.3%
Blue23.5%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow75.3%
Key (black)4.7%
Color previews
#0cf33c text on a black background
contrast 13.90:1
Card sample
#0cf33c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf33c;
Background color
Panel with #0cf33c background
background-color: #0cf33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 243, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 243, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf33c; background: linear-gradient(135deg, #0cf33c, #0CF3D6);