#2fc331
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 195, 49
HSL
121°, 61%, 48%
CMYK
76, 0, 75, 24
Luminance
0.3986
Every format
| HEX | #2fc331 |
| RGB | rgb(47, 195, 49) |
| HSL | hsl(121, 61%, 48%) |
| CMYK | cmyk(76%, 0%, 75%, 24%) |
| LAB | lab(69.4 -64.5 58.5) |
| LCH | lch(69.4 87.1 137.8) |
| OKLCH | oklch(0.715 0.219 143.0) |
Copy-ready code
/* CSS */
color: #2fc331;
background-color: #2fc331;
/* Tailwind (arbitrary) */
class="text-[#2fc331] bg-[#2fc331]"
/* SCSS */
$brand: #2fc331;
/* SwiftUI */
Color(red: 0.184, green: 0.765, blue: 0.192)
/* Android */
Color.parseColor("#2fc331")Accessibility — WCAG contrast
Aa
#2fc331 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc331 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green76.5%
Blue19.2%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow74.9%
Key (black)23.5%
Color previews
#2fc331 text on a black background
contrast 8.97:1
Card sample
#2fc331 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc331;
Background color
Panel with #2fc331 background
background-color: #2fc331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 195, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 195, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc331; background: linear-gradient(135deg, #2fc331, #2FC394);