#3bba2d
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 186, 45
HSL
114°, 61%, 45%
CMYK
68, 0, 76, 27
Luminance
0.3624
Every format
| HEX | #3bba2d |
| RGB | rgb(59, 186, 45) |
| HSL | hsl(114, 61%, 45%) |
| CMYK | cmyk(68%, 0%, 76%, 27%) |
| LAB | lab(66.7 -59.9 57.3) |
| LCH | lch(66.7 82.9 136.2) |
| OKLCH | oklch(0.693 0.208 141.7) |
Copy-ready code
/* CSS */
color: #3bba2d;
background-color: #3bba2d;
/* Tailwind (arbitrary) */
class="text-[#3bba2d] bg-[#3bba2d]"
/* SCSS */
$brand: #3bba2d;
/* SwiftUI */
Color(red: 0.231, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#3bba2d")Accessibility — WCAG contrast
Aa
#3bba2d on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bba2d on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green72.9%
Blue17.6%
CMYK percentages
Cyan68.3%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#3bba2d text on a black background
contrast 8.25:1
Card sample
#3bba2d text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bba2d;
Background color
Panel with #3bba2d background
background-color: #3bba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bba2d; background: linear-gradient(135deg, #3bba2d, #2DBA7D);