Harmony system

Lime Green Color Harmonies

Lime Green color harmonies are generated from #32CD32 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Lime Green into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Lime Green sits in the green family with cool temperature and earth tone tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceLime Green · #32CD32
Groups6
Palette colors6
FamilyGreen

How the harmony works

Lime Green Harmony Guide

Lime Green 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 Green Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.4457
Black text9.91:1AA Pass
White text2.12: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-green",
  "name": "Lime Green",
  "hex": "#32CD32",
  "url": "https://www.colorsencyclopedia.com/colors/lime-green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime-green.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": "#CD32CD",
        "name": "#CD32CD",
        "slug": null,
        "rgb": [
          205,
          50,
          205
        ],
        "hsl": [
          300,
          61,
          50
        ],
        "cmyk": [
          0,
          76,
          0,
          20
        ],
        "luminance": 0.1967,
        "contrast": {
          "black": 4.93,
          "white": 4.26
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cd32cd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd32cd.json"
      }
    ],
    "anchor": "lime-green-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": "#80CD32",
        "name": "#80CD32",
        "slug": null,
        "rgb": [
          128,
          205,
          50
        ],
        "hsl": [
          90,
          61,
          50
        ],
        "cmyk": [
          38,
          0,
          76,
          20
        ],
        "luminance": 0.4848,
        "contrast": {
          "black": 10.7,
          "white": 1.96
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/80cd32/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/80cd32.json"
      },
      {
        "hex": "#32CD80",
        "name": "#32CD80",
        "slug": null,
        "rgb": [
          50,
          205,
          128
        ],
        "hsl": [
          150,
          61,
          50
        ],
        "cmyk": [
          76,
          0,
          38,
          20
        ],
        "luminance": 0.459,
        "contrast": {
          "black": 10.18,
          "white": 2.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/32cd80/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/32cd80.json"
      }
    ],
    "anchor": "lime-green-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": "#3232CD",
        "name": "#3232CD",
        "slug": null,
        "rgb": [
          50,
          50,
          205
        ],
        "hsl": [
          240,
          61,
          50
        ],
        "cmyk": [
          76,
          76,
          0,
          20
        ],
        "luminance": 0.0737,
        "contrast": {
          "black": 2.47,
          "white": 8.49
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/3232cd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/3232cd.json"
      },
      {
        "hex": "#CD3232",
        "name": "#CD3232",
        "slug": null,
        "rgb": [
          205,
          50,
          50
        ],
        "hsl": [
          0,
          61,
          50
        ],
        "cmyk": [
          0,
          76,
          76,
          20
        ],
        "luminance": 0.1549,
        "contrast": {
          "black": 4.1,
          "white": 5.12
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cd3232/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd3232.json"
      }
    ],
    "anchor": "lime-green-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": "#327FCD",
        "name": "#327FCD",
        "slug": null,
        "rgb": [
          50,
          127,
          205
        ],
        "hsl": [
          210,
          61,
          50
        ],
        "cmyk": [
          76,
          38,
          0,
          20
        ],
        "luminance": 0.2026,
        "contrast": {
          "black": 5.05,
          "white": 4.16
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/327fcd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/327fcd.json"
      },
      {
        "hex": "#CD32CD",
        "name": "#CD32CD",
        "slug": null,
        "rgb": [
          205,
          50,
          205
        ],
        "hsl": [
          300,
          61,
          50
        ],
        "cmyk": [
          0,
          76,
          0,
          20
        ],
        "luminance": 0.1967,
        "contrast": {
          "black": 4.93,
          "white": 4.26
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cd32cd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd32cd.json"
      },
      {
        "hex": "#CD8032",
        "name": "#CD8032",
        "slug": null,
        "rgb": [
          205,
          128,
          50
        ],
        "hsl": [
          30,
          61,
          50
        ],
        "cmyk": [
          0,
          38,
          76,
          20
        ],
        "luminance": 0.2865,
        "contrast": {
          "black": 6.73,
          "white": 3.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cd8032/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd8032.json"
      }
    ],
    "anchor": "lime-green-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": "#7F32CD",
        "name": "#7F32CD",
        "slug": null,
        "rgb": [
          127,
          50,
          205
        ],
        "hsl": [
          270,
          61,
          50
        ],
        "cmyk": [
          38,
          76,
          0,
          20
        ],
        "luminance": 0.112,
        "contrast": {
          "black": 3.24,
          "white": 6.48
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/7f32cd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f32cd.json"
      },
      {
        "hex": "#CD3280",
        "name": "#CD3280",
        "slug": null,
        "rgb": [
          205,
          50,
          128
        ],
        "hsl": [
          330,
          61,
          50
        ],
        "cmyk": [
          0,
          76,
          38,
          20
        ],
        "luminance": 0.1682,
        "contrast": {
          "black": 4.36,
          "white": 4.81
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cd3280/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd3280.json"
      }
    ],
    "anchor": "lime-green-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": "#7CDF7C",
        "name": "#7CDF7C",
        "slug": null,
        "rgb": [
          124,
          223,
          124
        ],
        "hsl": [
          120,
          61,
          68
        ],
        "cmyk": [
          44,
          0,
          44,
          13
        ],
        "luminance": 0.5852,
        "contrast": {
          "black": 12.7,
          "white": 1.65
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/7cdf7c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7cdf7c.json"
      },
      {
        "hex": "#32CD32",
        "name": "Lime Green",
        "slug": "lime-green",
        "rgb": [
          50,
          205,
          50
        ],
        "hsl": [
          120,
          61,
          50
        ],
        "cmyk": [
          76,
          0,
          76,
          20
        ],
        "luminance": 0.4457,
        "contrast": {
          "black": 9.91,
          "white": 2.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/lime-green/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime-green.json"
      },
      {
        "hex": "#208320",
        "name": "#208320",
        "slug": null,
        "rgb": [
          32,
          131,
          32
        ],
        "hsl": [
          120,
          61,
          32
        ],
        "cmyk": [
          76,
          0,
          76,
          49
        ],
        "luminance": 0.1664,
        "contrast": {
          "black": 4.33,
          "white": 4.85
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/208320/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/208320.json"
      }
    ],
    "anchor": "lime-green-harmony-monochromatic"
  }
]
Signature palette
[
  "#32CD32",
  "#CD32CD",
  "#80CD32",
  "#32CD80",
  "#7CDF7C",
  "#208320"
]
Accessibility notes
[
  "Black contrast on Lime Green: 9.91:1",
  "White contrast on Lime Green: 2.12:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-lime-green: #32CD32;\n  --lime-green-complementary-1: #CD32CD;\n  --lime-green-analogous-1: #80CD32;\n  --lime-green-analogous-2: #32CD80;\n  --lime-green-triadic-1: #3232CD;\n  --lime-green-triadic-2: #CD3232;\n  --lime-green-tetradic-1: #327FCD;\n  --lime-green-tetradic-2: #CD32CD;\n  --lime-green-tetradic-3: #CD8032;\n  --lime-green-split-complementary-1: #7F32CD;\n  --lime-green-split-complementary-2: #CD3280;\n  --lime-green-monochromatic-1: #7CDF7C;\n  --lime-green-monochromatic-2: #32CD32;\n  --lime-green-monochromatic-3: #208320;\n}\n\n.palette-lime-green-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #32CD32, #CD32CD, #80CD32, #32CD80, #7CDF7C, #208320);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "lime-green",
  "name": "Lime Green",
  "hex": "#32CD32",
  "rgb": [
    50,
    205,
    50
  ],
  "hsl": [
    120,
    61,
    50
  ],
  "cmyk": [
    76,
    0,
    76,
    20
  ],
  "family": "green",
  "temperature": "cool",
  "tone": [
    "earth-tone"
  ],
  "luminance": 0.4457,
  "contrast": {
    "black": 9.91,
    "white": 2.12
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "lime-green",
    "name": "Lime Green",
    "hex": "#32CD32",
    "url": "https://www.colorsencyclopedia.com/colors/lime-green/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime-green.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": "#CD32CD",
          "name": "#CD32CD",
          "slug": null,
          "rgb": [
            205,
            50,
            205
          ],
          "hsl": [
            300,
            61,
            50
          ],
          "cmyk": [
            0,
            76,
            0,
            20
          ],
          "luminance": 0.1967,
          "contrast": {
            "black": 4.93,
            "white": 4.26
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cd32cd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd32cd.json"
        }
      ],
      "anchor": "lime-green-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": "#80CD32",
          "name": "#80CD32",
          "slug": null,
          "rgb": [
            128,
            205,
            50
          ],
          "hsl": [
            90,
            61,
            50
          ],
          "cmyk": [
            38,
            0,
            76,
            20
          ],
          "luminance": 0.4848,
          "contrast": {
            "black": 10.7,
            "white": 1.96
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/80cd32/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/80cd32.json"
        },
        {
          "hex": "#32CD80",
          "name": "#32CD80",
          "slug": null,
          "rgb": [
            50,
            205,
            128
          ],
          "hsl": [
            150,
            61,
            50
          ],
          "cmyk": [
            76,
            0,
            38,
            20
          ],
          "luminance": 0.459,
          "contrast": {
            "black": 10.18,
            "white": 2.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/32cd80/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/32cd80.json"
        }
      ],
      "anchor": "lime-green-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": "#3232CD",
          "name": "#3232CD",
          "slug": null,
          "rgb": [
            50,
            50,
            205
          ],
          "hsl": [
            240,
            61,
            50
          ],
          "cmyk": [
            76,
            76,
            0,
            20
          ],
          "luminance": 0.0737,
          "contrast": {
            "black": 2.47,
            "white": 8.49
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/3232cd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/3232cd.json"
        },
        {
          "hex": "#CD3232",
          "name": "#CD3232",
          "slug": null,
          "rgb": [
            205,
            50,
            50
          ],
          "hsl": [
            0,
            61,
            50
          ],
          "cmyk": [
            0,
            76,
            76,
            20
          ],
          "luminance": 0.1549,
          "contrast": {
            "black": 4.1,
            "white": 5.12
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cd3232/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd3232.json"
        }
      ],
      "anchor": "lime-green-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": "#327FCD",
          "name": "#327FCD",
          "slug": null,
          "rgb": [
            50,
            127,
            205
          ],
          "hsl": [
            210,
            61,
            50
          ],
          "cmyk": [
            76,
            38,
            0,
            20
          ],
          "luminance": 0.2026,
          "contrast": {
            "black": 5.05,
            "white": 4.16
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/327fcd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/327fcd.json"
        },
        {
          "hex": "#CD32CD",
          "name": "#CD32CD",
          "slug": null,
          "rgb": [
            205,
            50,
            205
          ],
          "hsl": [
            300,
            61,
            50
          ],
          "cmyk": [
            0,
            76,
            0,
            20
          ],
          "luminance": 0.1967,
          "contrast": {
            "black": 4.93,
            "white": 4.26
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cd32cd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd32cd.json"
        },
        {
          "hex": "#CD8032",
          "name": "#CD8032",
          "slug": null,
          "rgb": [
            205,
            128,
            50
          ],
          "hsl": [
            30,
            61,
            50
          ],
          "cmyk": [
            0,
            38,
            76,
            20
          ],
          "luminance": 0.2865,
          "contrast": {
            "black": 6.73,
            "white": 3.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cd8032/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd8032.json"
        }
      ],
      "anchor": "lime-green-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": "#7F32CD",
          "name": "#7F32CD",
          "slug": null,
          "rgb": [
            127,
            50,
            205
          ],
          "hsl": [
            270,
            61,
            50
          ],
          "cmyk": [
            38,
            76,
            0,
            20
          ],
          "luminance": 0.112,
          "contrast": {
            "black": 3.24,
            "white": 6.48
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/7f32cd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f32cd.json"
        },
        {
          "hex": "#CD3280",
          "name": "#CD3280",
          "slug": null,
          "rgb": [
            205,
            50,
            128
          ],
          "hsl": [
            330,
            61,
            50
          ],
          "cmyk": [
            0,
            76,
            38,
            20
          ],
          "luminance": 0.1682,
          "contrast": {
            "black": 4.36,
            "white": 4.81
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cd3280/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd3280.json"
        }
      ],
      "anchor": "lime-green-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": "#7CDF7C",
          "name": "#7CDF7C",
          "slug": null,
          "rgb": [
            124,
            223,
            124
          ],
          "hsl": [
            120,
            61,
            68
          ],
          "cmyk": [
            44,
            0,
            44,
            13
          ],
          "luminance": 0.5852,
          "contrast": {
            "black": 12.7,
            "white": 1.65
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/7cdf7c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7cdf7c.json"
        },
        {
          "hex": "#32CD32",
          "name": "Lime Green",
          "slug": "lime-green",
          "rgb": [
            50,
            205,
            50
          ],
          "hsl": [
            120,
            61,
            50
          ],
          "cmyk": [
            76,
            0,
            76,
            20
          ],
          "luminance": 0.4457,
          "contrast": {
            "black": 9.91,
            "white": 2.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/lime-green/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime-green.json"
        },
        {
          "hex": "#208320",
          "name": "#208320",
          "slug": null,
          "rgb": [
            32,
            131,
            32
          ],
          "hsl": [
            120,
            61,
            32
          ],
          "cmyk": [
            76,
            0,
            76,
            49
          ],
          "luminance": 0.1664,
          "contrast": {
            "black": 4.33,
            "white": 4.85
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/208320/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/208320.json"
        }
      ],
      "anchor": "lime-green-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#32CD32",
    "#CD32CD",
    "#80CD32",
    "#32CD80",
    "#7CDF7C",
    "#208320"
  ],
  "semanticGroups": [
    "green harmony",
    "cool harmony",
    "earth tone harmony",
    "lime green palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Lime Green: 9.91:1",
    "White contrast on Lime Green: 2.12:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/lime-green.json",
    "https://www.colorsencyclopedia.com/api/colors/lime-green.json",
    "https://www.colorsencyclopedia.com/api/hex/32cd32.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/lime-green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/lime-green.json",
  "cssSnippet": ":root {\n  --color-lime-green: #32CD32;\n  --lime-green-complementary-1: #CD32CD;\n  --lime-green-analogous-1: #80CD32;\n  --lime-green-analogous-2: #32CD80;\n  --lime-green-triadic-1: #3232CD;\n  --lime-green-triadic-2: #CD3232;\n  --lime-green-tetradic-1: #327FCD;\n  --lime-green-tetradic-2: #CD32CD;\n  --lime-green-tetradic-3: #CD8032;\n  --lime-green-split-complementary-1: #7F32CD;\n  --lime-green-split-complementary-2: #CD3280;\n  --lime-green-monochromatic-1: #7CDF7C;\n  --lime-green-monochromatic-2: #32CD32;\n  --lime-green-monochromatic-3: #208320;\n}\n\n.palette-lime-green-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #32CD32, #CD32CD, #80CD32, #32CD80, #7CDF7C, #208320);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-lime-green: #32CD32;
  --lime-green-complementary-1: #CD32CD;
  --lime-green-analogous-1: #80CD32;
  --lime-green-analogous-2: #32CD80;
  --lime-green-triadic-1: #3232CD;
  --lime-green-triadic-2: #CD3232;
  --lime-green-tetradic-1: #327FCD;
  --lime-green-tetradic-2: #CD32CD;
  --lime-green-tetradic-3: #CD8032;
  --lime-green-split-complementary-1: #7F32CD;
  --lime-green-split-complementary-2: #CD3280;
  --lime-green-monochromatic-1: #7CDF7C;
  --lime-green-monochromatic-2: #32CD32;
  --lime-green-monochromatic-3: #208320;
}

.palette-lime-green-harmony {
  color: #111827;
  background: linear-gradient(135deg, #32CD32, #CD32CD, #80CD32, #32CD80, #7CDF7C, #208320);
}

Lime Green 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

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.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorLime Green · #32CD32
#CD32CD#CD32CD
Analogous Harmony2 colors · neighboring hue movement

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.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorLime Green · #32CD32
#80CD32#80CD32
#32CD80#32CD80
Triadic Harmony2 colors · three evenly spaced hues

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.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorLime Green · #32CD32
#3232CD#3232CD
#CD3232#CD3232
Tetradic Harmony3 colors · two complementary pairs

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.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorLime Green · #32CD32
#327FCD#327FCD
#CD32CD#CD32CD
#CD8032#CD8032
Split Complementary Harmony2 colors · softened complementary contrast

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.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorLime Green · #32CD32
#7F32CD#7F32CD
#CD3280#CD3280
Monochromatic Harmony3 colors · same hue, different values

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.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorLime Green · #32CD32
#7CDF7C#7CDF7C
Lime Green#32CD32
#208320#208320