#7def2c
a balanced, electric green · cool · closest name: lime
RGB
125, 239, 44
HSL
95°, 86%, 56%
CMYK
48, 0, 82, 6
Luminance
0.6627
Every format
| HEX | #7def2c |
| RGB | rgb(125, 239, 44) |
| HSL | hsl(95, 86%, 56%) |
| CMYK | cmyk(48%, 0%, 82%, 6%) |
| LAB | lab(85.1 -61.9 75.7) |
| LCH | lch(85.1 97.8 129.3) |
| OKLCH | oklch(0.851 0.240 136.1) |
Copy-ready code
/* CSS */
color: #7def2c;
background-color: #7def2c;
/* Tailwind (arbitrary) */
class="text-[#7def2c] bg-[#7def2c]"
/* SCSS */
$brand: #7def2c;
/* SwiftUI */
Color(red: 0.490, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#7def2c")Accessibility — WCAG contrast
Aa
#7def2c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7def2c on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green93.7%
Blue17.3%
CMYK percentages
Cyan47.7%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#7def2c text on a black background
contrast 14.25:1
Card sample
#7def2c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7def2c;
Background color
Panel with #7def2c background
background-color: #7def2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7def2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7def2c; background: linear-gradient(135deg, #7def2c, #2CEF5D);