Experimintal Green
#4cff7b
Looking for the precise values behind Experimintal Green (#4cff7b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4cff7b | |
|---|---|---|
| RGB | rgb(76, 255, 123) | |
| HSL | hsl(136, 100%, 65%) | |
| CMYK | cmyk(70%, 0%, 52%, 0%) | |
| LAB | lab(89, -67, 49) | |
| OKLCH | oklch(0.88 0.227 148) |
Color harmonies
Tints & shades
Code snippets
color: #4cff7b;
background-color: #4cff7b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF4CFF7B)
/* Swift / UIKit */
UIColor(red: 0.30, green: 1.00, blue: 0.48, alpha: 1.0)