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