#2fc12f
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 193, 47
HSL
120°, 61%, 47%
CMYK
76, 0, 76, 24
Luminance
0.3895
Every format
| HEX | #2fc12f |
| RGB | rgb(47, 193, 47) |
| HSL | hsl(120, 61%, 47%) |
| CMYK | cmyk(76%, 0%, 76%, 24%) |
| LAB | lab(68.7 -64.1 58.6) |
| LCH | lch(68.7 86.8 137.6) |
| OKLCH | oklch(0.709 0.218 142.8) |
Copy-ready code
/* CSS */
color: #2fc12f;
background-color: #2fc12f;
/* Tailwind (arbitrary) */
class="text-[#2fc12f] bg-[#2fc12f]"
/* SCSS */
$brand: #2fc12f;
/* SwiftUI */
Color(red: 0.184, green: 0.757, blue: 0.184)
/* Android */
Color.parseColor("#2fc12f")Accessibility — WCAG contrast
Aa
#2fc12f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc12f on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green75.7%
Blue18.4%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow75.6%
Key (black)24.3%
Color previews
#2fc12f text on a black background
contrast 8.79:1
Card sample
#2fc12f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc12f;
Background color
Panel with #2fc12f background
background-color: #2fc12f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc12f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 193, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 193, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc12f; background: linear-gradient(135deg, #2fc12f, #2FC190);