The core greens and their codes
- Pure green — #00FF00 · RGB(0, 255, 0) · HSL(120°, 100%, 50%) — the standard digital "lime" green.
- Forest green — #228B22 · RGB(34, 139, 34) · HSL(120°, 61%, 34%) — deep and natural, the default for outdoor and eco brands.
- Emerald green — #50C878 · RGB(80, 200, 120) · HSL(140°, 52%, 55%) — rich and vivid, inspired by the gemstone.
- Sage green — #9CAF88 · RGB(156, 175, 136) · HSL(89°, 19%, 61%) — muted and calm, popular in decor and beauty.
- Mint green — #98FF98 · RGB(152, 255, 152) · HSL(120°, 100%, 80%) — light, fresh pastel for airy interfaces.
- Olive green — #708238 · RGB(112, 130, 56) · HSL(75°, 40%, 36%) — earthy and warm, strong in fashion and military looks.
- Teal-leaning green — #008080 · RGB(0, 128, 128) · HSL(180°, 100%, 25%) — blue-green, modern and distinctive for SaaS brands.
Why hex alone isn't enough for recoloring
A hex code defines a target color, but it says nothing about lightness. When you recolor a forest-green jacket to mint using a flat RGB swap, you flatten the fabric's folds and shadows along with the hue — and the result looks fake.
This is why perceptually-uniform spaces matter. LAB separates lightness (the L channel — folds, highlights, shadows) from the color itself (A and B). Recoloring in LAB lets you hit an exact green hex while every shadow and texture detail of the original survives. The same logic applies to OKLCH, which keeps perceived lightness constant as you shift hue — important because green is the hue our eyes read as brightest, so naive swaps blow out highlights fastest.
Matching brand greens across assets
Green drifts more than most hues because it sits between yellow and blue — a logo green, a button green, and a product-photo green that all started as #16A34A can end up three slightly different shades once they pass through compression and ad-hoc edits. The fix is to define each brand green once — with a name, a hex, and a use case — and recolor every asset to that exact value rather than eyeballing it.
With Recolorify you can paste an exact green hex and recolor a logo, product photo, or garment to match it precisely, keeping texture intact. That is how you keep a single, consistent brand green across listings, decks, and campaigns. See also our guides to blue color codes and red color codes.
