#07eb3d
a balanced, electric green · cool · closest name: lime
RGB
7, 235, 61
HSL
134°, 94%, 48%
CMYK
97, 0, 74, 8
Luminance
0.5980
Every format
| HEX | #07eb3d |
| RGB | rgb(7, 235, 61) |
| HSL | hsl(134, 94%, 48%) |
| CMYK | cmyk(97%, 0%, 74%, 8%) |
| LAB | lab(81.7 -78.4 66.7) |
| LCH | lch(81.7 103.0 139.6) |
| OKLCH | oklch(0.817 0.260 144.5) |
Copy-ready code
/* CSS */
color: #07eb3d;
background-color: #07eb3d;
/* Tailwind (arbitrary) */
class="text-[#07eb3d] bg-[#07eb3d]"
/* SCSS */
$brand: #07eb3d;
/* SwiftUI */
Color(red: 0.027, green: 0.922, blue: 0.239)
/* Android */
Color.parseColor("#07eb3d")Accessibility — WCAG contrast
Aa
#07eb3d on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07eb3d on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green92.2%
Blue23.9%
CMYK percentages
Cyan97.0%
Magenta0.0%
Yellow74.0%
Key (black)7.8%
Color previews
#07eb3d text on a black background
contrast 12.96:1
Card sample
#07eb3d text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07eb3d;
Background color
Panel with #07eb3d background
background-color: #07eb3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07eb3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 235, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 235, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07eb3d; background: linear-gradient(135deg, #07eb3d, #07EBD5);