#3bc71f
a balanced, vivid green · cool · closest name: green
RGB
59, 199, 31
HSL
110°, 73%, 45%
CMYK
70, 0, 84, 22
Luminance
0.4188
Every format
| HEX | #3bc71f |
| RGB | rgb(59, 199, 31) |
| HSL | hsl(110, 73%, 45%) |
| CMYK | cmyk(70%, 0%, 84%, 22%) |
| LAB | lab(70.8 -64.9 65.2) |
| LCH | lch(70.8 92.0 134.9) |
| OKLCH | oklch(0.727 0.228 141.1) |
Copy-ready code
/* CSS */
color: #3bc71f;
background-color: #3bc71f;
/* Tailwind (arbitrary) */
class="text-[#3bc71f] bg-[#3bc71f]"
/* SCSS */
$brand: #3bc71f;
/* SwiftUI */
Color(red: 0.231, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#3bc71f")Accessibility — WCAG contrast
Aa
#3bc71f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc71f on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green78.0%
Blue12.2%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#3bc71f text on a black background
contrast 9.38:1
Card sample
#3bc71f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc71f;
Background color
Panel with #3bc71f background
background-color: #3bc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc71f; background: linear-gradient(135deg, #3bc71f, #1FC773);