Harmony system

Lime Color Harmonies

Lime harmonies from #00FF00: complementary #FF00FF, plus five harmony groups with CSS and contrast data.

Lime is a cool green at hue 120°, saturation 100% and lightness 50%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceLime · #00FF00
Groups6
Palette colors6
FamilyGreen

How the harmony works

Lime Harmony Guide

Lime harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Lime Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Lime.

AI-Ready Dataset v1.0.0
Luminance0.7152
Black text15.3:1AA Pass
White text1.37:1AA Fail
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "lime",
  "name": "Lime",
  "hex": "#00FF00",
  "url": "https://www.colorsencyclopedia.com/colors/lime/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#FF00FF",
        "name": "Magenta",
        "slug": "magenta",
        "rgb": [
          255,
          0,
          255
        ],
        "hsl": [
          300,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          0,
          0
        ],
        "luminance": 0.2848,
        "contrast": {
          "black": 6.7,
          "white": 3.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/magenta/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/magenta.json"
      }
    ],
    "anchor": "lime-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#80FF00",
        "name": "#80FF00",
        "slug": null,
        "rgb": [
          128,
          255,
          0
        ],
        "hsl": [
          90,
          100,
          50
        ],
        "cmyk": [
          50,
          0,
          100,
          0
        ],
        "luminance": 0.7611,
        "contrast": {
          "black": 16.22,
          "white": 1.29
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#00FF80",
        "name": "#00FF80",
        "slug": null,
        "rgb": [
          0,
          255,
          128
        ],
        "hsl": [
          150,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          50,
          0
        ],
        "luminance": 0.7308,
        "contrast": {
          "black": 15.62,
          "white": 1.34
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "lime-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#0000FF",
        "name": "Blue",
        "slug": "blue",
        "rgb": [
          0,
          0,
          255
        ],
        "hsl": [
          240,
          100,
          50
        ],
        "cmyk": [
          100,
          100,
          0,
          0
        ],
        "luminance": 0.0722,
        "contrast": {
          "black": 2.44,
          "white": 8.59
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blue.json"
      },
      {
        "hex": "#FF0000",
        "name": "Red",
        "slug": "red",
        "rgb": [
          255,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          100,
          0
        ],
        "luminance": 0.2126,
        "contrast": {
          "black": 5.25,
          "white": 4
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/red/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/red.json"
      }
    ],
    "anchor": "lime-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#007FFF",
        "name": "#007FFF",
        "slug": null,
        "rgb": [
          0,
          127,
          255
        ],
        "hsl": [
          210,
          100,
          50
        ],
        "cmyk": [
          100,
          50,
          0,
          0
        ],
        "luminance": 0.224,
        "contrast": {
          "black": 5.48,
          "white": 3.83
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FF00FF",
        "name": "Magenta",
        "slug": "magenta",
        "rgb": [
          255,
          0,
          255
        ],
        "hsl": [
          300,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          0,
          0
        ],
        "luminance": 0.2848,
        "contrast": {
          "black": 6.7,
          "white": 3.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/magenta/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/magenta.json"
      },
      {
        "hex": "#FF8000",
        "name": "#FF8000",
        "slug": null,
        "rgb": [
          255,
          128,
          0
        ],
        "hsl": [
          30,
          100,
          50
        ],
        "cmyk": [
          0,
          50,
          100,
          0
        ],
        "luminance": 0.367,
        "contrast": {
          "black": 8.34,
          "white": 2.52
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "lime-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#7F00FF",
        "name": "#7F00FF",
        "slug": null,
        "rgb": [
          127,
          0,
          255
        ],
        "hsl": [
          270,
          100,
          50
        ],
        "cmyk": [
          50,
          100,
          0,
          0
        ],
        "luminance": 0.1173,
        "contrast": {
          "black": 3.35,
          "white": 6.28
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FF0080",
        "name": "#FF0080",
        "slug": null,
        "rgb": [
          255,
          0,
          128
        ],
        "hsl": [
          330,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          50,
          0
        ],
        "luminance": 0.2282,
        "contrast": {
          "black": 5.56,
          "white": 3.77
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "lime-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#5CFF5C",
        "name": "#5CFF5C",
        "slug": null,
        "rgb": [
          92,
          255,
          92
        ],
        "hsl": [
          120,
          100,
          68
        ],
        "cmyk": [
          64,
          0,
          64,
          0
        ],
        "luminance": 0.7457,
        "contrast": {
          "black": 15.91,
          "white": 1.32
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#00FF00",
        "name": "Lime",
        "slug": "lime",
        "rgb": [
          0,
          255,
          0
        ],
        "hsl": [
          120,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          100,
          0
        ],
        "luminance": 0.7152,
        "contrast": {
          "black": 15.3,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/lime/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime.json"
      },
      {
        "hex": "#00A300",
        "name": "#00A300",
        "slug": null,
        "rgb": [
          0,
          163,
          0
        ],
        "hsl": [
          120,
          100,
          32
        ],
        "cmyk": [
          100,
          0,
          100,
          36
        ],
        "luminance": 0.2619,
        "contrast": {
          "black": 6.24,
          "white": 3.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "lime-harmony-monochromatic"
  }
]
Signature palette
[
  "#00FF00",
  "#FF00FF",
  "#80FF00",
  "#00FF80",
  "#5CFF5C",
  "#00A300"
]
Accessibility notes
[
  "Black contrast on Lime: 15.3:1",
  "White contrast on Lime: 1.37:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-lime: #00FF00;\n  --lime-complementary-1: #FF00FF;\n  --lime-analogous-1: #80FF00;\n  --lime-analogous-2: #00FF80;\n  --lime-triadic-1: #0000FF;\n  --lime-triadic-2: #FF0000;\n  --lime-tetradic-1: #007FFF;\n  --lime-tetradic-2: #FF00FF;\n  --lime-tetradic-3: #FF8000;\n  --lime-split-complementary-1: #7F00FF;\n  --lime-split-complementary-2: #FF0080;\n  --lime-monochromatic-1: #5CFF5C;\n  --lime-monochromatic-2: #00FF00;\n  --lime-monochromatic-3: #00A300;\n}\n\n.palette-lime-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00FF00, #FF00FF, #80FF00, #00FF80, #5CFF5C, #00A300);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "lime",
  "name": "Lime",
  "hex": "#00FF00",
  "rgb": [
    0,
    255,
    0
  ],
  "hsl": [
    120,
    100,
    50
  ],
  "cmyk": [
    100,
    0,
    100,
    0
  ],
  "family": "green",
  "temperature": "cool",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.7152,
  "contrast": {
    "black": 15.3,
    "white": 1.37
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "lime",
    "name": "Lime",
    "hex": "#00FF00",
    "url": "https://www.colorsencyclopedia.com/colors/lime/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#FF00FF",
          "name": "Magenta",
          "slug": "magenta",
          "rgb": [
            255,
            0,
            255
          ],
          "hsl": [
            300,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            0,
            0
          ],
          "luminance": 0.2848,
          "contrast": {
            "black": 6.7,
            "white": 3.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/magenta/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/magenta.json"
        }
      ],
      "anchor": "lime-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#80FF00",
          "name": "#80FF00",
          "slug": null,
          "rgb": [
            128,
            255,
            0
          ],
          "hsl": [
            90,
            100,
            50
          ],
          "cmyk": [
            50,
            0,
            100,
            0
          ],
          "luminance": 0.7611,
          "contrast": {
            "black": 16.22,
            "white": 1.29
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#00FF80",
          "name": "#00FF80",
          "slug": null,
          "rgb": [
            0,
            255,
            128
          ],
          "hsl": [
            150,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            50,
            0
          ],
          "luminance": 0.7308,
          "contrast": {
            "black": 15.62,
            "white": 1.34
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "lime-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#0000FF",
          "name": "Blue",
          "slug": "blue",
          "rgb": [
            0,
            0,
            255
          ],
          "hsl": [
            240,
            100,
            50
          ],
          "cmyk": [
            100,
            100,
            0,
            0
          ],
          "luminance": 0.0722,
          "contrast": {
            "black": 2.44,
            "white": 8.59
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blue.json"
        },
        {
          "hex": "#FF0000",
          "name": "Red",
          "slug": "red",
          "rgb": [
            255,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            100,
            0
          ],
          "luminance": 0.2126,
          "contrast": {
            "black": 5.25,
            "white": 4
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/red/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/red.json"
        }
      ],
      "anchor": "lime-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#007FFF",
          "name": "#007FFF",
          "slug": null,
          "rgb": [
            0,
            127,
            255
          ],
          "hsl": [
            210,
            100,
            50
          ],
          "cmyk": [
            100,
            50,
            0,
            0
          ],
          "luminance": 0.224,
          "contrast": {
            "black": 5.48,
            "white": 3.83
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FF00FF",
          "name": "Magenta",
          "slug": "magenta",
          "rgb": [
            255,
            0,
            255
          ],
          "hsl": [
            300,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            0,
            0
          ],
          "luminance": 0.2848,
          "contrast": {
            "black": 6.7,
            "white": 3.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/magenta/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/magenta.json"
        },
        {
          "hex": "#FF8000",
          "name": "#FF8000",
          "slug": null,
          "rgb": [
            255,
            128,
            0
          ],
          "hsl": [
            30,
            100,
            50
          ],
          "cmyk": [
            0,
            50,
            100,
            0
          ],
          "luminance": 0.367,
          "contrast": {
            "black": 8.34,
            "white": 2.52
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "lime-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#7F00FF",
          "name": "#7F00FF",
          "slug": null,
          "rgb": [
            127,
            0,
            255
          ],
          "hsl": [
            270,
            100,
            50
          ],
          "cmyk": [
            50,
            100,
            0,
            0
          ],
          "luminance": 0.1173,
          "contrast": {
            "black": 3.35,
            "white": 6.28
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FF0080",
          "name": "#FF0080",
          "slug": null,
          "rgb": [
            255,
            0,
            128
          ],
          "hsl": [
            330,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            50,
            0
          ],
          "luminance": 0.2282,
          "contrast": {
            "black": 5.56,
            "white": 3.77
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "lime-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#5CFF5C",
          "name": "#5CFF5C",
          "slug": null,
          "rgb": [
            92,
            255,
            92
          ],
          "hsl": [
            120,
            100,
            68
          ],
          "cmyk": [
            64,
            0,
            64,
            0
          ],
          "luminance": 0.7457,
          "contrast": {
            "black": 15.91,
            "white": 1.32
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#00FF00",
          "name": "Lime",
          "slug": "lime",
          "rgb": [
            0,
            255,
            0
          ],
          "hsl": [
            120,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            100,
            0
          ],
          "luminance": 0.7152,
          "contrast": {
            "black": 15.3,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/lime/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime.json"
        },
        {
          "hex": "#00A300",
          "name": "#00A300",
          "slug": null,
          "rgb": [
            0,
            163,
            0
          ],
          "hsl": [
            120,
            100,
            32
          ],
          "cmyk": [
            100,
            0,
            100,
            36
          ],
          "luminance": 0.2619,
          "contrast": {
            "black": 6.24,
            "white": 3.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "lime-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#00FF00",
    "#FF00FF",
    "#80FF00",
    "#00FF80",
    "#5CFF5C",
    "#00A300"
  ],
  "semanticGroups": [
    "green harmony",
    "cool harmony",
    "vibrant harmony",
    "lime palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Lime: 15.3:1",
    "White contrast on Lime: 1.37:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/lime.json",
    "https://www.colorsencyclopedia.com/api/colors/lime.json",
    "https://www.colorsencyclopedia.com/api/hex/00ff00.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/lime/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/lime.json",
  "cssSnippet": ":root {\n  --color-lime: #00FF00;\n  --lime-complementary-1: #FF00FF;\n  --lime-analogous-1: #80FF00;\n  --lime-analogous-2: #00FF80;\n  --lime-triadic-1: #0000FF;\n  --lime-triadic-2: #FF0000;\n  --lime-tetradic-1: #007FFF;\n  --lime-tetradic-2: #FF00FF;\n  --lime-tetradic-3: #FF8000;\n  --lime-split-complementary-1: #7F00FF;\n  --lime-split-complementary-2: #FF0080;\n  --lime-monochromatic-1: #5CFF5C;\n  --lime-monochromatic-2: #00FF00;\n  --lime-monochromatic-3: #00A300;\n}\n\n.palette-lime-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00FF00, #FF00FF, #80FF00, #00FF80, #5CFF5C, #00A300);\n}"
}

CSS Harmony Tokens

Use these tokens when Lime needs a complete palette system instead of a single color variable.

:root {
  --color-lime: #00FF00;
  --lime-complementary-1: #FF00FF;
  --lime-analogous-1: #80FF00;
  --lime-analogous-2: #00FF80;
  --lime-triadic-1: #0000FF;
  --lime-triadic-2: #FF0000;
  --lime-tetradic-1: #007FFF;
  --lime-tetradic-2: #FF00FF;
  --lime-tetradic-3: #FF8000;
  --lime-split-complementary-1: #7F00FF;
  --lime-split-complementary-2: #FF0080;
  --lime-monochromatic-1: #5CFF5C;
  --lime-monochromatic-2: #00FF00;
  --lime-monochromatic-3: #00A300;
}

.palette-lime-harmony {
  color: #111827;
  background: linear-gradient(135deg, #00FF00, #FF00FF, #80FF00, #00FF80, #5CFF5C, #00A300);
}

Lime Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

The complementary set starts from Lime #00FF00 and produces #FF00FF. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. The generated values match Magenta in the named-color dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorLime · #00FF00
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Lime #00FF00 and produces #80FF00 and #00FF80. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorLime · #00FF00
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Lime #00FF00 and produces #0000FF and #FF0000. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. The generated values match Blue and Red in the named-color dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorLime · #00FF00
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Lime #00FF00 and produces #007FFF, #FF00FF, and #FF8000. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. The generated values match Magenta in the named-color dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorLime · #00FF00
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Lime #00FF00 and produces #7F00FF and #FF0080. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorLime · #00FF00
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Lime #00FF00 and produces #5CFF5C, #00FF00, and #00A300. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Lime in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorLime · #00FF00