#3bfc2f
a balanced, electric green · cool · closest name: lime
RGB
59, 252, 47
HSL
117°, 97%, 59%
CMYK
77, 0, 81, 1
Luminance
0.7076
Every format
| HEX | #3bfc2f |
| RGB | rgb(59, 252, 47) |
| HSL | hsl(117, 97%, 59%) |
| CMYK | cmyk(77%, 0%, 81%, 1%) |
| LAB | lab(87.4 -80.0 76.3) |
| LCH | lch(87.4 110.6 136.4) |
| OKLCH | oklch(0.865 0.276 142.2) |
Copy-ready code
/* CSS */
color: #3bfc2f;
background-color: #3bfc2f;
/* Tailwind (arbitrary) */
class="text-[#3bfc2f] bg-[#3bfc2f]"
/* SCSS */
$brand: #3bfc2f;
/* SwiftUI */
Color(red: 0.231, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#3bfc2f")Accessibility — WCAG contrast
Aa
#3bfc2f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfc2f on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.8%
Blue18.4%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#3bfc2f text on a black background
contrast 15.15:1
Card sample
#3bfc2f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfc2f;
Background color
Panel with #3bfc2f background
background-color: #3bfc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfc2f; background: linear-gradient(135deg, #3bfc2f, #2FFCAC);