#2fc522
a balanced, vivid green · cool · closest name: green
RGB
47, 197, 34
HSL
115°, 71%, 45%
CMYK
76, 0, 83, 23
Luminance
0.4065
Every format
| HEX | #2fc522 |
| RGB | rgb(47, 197, 34) |
| HSL | hsl(115, 71%, 45%) |
| CMYK | cmyk(76%, 0%, 83%, 23%) |
| LAB | lab(69.9 -66.1 63.6) |
| LCH | lch(69.9 91.7 136.1) |
| OKLCH | oklch(0.719 0.228 142.0) |
Copy-ready code
/* CSS */
color: #2fc522;
background-color: #2fc522;
/* Tailwind (arbitrary) */
class="text-[#2fc522] bg-[#2fc522]"
/* SCSS */
$brand: #2fc522;
/* SwiftUI */
Color(red: 0.184, green: 0.773, blue: 0.133)
/* Android */
Color.parseColor("#2fc522")Accessibility — WCAG contrast
Aa
#2fc522 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc522 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green77.3%
Blue13.3%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow82.7%
Key (black)22.7%
Color previews
#2fc522 text on a black background
contrast 9.13:1
Card sample
#2fc522 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc522;
Background color
Panel with #2fc522 background
background-color: #2fc522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 197, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 197, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc522; background: linear-gradient(135deg, #2fc522, #22C582);