#2f7700
a deep, electric green · cool · closest name: green
RGB
47, 119, 0
HSL
96°, 100%, 23%
CMYK
61, 0, 100, 53
Luminance
0.1380
Every format
| HEX | #2f7700 |
| RGB | rgb(47, 119, 0) |
| HSL | hsl(96, 100%, 23%) |
| CMYK | cmyk(61%, 0%, 100%, 53%) |
| LAB | lab(43.9 -41.4 48.4) |
| LCH | lch(43.9 63.7 130.5) |
| OKLCH | oklch(0.503 0.155 137.8) |
Copy-ready code
/* CSS */
color: #2f7700;
background-color: #2f7700;
/* Tailwind (arbitrary) */
class="text-[#2f7700] bg-[#2f7700]"
/* SCSS */
$brand: #2f7700;
/* SwiftUI */
Color(red: 0.184, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#2f7700")Accessibility — WCAG contrast
Aa
#2f7700 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f7700 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green46.7%
Blue0.0%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow100.0%
Key (black)53.3%
Color previews
#2f7700 text on a black background
contrast 3.76:1
Card sample
#2f7700 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7700;
Background color
Panel with #2f7700 background
background-color: #2f7700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7700; background: linear-gradient(135deg, #2f7700, #007720);