Kermit Green
#5cb200
Looking for the precise values behind Kermit Green (#5cb200)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5cb200 | |
|---|---|---|
| RGB | rgb(92, 178, 0) | |
| HSL | hsl(89, 100%, 35%) | |
| CMYK | cmyk(48%, 0%, 100%, 30%) | |
| LAB | lab(65, -45, 64) | |
| OKLCH | oklch(0.68 0.2 135) |
Color harmonies
Tints & shades
Code snippets
color: #5cb200;
background-color: #5cb200;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF5CB200)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.70, blue: 0.00, alpha: 1.0)