#3bd10f
a dark, electric green · cool · closest name: lime
RGB
59, 209, 15
HSL
106°, 87%, 44%
CMYK
72, 0, 93, 18
Luminance
0.4657
Every format
| HEX | #3bd10f |
| RGB | rgb(59, 209, 15) |
| HSL | hsl(106, 87%, 44%) |
| CMYK | cmyk(72%, 0%, 93%, 18%) |
| LAB | lab(73.9 -68.5 70.8) |
| LCH | lch(73.9 98.5 134.1) |
| OKLCH | oklch(0.753 0.242 140.7) |
Copy-ready code
/* CSS */
color: #3bd10f;
background-color: #3bd10f;
/* Tailwind (arbitrary) */
class="text-[#3bd10f] bg-[#3bd10f]"
/* SCSS */
$brand: #3bd10f;
/* SwiftUI */
Color(red: 0.231, green: 0.820, blue: 0.059)
/* Android */
Color.parseColor("#3bd10f")Accessibility — WCAG contrast
Aa
#3bd10f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bd10f on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green82.0%
Blue5.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow92.8%
Key (black)18.0%
Color previews
#3bd10f text on a black background
contrast 10.31:1
Card sample
#3bd10f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bd10f;
Background color
Panel with #3bd10f background
background-color: #3bd10f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bd10f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 209, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 209, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bd10f; background: linear-gradient(135deg, #3bd10f, #0FD164);