#2f830c
a dark, electric green · cool · closest name: forestgreen
RGB
47, 131, 12
HSL
102°, 83%, 28%
CMYK
64, 0, 91, 49
Luminance
0.1686
Every format
| HEX | #2f830c |
| RGB | rgb(47, 131, 12) |
| HSL | hsl(102, 83%, 28%) |
| CMYK | cmyk(64%, 0%, 91%, 49%) |
| LAB | lab(48.1 -45.4 49.4) |
| LCH | lch(48.1 67.0 132.6) |
| OKLCH | oklch(0.538 0.165 139.3) |
Copy-ready code
/* CSS */
color: #2f830c;
background-color: #2f830c;
/* Tailwind (arbitrary) */
class="text-[#2f830c] bg-[#2f830c]"
/* SCSS */
$brand: #2f830c;
/* SwiftUI */
Color(red: 0.184, green: 0.514, blue: 0.047)
/* Android */
Color.parseColor("#2f830c")Accessibility — WCAG contrast
Aa
#2f830c on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f830c on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green51.4%
Blue4.7%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow90.8%
Key (black)48.6%
Color previews
#2f830c text on a black background
contrast 4.37:1
Card sample
#2f830c text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f830c;
Background color
Panel with #2f830c background
background-color: #2f830c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f830c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 131, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 131, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f830c; background: linear-gradient(135deg, #2f830c, #0C8338);