#2fce49
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 206, 73
HSL
130°, 63%, 50%
CMYK
77, 0, 65, 19
Luminance
0.4523
Every format
| HEX | #2fce49 |
| RGB | rgb(47, 206, 73) |
| HSL | hsl(130, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 65%, 19%) |
| LAB | lab(73.0 -65.8 53.2) |
| LCH | lch(73.0 84.6 141.1) |
| OKLCH | oklch(0.746 0.216 145.2) |
Copy-ready code
/* CSS */
color: #2fce49;
background-color: #2fce49;
/* Tailwind (arbitrary) */
class="text-[#2fce49] bg-[#2fce49]"
/* SCSS */
$brand: #2fce49;
/* SwiftUI */
Color(red: 0.184, green: 0.808, blue: 0.286)
/* Android */
Color.parseColor("#2fce49")Accessibility — WCAG contrast
Aa
#2fce49 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fce49 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.8%
Blue28.6%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow64.6%
Key (black)19.2%
Color previews
#2fce49 text on a black background
contrast 10.05:1
Card sample
#2fce49 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fce49;
Background color
Panel with #2fce49 background
background-color: #2fce49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fce49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 206, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 206, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fce49; background: linear-gradient(135deg, #2fce49, #2FCEB3);