Ultra Green
#7eba4d
Ultra Green is a color with the hex code #7eba4d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #7eba4d | |
|---|---|---|
| RGB | rgb(126, 186, 77) | |
| HSL | hsl(93, 44%, 52%) | |
| CMYK | cmyk(32%, 0%, 59%, 27%) | |
| LAB | lab(70, -34, 48) | |
| OKLCH | oklch(0.72 0.155 133) |
Color harmonies
Tints & shades
Code snippets
color: #7eba4d;
background-color: #7eba4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF7EBA4D)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.73, blue: 0.30, alpha: 1.0)