Vivid Lime Green (#A6D608)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.72:1 — vs black: 12.24:1

Color values

  • HEX #A6D608
  • RGB rgb(166, 214, 8)
  • HSL hsl(73, 96%, 83%)
  • CMYK cmyk( 22.43, 0, 96.26, 16.08 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #A6D608 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Vivid Lime Green
#A6D608 Base
#3808D6
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Vivid Lime Green
#A6D608 Base
#D69F08
#3FD608
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Vivid Lime Green
#A6D608 Base
#08A6D6
#D608A6
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Vivid Lime Green
#A6D608 Base
#083FD6
#9F08D6
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Vivid Lime Green
#A6D608 Base
#08D69F
#3808D6
#D6083F
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Vivid Lime Green
#A6D608 Base
#344302
#6D8C05
#87AF07
#C1F611
#CAF733
#DDFA7D
Shades & Tints

Darker shades and lighter tints of Vivid Lime Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#131901
#303E02
#4E6404
#6B8A05
#89B007
Vivid Lime Green #A6D608 Base
#C4F71C
#D1F84F
#DEFA81
#EBFCB4
#F9FEE6
CSS & SCSS Snippets

Ready-to-use code snippets for #A6D608. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #A6D608;
}

/* Text */
.element {
    color: #A6D608;
}

/* Border */
.element {
    border: 1px solid #A6D608;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #A6D608,
        #C1AFFD
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #A6D608,
        #C1AFFD
    );
}
SCSS Variable
// SCSS variable
$vivid-lime-green: #A6D608;

// With RGB channels (useful for rgba() usage)
$vivid-lime-green-r: 166;
$vivid-lime-green-g: 214;
$vivid-lime-green-b: 8;

// Usage
.element {
    background-color: $vivid-lime-green;
    color: rgba($vivid-lime-green-r, $vivid-lime-green-g, $vivid-lime-green-b, 0.8);
}
Color Blindness Simulation

How Vivid Lime Green appears to people with different types of color vision deficiency.

Normal Vision #A6D608 How the color appears with full color vision.
Deuteranopia #CACA17 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #D1D104 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #B6CACA Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #C6C6C6 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Vivid Lime Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Vivid Lime Green #A6D608 Base
Sheen Green #8FD400 ΔE 3.47
Yellow Green #9ACD32 ΔE 3.81
Limerick #9DC209 ΔE 4.94
Android Green #A4C639 ΔE 4.95

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.