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