Closest to Lime Green
#69D84F
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 69D84F | ||
| HEX with # | #69D84F | ||
| RGB | rgb(105, 216, 79) | ||
| RGBA | rgba(105, 216, 79, 1) | ||
| HSL | hsl(108.61 63.72% 57.84%) | ||
| HSLA | hsla(108.61, 63.72%, 57.84%, 1) | ||
| HSV | hsv(108.61, 63.43%, 84.71%) | ||
| CMYK | cmyk(51.39%, 0%, 63.43%, 15.29%) | ||
| OKLCH | oklch(78.86% 0.2029 140.05) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #69D84F;
bg-[#69d84f]
Accessibility quick-check
White text
1.82:1
Decorative only
Black text
11.54:1
AAA normal
Reference notes
#69D84F is a balanced, clear green color closest to Lime Green. The color has RGB channels of 105, 216, and 79; in HSL terms, it is centered near 109 degrees with 64% saturation and 58% lightness. In a design system, this balanced reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for backgrounds, supporting UI surfaces, editorial layouts, and restrained visual systems. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.