#3dcc2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
61, 204, 47
HSL
115°, 63%, 49%
CMYK
70, 0, 77, 20
Luminance
0.4438
Every format
| HEX | #3dcc2f |
| RGB | rgb(61, 204, 47) |
| HSL | hsl(115, 63%, 49%) |
| CMYK | cmyk(70%, 0%, 77%, 20%) |
| LAB | lab(72.5 -65.2 62.4) |
| LCH | lch(72.5 90.2 136.3) |
| OKLCH | oklch(0.741 0.226 141.9) |
Copy-ready code
/* CSS */
color: #3dcc2f;
background-color: #3dcc2f;
/* Tailwind (arbitrary) */
class="text-[#3dcc2f] bg-[#3dcc2f]"
/* SCSS */
$brand: #3dcc2f;
/* SwiftUI */
Color(red: 0.239, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#3dcc2f")Accessibility — WCAG contrast
Aa
#3dcc2f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcc2f on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.0%
Blue18.4%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#3dcc2f text on a black background
contrast 9.88:1
Card sample
#3dcc2f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcc2f;
Background color
Panel with #3dcc2f background
background-color: #3dcc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcc2f; background: linear-gradient(135deg, #3dcc2f, #2FCC89);