#7bf607
a balanced, electric green · cool · closest name: lime
RGB
123, 246, 7
HSL
91°, 95%, 50%
CMYK
50, 0, 97, 4
Luminance
0.7014
Every format
| HEX | #7bf607 |
| RGB | rgb(123, 246, 7) |
| HSL | hsl(91, 95%, 50%) |
| CMYK | cmyk(50%, 0%, 97%, 4%) |
| LAB | lab(87.1 -66.0 83.0) |
| LCH | lch(87.1 106.0 128.5) |
| OKLCH | oklch(0.867 0.257 136.0) |
Copy-ready code
/* CSS */
color: #7bf607;
background-color: #7bf607;
/* Tailwind (arbitrary) */
class="text-[#7bf607] bg-[#7bf607]"
/* SCSS */
$brand: #7bf607;
/* SwiftUI */
Color(red: 0.482, green: 0.965, blue: 0.027)
/* Android */
Color.parseColor("#7bf607")Accessibility — WCAG contrast
Aa
#7bf607 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf607 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green96.5%
Blue2.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow97.2%
Key (black)3.5%
Color previews
#7bf607 text on a black background
contrast 15.03:1
Card sample
#7bf607 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf607;
Background color
Panel with #7bf607 background
background-color: #7bf607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 246, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 246, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf607; background: linear-gradient(135deg, #7bf607, #07F632);