#3bc90e
a dark, electric green · cool · closest name: lime
RGB
59, 201, 14
HSL
106°, 87%, 42%
CMYK
71, 0, 93, 21
Luminance
0.4273
Every format
| HEX | #3bc90e |
| RGB | rgb(59, 201, 14) |
| HSL | hsl(106, 87%, 42%) |
| CMYK | cmyk(71%, 0%, 93%, 21%) |
| LAB | lab(71.4 -66.1 68.8) |
| LCH | lch(71.4 95.4 133.8) |
| OKLCH | oklch(0.732 0.235 140.5) |
Copy-ready code
/* CSS */
color: #3bc90e;
background-color: #3bc90e;
/* Tailwind (arbitrary) */
class="text-[#3bc90e] bg-[#3bc90e]"
/* SCSS */
$brand: #3bc90e;
/* SwiftUI */
Color(red: 0.231, green: 0.788, blue: 0.055)
/* Android */
Color.parseColor("#3bc90e")Accessibility — WCAG contrast
Aa
#3bc90e on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc90e on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green78.8%
Blue5.5%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow93.0%
Key (black)21.2%
Color previews
#3bc90e text on a black background
contrast 9.55:1
Card sample
#3bc90e text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc90e;
Background color
Panel with #3bc90e background
background-color: #3bc90e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc90e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 201, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 201, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc90e; background: linear-gradient(135deg, #3bc90e, #0EC95E);