#3bff1f
a balanced, electric green · cool · closest name: lime
RGB
59, 255, 31
HSL
113°, 100%, 56%
CMYK
77, 0, 88, 0
Luminance
0.7255
Every format
| HEX | #3bff1f |
| RGB | rgb(59, 255, 31) |
| HSL | hsl(113, 100%, 56%) |
| CMYK | cmyk(77%, 0%, 88%, 0%) |
| LAB | lab(88.2 -81.5 80.5) |
| LCH | lch(88.2 114.5 135.4) |
| OKLCH | oklch(0.872 0.283 141.7) |
Copy-ready code
/* CSS */
color: #3bff1f;
background-color: #3bff1f;
/* Tailwind (arbitrary) */
class="text-[#3bff1f] bg-[#3bff1f]"
/* SCSS */
$brand: #3bff1f;
/* SwiftUI */
Color(red: 0.231, green: 1.000, blue: 0.122)
/* Android */
Color.parseColor("#3bff1f")Accessibility — WCAG contrast
Aa
#3bff1f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bff1f on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green100.0%
Blue12.2%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow87.8%
Key (black)0.0%
Color previews
#3bff1f text on a black background
contrast 15.51:1
Card sample
#3bff1f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bff1f;
Background color
Panel with #3bff1f background
background-color: #3bff1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bff1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 255, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 255, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bff1f; background: linear-gradient(135deg, #3bff1f, #1FFF98);