Sheen Green (#8FD400)

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.81:1 — vs black: 11.59:1

Color values

  • HEX #8FD400
  • RGB rgb(143, 212, 0)
  • HSL hsl(79, 100%, 83%)
  • CMYK cmyk( 32.55, 0, 100, 16.86 )

Tags

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

Color Harmonies

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

Complementary

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

Sheen Green
#8FD400 Base
#4500D4
Analogous

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

Sheen Green
#8FD400 Base
#D4AF00
#25D400
Triadic

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

Sheen Green
#8FD400 Base
#008FD4
#D4008F
Split-Complementary

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

Sheen Green
#8FD400 Base
#0025D4
#AF00D4
Tetradic (Square)

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

Sheen Green
#8FD400 Base
#00D4AF
#4500D4
#D40025
Monochromatic

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

Sheen Green
#8FD400 Base
#283B00
#5B8700
#73AB00
#ABFD00
#B7FF21
#D0FF6E
Shades & Tints

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

Shades (darker)

#111A00
#2A3F00
#446400
#5D8900
#76AF00
Sheen Green #8FD400 Base
#B0FF0B
#C1FF42
#D3FF79
#E5FFAF
#F7FFE6
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #8FD400;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #8FD400,
        #C5A9FF
    );
}
SCSS Variable
// SCSS variable
$sheen-green: #8FD400;

// With RGB channels (useful for rgba() usage)
$sheen-green-r: 143;
$sheen-green-g: 212;
$sheen-green-b: 0;

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

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

Normal Vision #8FD400 How the color appears with full color vision.
Deuteranopia #C3C317 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 #CECE00 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #A2C8C8 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #C0C0C0 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 Sheen Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Sheen Green #8FD400 Base
Yellow Green #9ACD32 ΔE 3.05
Vivid Lime Green #A6D608 ΔE 3.47
Android Green #A4C639 ΔE 5.73
Limerick #9DC209 ΔE 5.75

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.