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