#2fc024
a dark, vivid green · cool · closest name: green
RGB
47, 192, 36
HSL
116°, 68%, 45%
CMYK
76, 0, 81, 25
Luminance
0.3843
Every format
| HEX | #2fc024 |
| RGB | rgb(47, 192, 36) |
| HSL | hsl(116, 68%, 45%) |
| CMYK | cmyk(76%, 0%, 81%, 25%) |
| LAB | lab(68.3 -64.5 61.6) |
| LCH | lch(68.3 89.2 136.3) |
| OKLCH | oklch(0.706 0.222 142.1) |
Copy-ready code
/* CSS */
color: #2fc024;
background-color: #2fc024;
/* Tailwind (arbitrary) */
class="text-[#2fc024] bg-[#2fc024]"
/* SCSS */
$brand: #2fc024;
/* SwiftUI */
Color(red: 0.184, green: 0.753, blue: 0.141)
/* Android */
Color.parseColor("#2fc024")Accessibility — WCAG contrast
Aa
#2fc024 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc024 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green75.3%
Blue14.1%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow81.3%
Key (black)24.7%
Color previews
#2fc024 text on a black background
contrast 8.69:1
Card sample
#2fc024 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc024;
Background color
Panel with #2fc024 background
background-color: #2fc024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 192, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 192, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc024; background: linear-gradient(135deg, #2fc024, #24C081);