#3dbd2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
61, 189, 47
HSL
114°, 60%, 46%
CMYK
68, 0, 75, 26
Luminance
0.3759
Every format
| HEX | #3dbd2f |
| RGB | rgb(61, 189, 47) |
| HSL | hsl(114, 60%, 46%) |
| CMYK | cmyk(68%, 0%, 75%, 26%) |
| LAB | lab(67.7 -60.4 57.7) |
| LCH | lch(67.7 83.5 136.3) |
| OKLCH | oklch(0.702 0.210 141.7) |
Copy-ready code
/* CSS */
color: #3dbd2f;
background-color: #3dbd2f;
/* Tailwind (arbitrary) */
class="text-[#3dbd2f] bg-[#3dbd2f]"
/* SCSS */
$brand: #3dbd2f;
/* SwiftUI */
Color(red: 0.239, green: 0.741, blue: 0.184)
/* Android */
Color.parseColor("#3dbd2f")Accessibility — WCAG contrast
Aa
#3dbd2f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbd2f on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green74.1%
Blue18.4%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow75.1%
Key (black)25.9%
Color previews
#3dbd2f text on a black background
contrast 8.52:1
Card sample
#3dbd2f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbd2f;
Background color
Panel with #3dbd2f background
background-color: #3dbd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 189, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 189, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbd2f; background: linear-gradient(135deg, #3dbd2f, #2FBD80);