Harmony system
Spring Green Color Harmonies
Spring Green color harmonies are generated from #00FF7F with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Spring Green into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Spring Green sits in the green family with cool temperature and vibrant 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.
How the harmony works
Spring Green Harmony Guide
Spring 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 Spring Green Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Spring Green.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "spring-green",
"name": "Spring Green",
"hex": "#00FF7F",
"url": "https://www.colorsencyclopedia.com/colors/spring-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/spring-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": "#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": "https://www.colorsencyclopedia.com/hex/ff0080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff0080.json"
}
],
"anchor": "spring-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": "#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": "#00FFFF",
"name": "Cyan",
"slug": "cyan",
"rgb": [
0,
255,
255
],
"hsl": [
180,
100,
50
],
"cmyk": [
100,
0,
0,
0
],
"luminance": 0.7874,
"contrast": {
"black": 16.75,
"white": 1.25
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/cyan/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cyan.json"
}
],
"anchor": "spring-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": "#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": "https://www.colorsencyclopedia.com/hex/7f00ff/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f00ff.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": "https://www.colorsencyclopedia.com/hex/ff8000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff8000.json"
}
],
"anchor": "spring-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": "#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": "#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": "https://www.colorsencyclopedia.com/hex/ff0080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff0080.json"
},
{
"hex": "#FFFF00",
"name": "Yellow",
"slug": "yellow",
"rgb": [
255,
255,
0
],
"hsl": [
60,
100,
50
],
"cmyk": [
0,
0,
100,
0
],
"luminance": 0.9278,
"contrast": {
"black": 19.56,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow.json"
}
],
"anchor": "spring-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": "#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": "#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": "spring-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": "#5CFFAD",
"name": "#5CFFAD",
"slug": null,
"rgb": [
92,
255,
173
],
"hsl": [
150,
100,
68
],
"cmyk": [
64,
0,
32,
0
],
"luminance": 0.7681,
"contrast": {
"black": 16.36,
"white": 1.28
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5cffad/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5cffad.json"
},
{
"hex": "#00FF7F",
"name": "Spring Green",
"slug": "spring-green",
"rgb": [
0,
255,
127
],
"hsl": [
150,
100,
50
],
"cmyk": [
100,
0,
50,
0
],
"luminance": 0.7305,
"contrast": {
"black": 15.61,
"white": 1.35
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/spring-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/spring-green.json"
},
{
"hex": "#00A352",
"name": "#00A352",
"slug": null,
"rgb": [
0,
163,
82
],
"hsl": [
150,
100,
32
],
"cmyk": [
100,
0,
50,
36
],
"luminance": 0.268,
"contrast": {
"black": 6.36,
"white": 3.3
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/00a352/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/00a352.json"
}
],
"anchor": "spring-green-harmony-monochromatic"
}
]Signature palette
[
"#00FF7F",
"#FF0080",
"#00FF00",
"#00FFFF",
"#5CFFAD",
"#00A352"
]Accessibility notes
[
"Black contrast on Spring Green: 15.61:1",
"White contrast on Spring Green: 1.35:1",
"AA text options: #000000, #1A1A1A, #36454F"
]CSS tokens
":root {\n --color-spring-green: #00FF7F;\n --spring-green-complementary-1: #FF0080;\n --spring-green-analogous-1: #00FF00;\n --spring-green-analogous-2: #00FFFF;\n --spring-green-triadic-1: #7F00FF;\n --spring-green-triadic-2: #FF8000;\n --spring-green-tetradic-1: #0000FF;\n --spring-green-tetradic-2: #FF0080;\n --spring-green-tetradic-3: #FFFF00;\n --spring-green-split-complementary-1: #FF00FF;\n --spring-green-split-complementary-2: #FF0000;\n --spring-green-monochromatic-1: #5CFFAD;\n --spring-green-monochromatic-2: #00FF7F;\n --spring-green-monochromatic-3: #00A352;\n}\n\n.palette-spring-green-harmony {\n color: #111827;\n background: linear-gradient(135deg, #00FF7F, #FF0080, #00FF00, #00FFFF, #5CFFAD, #00A352);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "spring-green",
"name": "Spring Green",
"hex": "#00FF7F",
"rgb": [
0,
255,
127
],
"hsl": [
150,
100,
50
],
"cmyk": [
100,
0,
50,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.7305,
"contrast": {
"black": 15.61,
"white": 1.35
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"sourceColor": {
"slug": "spring-green",
"name": "Spring Green",
"hex": "#00FF7F",
"url": "https://www.colorsencyclopedia.com/colors/spring-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/spring-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": "#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": "https://www.colorsencyclopedia.com/hex/ff0080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff0080.json"
}
],
"anchor": "spring-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": "#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": "#00FFFF",
"name": "Cyan",
"slug": "cyan",
"rgb": [
0,
255,
255
],
"hsl": [
180,
100,
50
],
"cmyk": [
100,
0,
0,
0
],
"luminance": 0.7874,
"contrast": {
"black": 16.75,
"white": 1.25
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/cyan/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cyan.json"
}
],
"anchor": "spring-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": "#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": "https://www.colorsencyclopedia.com/hex/7f00ff/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f00ff.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": "https://www.colorsencyclopedia.com/hex/ff8000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff8000.json"
}
],
"anchor": "spring-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": "#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": "#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": "https://www.colorsencyclopedia.com/hex/ff0080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff0080.json"
},
{
"hex": "#FFFF00",
"name": "Yellow",
"slug": "yellow",
"rgb": [
255,
255,
0
],
"hsl": [
60,
100,
50
],
"cmyk": [
0,
0,
100,
0
],
"luminance": 0.9278,
"contrast": {
"black": 19.56,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow.json"
}
],
"anchor": "spring-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": "#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": "#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": "spring-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": "#5CFFAD",
"name": "#5CFFAD",
"slug": null,
"rgb": [
92,
255,
173
],
"hsl": [
150,
100,
68
],
"cmyk": [
64,
0,
32,
0
],
"luminance": 0.7681,
"contrast": {
"black": 16.36,
"white": 1.28
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5cffad/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5cffad.json"
},
{
"hex": "#00FF7F",
"name": "Spring Green",
"slug": "spring-green",
"rgb": [
0,
255,
127
],
"hsl": [
150,
100,
50
],
"cmyk": [
100,
0,
50,
0
],
"luminance": 0.7305,
"contrast": {
"black": 15.61,
"white": 1.35
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/spring-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/spring-green.json"
},
{
"hex": "#00A352",
"name": "#00A352",
"slug": null,
"rgb": [
0,
163,
82
],
"hsl": [
150,
100,
32
],
"cmyk": [
100,
0,
50,
36
],
"luminance": 0.268,
"contrast": {
"black": 6.36,
"white": 3.3
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/00a352/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/00a352.json"
}
],
"anchor": "spring-green-harmony-monochromatic"
}
],
"signaturePalette": [
"#00FF7F",
"#FF0080",
"#00FF00",
"#00FFFF",
"#5CFFAD",
"#00A352"
],
"semanticGroups": [
"green harmony",
"cool harmony",
"vibrant harmony",
"spring green palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Spring Green: 15.61:1",
"White contrast on Spring Green: 1.35:1",
"AA text options: #000000, #1A1A1A, #36454F"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/spring-green.json",
"https://www.colorsencyclopedia.com/api/colors/spring-green.json",
"https://www.colorsencyclopedia.com/api/hex/00ff7f.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/spring-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/spring-green.json",
"cssSnippet": ":root {\n --color-spring-green: #00FF7F;\n --spring-green-complementary-1: #FF0080;\n --spring-green-analogous-1: #00FF00;\n --spring-green-analogous-2: #00FFFF;\n --spring-green-triadic-1: #7F00FF;\n --spring-green-triadic-2: #FF8000;\n --spring-green-tetradic-1: #0000FF;\n --spring-green-tetradic-2: #FF0080;\n --spring-green-tetradic-3: #FFFF00;\n --spring-green-split-complementary-1: #FF00FF;\n --spring-green-split-complementary-2: #FF0000;\n --spring-green-monochromatic-1: #5CFFAD;\n --spring-green-monochromatic-2: #00FF7F;\n --spring-green-monochromatic-3: #00A352;\n}\n\n.palette-spring-green-harmony {\n color: #111827;\n background: linear-gradient(135deg, #00FF7F, #FF0080, #00FF00, #00FFFF, #5CFFAD, #00A352);\n}"
}
CSS Harmony Tokens
Use these tokens when Spring Green needs a complete palette system instead of a single color variable.
:root {
--color-spring-green: #00FF7F;
--spring-green-complementary-1: #FF0080;
--spring-green-analogous-1: #00FF00;
--spring-green-analogous-2: #00FFFF;
--spring-green-triadic-1: #7F00FF;
--spring-green-triadic-2: #FF8000;
--spring-green-tetradic-1: #0000FF;
--spring-green-tetradic-2: #FF0080;
--spring-green-tetradic-3: #FFFF00;
--spring-green-split-complementary-1: #FF00FF;
--spring-green-split-complementary-2: #FF0000;
--spring-green-monochromatic-1: #5CFFAD;
--spring-green-monochromatic-2: #00FF7F;
--spring-green-monochromatic-3: #00A352;
}
.palette-spring-green-harmony {
color: #111827;
background: linear-gradient(135deg, #00FF7F, #FF0080, #00FF00, #00FFFF, #5CFFAD, #00A352);
}
Spring 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.
#FF0080Analogous 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.
#00FF00#00FFFFTriadic 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.
#7F00FF#FF8000Tetradic 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.
#0000FF#FF0080#FFFF00Split 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.
#FF00FF#FF0000Monochromatic 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.
#5CFFAD#00FF7F#00A352