#7bf310
a balanced, electric green · cool · closest name: lime
RGB
123, 243, 16
HSL
92°, 90%, 51%
CMYK
49, 0, 93, 5
Luminance
0.6835
Every format
| HEX | #7bf310 |
| RGB | rgb(123, 243, 16) |
| HSL | hsl(92, 90%, 51%) |
| CMYK | cmyk(49%, 0%, 93%, 5%) |
| LAB | lab(86.2 -64.8 81.5) |
| LCH | lch(86.2 104.1 128.5) |
| OKLCH | oklch(0.860 0.252 135.9) |
Copy-ready code
/* CSS */
color: #7bf310;
background-color: #7bf310;
/* Tailwind (arbitrary) */
class="text-[#7bf310] bg-[#7bf310]"
/* SCSS */
$brand: #7bf310;
/* SwiftUI */
Color(red: 0.482, green: 0.953, blue: 0.063)
/* Android */
Color.parseColor("#7bf310")Accessibility — WCAG contrast
Aa
#7bf310 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf310 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green95.3%
Blue6.3%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow93.4%
Key (black)4.7%
Color previews
#7bf310 text on a black background
contrast 14.67:1
Card sample
#7bf310 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf310;
Background color
Panel with #7bf310 background
background-color: #7bf310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 243, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 243, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf310; background: linear-gradient(135deg, #7bf310, #10F33C);