#2f7900
a deep, electric green · cool · closest name: green
RGB
47, 121, 0
HSL
97°, 100%, 24%
CMYK
61, 0, 100, 53
Luminance
0.1428
Every format
| HEX | #2f7900 |
| RGB | rgb(47, 121, 0) |
| HSL | hsl(97, 100%, 24%) |
| CMYK | cmyk(61%, 0%, 100%, 53%) |
| LAB | lab(44.6 -42.1 49.0) |
| LCH | lch(44.6 64.6 130.7) |
| OKLCH | oklch(0.509 0.157 138.0) |
Copy-ready code
/* CSS */
color: #2f7900;
background-color: #2f7900;
/* Tailwind (arbitrary) */
class="text-[#2f7900] bg-[#2f7900]"
/* SCSS */
$brand: #2f7900;
/* SwiftUI */
Color(red: 0.184, green: 0.475, blue: 0.000)
/* Android */
Color.parseColor("#2f7900")Accessibility — WCAG contrast
Aa
#2f7900 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f7900 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green47.5%
Blue0.0%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow100.0%
Key (black)52.5%
Color previews
#2f7900 text on a black background
contrast 3.86:1
Card sample
#2f7900 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7900;
Background color
Panel with #2f7900 background
background-color: #2f7900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 121, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 121, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7900; background: linear-gradient(135deg, #2f7900, #007922);