#4eb30f
a dark, electric green · cool · closest name: green
RGB
78, 179, 15
HSL
97°, 85%, 38%
CMYK
56, 0, 92, 30
Luminance
0.3389
Every format
| HEX | #4eb30f |
| RGB | rgb(78, 179, 15) |
| HSL | hsl(97, 85%, 38%) |
| CMYK | cmyk(56%, 0%, 92%, 30%) |
| LAB | lab(64.9 -54.5 63.5) |
| LCH | lch(64.9 83.6 130.7) |
| OKLCH | oklch(0.679 0.204 137.7) |
Copy-ready code
/* CSS */
color: #4eb30f;
background-color: #4eb30f;
/* Tailwind (arbitrary) */
class="text-[#4eb30f] bg-[#4eb30f]"
/* SCSS */
$brand: #4eb30f;
/* SwiftUI */
Color(red: 0.306, green: 0.702, blue: 0.059)
/* Android */
Color.parseColor("#4eb30f")Accessibility — WCAG contrast
Aa
#4eb30f on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb30f on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green70.2%
Blue5.9%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow91.6%
Key (black)29.8%
Color previews
#4eb30f text on a black background
contrast 7.78:1
Card sample
#4eb30f text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb30f;
Background color
Panel with #4eb30f background
background-color: #4eb30f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb30f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 179, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 179, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb30f; background: linear-gradient(135deg, #4eb30f, #0FB33D);