#72c034
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 192, 52
HSL
93°, 57%, 48%
CMYK
41, 0, 73, 25
Luminance
0.4152
Every format
| HEX | #72c034 |
| RGB | rgb(114, 192, 52) |
| HSL | hsl(93, 57%, 48%) |
| CMYK | cmyk(41%, 0%, 73%, 25%) |
| LAB | lab(70.5 -46.8 59.4) |
| LCH | lch(70.5 75.6 128.2) |
| OKLCH | oklch(0.730 0.187 134.4) |
Copy-ready code
/* CSS */
color: #72c034;
background-color: #72c034;
/* Tailwind (arbitrary) */
class="text-[#72c034] bg-[#72c034]"
/* SCSS */
$brand: #72c034;
/* SwiftUI */
Color(red: 0.447, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#72c034")Accessibility — WCAG contrast
Aa
#72c034 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c034 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green75.3%
Blue20.4%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#72c034 text on a black background
contrast 9.30:1
Card sample
#72c034 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c034;
Background color
Panel with #72c034 background
background-color: #72c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c034; background: linear-gradient(135deg, #72c034, #34C053);