#3bcf02
a dark, electric green · cool · closest name: lime
RGB
59, 207, 2
HSL
103°, 98%, 41%
CMYK
72, 0, 99, 19
Luminance
0.4556
Every format
| HEX | #3bcf02 |
| RGB | rgb(59, 207, 2) |
| HSL | hsl(103, 98%, 41%) |
| CMYK | cmyk(72%, 0%, 99%, 19%) |
| LAB | lab(73.3 -68.2 71.6) |
| LCH | lch(73.3 98.9 133.6) |
| OKLCH | oklch(0.747 0.242 140.4) |
Copy-ready code
/* CSS */
color: #3bcf02;
background-color: #3bcf02;
/* Tailwind (arbitrary) */
class="text-[#3bcf02] bg-[#3bcf02]"
/* SCSS */
$brand: #3bcf02;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.008)
/* Android */
Color.parseColor("#3bcf02")Accessibility — WCAG contrast
Aa
#3bcf02 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcf02 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue0.8%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow99.0%
Key (black)18.8%
Color previews
#3bcf02 text on a black background
contrast 10.11:1
Card sample
#3bcf02 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcf02;
Background color
Panel with #3bcf02 background
background-color: #3bcf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcf02; background: linear-gradient(135deg, #3bcf02, #02CF52);