#3fd545
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 213, 69
HSL
122°, 64%, 54%
CMYK
70, 0, 68, 17
Luminance
0.4907
Every format
| HEX | #3fd545 |
| RGB | rgb(63, 213, 69) |
| HSL | hsl(122, 64%, 54%) |
| CMYK | cmyk(70%, 0%, 68%, 17%) |
| LAB | lab(75.5 -66.0 57.6) |
| LCH | lch(75.5 87.6 138.9) |
| OKLCH | oklch(0.767 0.223 143.5) |
Copy-ready code
/* CSS */
color: #3fd545;
background-color: #3fd545;
/* Tailwind (arbitrary) */
class="text-[#3fd545] bg-[#3fd545]"
/* SCSS */
$brand: #3fd545;
/* SwiftUI */
Color(red: 0.247, green: 0.835, blue: 0.271)
/* Android */
Color.parseColor("#3fd545")Accessibility — WCAG contrast
Aa
#3fd545 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd545 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.5%
Blue27.1%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow67.6%
Key (black)16.5%
Color previews
#3fd545 text on a black background
contrast 10.81:1
Card sample
#3fd545 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd545;
Background color
Panel with #3fd545 background
background-color: #3fd545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 213, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 213, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd545; background: linear-gradient(135deg, #3fd545, #3FD5A9);