#2fc034
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 192, 52
HSL
122°, 61%, 47%
CMYK
76, 0, 73, 25
Luminance
0.3855
Every format
| HEX | #2fc034 |
| RGB | rgb(47, 192, 52) |
| HSL | hsl(122, 61%, 47%) |
| CMYK | cmyk(76%, 0%, 73%, 25%) |
| LAB | lab(68.4 -63.4 56.5) |
| LCH | lch(68.4 84.9 138.3) |
| OKLCH | oklch(0.707 0.214 143.3) |
Copy-ready code
/* CSS */
color: #2fc034;
background-color: #2fc034;
/* Tailwind (arbitrary) */
class="text-[#2fc034] bg-[#2fc034]"
/* SCSS */
$brand: #2fc034;
/* SwiftUI */
Color(red: 0.184, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#2fc034")Accessibility — WCAG contrast
Aa
#2fc034 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc034 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green75.3%
Blue20.4%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#2fc034 text on a black background
contrast 8.71:1
Card sample
#2fc034 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc034;
Background color
Panel with #2fc034 background
background-color: #2fc034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc034; background: linear-gradient(135deg, #2fc034, #2FC095);