Light Green
#76ff7b
Looking for the precise values behind Light Green (#76ff7b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #76ff7b | |
|---|---|---|
| RGB | rgb(118, 255, 123) | |
| HSL | hsl(122, 100%, 73%) | |
| CMYK | cmyk(54%, 0%, 52%, 0%) | |
| LAB | lab(90, -58, 51) | |
| OKLCH | oklch(0.89 0.211 144) |
Color harmonies
Tints & shades
Code snippets
color: #76ff7b;
background-color: #76ff7b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF76FF7B)
/* Swift / UIKit */
UIColor(red: 0.46, green: 1.00, blue: 0.48, alpha: 1.0)