Harlequin Green (#46CB18)

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: 2.14:1 — vs black: 9.82:1

Color values

  • HEX #46CB18
  • RGB rgb(70, 203, 24)
  • HSL hsl(104, 88%, 79%)
  • CMYK cmyk( 65.52, 0, 88.18, 20.39 )

Tags

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

Color Harmonies

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

Complementary

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

Harlequin Green
#46CB18 Base
#9D18CB
Analogous

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

Harlequin Green
#46CB18 Base
#9FCB18
#18CB43
Triadic

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

Harlequin Green
#46CB18 Base
#1846CB
#CB1846
Split-Complementary

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

Harlequin Green
#46CB18 Base
#4318CB
#CB189F
Tetradic (Square)

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

Harlequin Green
#46CB18 Base
#189FCB
#9D18CB
#CB4318
Monochromatic

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

Harlequin Green
#46CB18 Base
#174208
#2E8710
#39A714
#57E526
#70E946
#A5F18B
Shades & Tints

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

Shades (darker)

#081703
#143B07
#215F0B
#2D830F
#3AA714
Harlequin Green #46CB18 Base
#5FE730
#83EC5E
#A6F18C
#CAF7BA
#EDFCE8
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #46CB18;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #46CB18,
        #E19DF9
    );
}
SCSS Variable
// SCSS variable
$harlequin-green: #46CB18;

// With RGB channels (useful for rgba() usage)
$harlequin-green-r: 70;
$harlequin-green-g: 203;
$harlequin-green-b: 24;

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

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

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

Harlequin Green #46CB18 Base
Lime Green #32CD32 ΔE 2.42
Vivid Malachite #00CC33 ΔE 3.54
Kelly Green #4CBB17 ΔE 4.16
Dark Pastel Green #03C03C ΔE 5.78

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.