#3bfc13
a balanced, electric green · cool · closest name: lime
RGB
59, 252, 19
HSL
110°, 98%, 53%
CMYK
77, 0, 93, 1
Luminance
0.7060
Every format
| HEX | #3bfc13 |
| RGB | rgb(59, 252, 19) |
| HSL | hsl(110, 98%, 53%) |
| CMYK | cmyk(77%, 0%, 93%, 1%) |
| LAB | lab(87.3 -81.0 81.4) |
| LCH | lch(87.3 114.8 134.9) |
| OKLCH | oklch(0.864 0.283 141.4) |
Copy-ready code
/* CSS */
color: #3bfc13;
background-color: #3bfc13;
/* Tailwind (arbitrary) */
class="text-[#3bfc13] bg-[#3bfc13]"
/* SCSS */
$brand: #3bfc13;
/* SwiftUI */
Color(red: 0.231, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#3bfc13")Accessibility — WCAG contrast
Aa
#3bfc13 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfc13 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.8%
Blue7.5%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#3bfc13 text on a black background
contrast 15.12:1
Card sample
#3bfc13 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfc13;
Background color
Panel with #3bfc13 background
background-color: #3bfc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfc13; background: linear-gradient(135deg, #3bfc13, #13FC86);