#07cc2f
a dark, electric green · cool · closest name: lime
RGB
7, 204, 47
HSL
132°, 93%, 41%
CMYK
97, 0, 77, 20
Luminance
0.4344
Every format
| HEX | #07cc2f |
| RGB | rgb(7, 204, 47) |
| HSL | hsl(132, 93%, 41%) |
| CMYK | cmyk(97%, 0%, 77%, 20%) |
| LAB | lab(71.8 -70.8 61.5) |
| LCH | lch(71.8 93.8 139.0) |
| OKLCH | oklch(0.734 0.236 144.1) |
Copy-ready code
/* CSS */
color: #07cc2f;
background-color: #07cc2f;
/* Tailwind (arbitrary) */
class="text-[#07cc2f] bg-[#07cc2f]"
/* SCSS */
$brand: #07cc2f;
/* SwiftUI */
Color(red: 0.027, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#07cc2f")Accessibility — WCAG contrast
Aa
#07cc2f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07cc2f on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.0%
Blue18.4%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#07cc2f text on a black background
contrast 9.69:1
Card sample
#07cc2f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07cc2f;
Background color
Panel with #07cc2f background
background-color: #07cc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07cc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07cc2f; background: linear-gradient(135deg, #07cc2f, #07CCB3);