#2f9113
a dark, electric green · cool · closest name: green
RGB
47, 145, 19
HSL
107°, 77%, 32%
CMYK
68, 0, 87, 43
Luminance
0.2090
Every format
| HEX | #2f9113 |
| RGB | rgb(47, 145, 19) |
| HSL | hsl(107, 77%, 32%) |
| CMYK | cmyk(68%, 0%, 87%, 43%) |
| LAB | lab(52.8 -50.0 51.9) |
| LCH | lch(52.8 72.1 133.9) |
| OKLCH | oklch(0.577 0.178 140.3) |
Copy-ready code
/* CSS */
color: #2f9113;
background-color: #2f9113;
/* Tailwind (arbitrary) */
class="text-[#2f9113] bg-[#2f9113]"
/* SCSS */
$brand: #2f9113;
/* SwiftUI */
Color(red: 0.184, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#2f9113")Accessibility — WCAG contrast
Aa
#2f9113 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9113 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green56.9%
Blue7.5%
CMYK percentages
Cyan67.6%
Magenta0.0%
Yellow86.9%
Key (black)43.1%
Color previews
#2f9113 text on a black background
contrast 5.18:1
Card sample
#2f9113 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9113;
Background color
Panel with #2f9113 background
background-color: #2f9113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9113; background: linear-gradient(135deg, #2f9113, #13914B);