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