Nearest-color comparison

Chartreuse vs Lawn Green

Chartreuse and Lawn Green are different green colors with HEX values #7FFF00 and #7CFC00. According to Colors Encyclopedia, their RGB distance is 4.2, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.

Chartreuse and Lawn Green are very close colors. Chartreuse is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.

Chartreuse#7FFF00
Lawn Green#7CFC00

Quick Difference Summary

The main measurable differences between Chartreuse and Lawn Green across RGB distance, luminance, hue, saturation, and contrast.

RGB distance4.2
Pair contrast1.03:1
Luminance delta0.0212
Hue delta0 deg
Lighter colorChartreuse
More saturatedChartreuse

Side-by-Side Color Profiles

green color

Chartreuse

Chartreuse is #7FFF00, a cool green color with vibrant character. Compared with Lawn Green, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.

HEX#7FFF00 RGB127, 255, 0 HSL90, 100, 50 CMYK50, 0, 100, 0 Luminance0.7603 Best textblack text

green color

Lawn Green

Lawn Green is #7CFC00, a cool green color with vibrant character. Compared with Chartreuse, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.

HEX#7CFC00 RGB124, 252, 0 HSL90, 100, 49 CMYK51, 0, 100, 1 Luminance0.7391 Best textblack text

When to Use Chartreuse or Lawn Green

Choose ChartreuseChartreuse is better when the design needs vibrant green character, cool temperature, and the specific HEX value #7FFF00.
Choose Lawn GreenLawn Green is better when the design needs vibrant green character, cool temperature, and the specific HEX value #7CFC00.
Use togetherUse these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs.

Technical Comparison Table

PropertyChartreuseLawn Green
HEX#7FFF00#7CFC00
RGB127, 255, 0124, 252, 0
HSL90, 100, 5090, 100, 49
CMYK50, 0, 100, 051, 0, 100, 1
FamilyGreenGreen
TemperatureCoolCool
ToneVibrantVibrant
Luminance0.76030.7391
Black contrast16.21:115.78:1
White contrast1.3:11.33:1
Shared tonesVibrant

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Chartreuseblack text - 16.21:1
Lawn Greenblack text - 15.78:1

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Chartreuse#7FFF00
Lawn Green#7CFC00
#ADFF5C#ADFF5C
#ABFF57#ABFF57
#7F00FF#7F00FF
#7D00FA#7D00FA

Machine-readable data

Machine-Readable Chartreuse vs Lawn Green Data (JSON)

Structured comparison data for Chartreuse and Lawn Green, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "chartreuse",
    "name": "Chartreuse",
    "hex": "#7FFF00",
    "rgb": [
      127,
      255,
      0
    ],
    "hsl": [
      90,
      100,
      50
    ],
    "cmyk": [
      50,
      0,
      100,
      0
    ],
    "family": "green",
    "temperature": "cool",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.7603,
    "contrast": {
      "black": 16.21,
      "white": 1.3
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 16.21
    },
    "description": "Chartreuse is #7FFF00, a cool green color with vibrant character. Compared with Lawn Green, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/chartreuse/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/chartreuse.json"
  },
  {
    "slug": "lawn-green",
    "name": "Lawn Green",
    "hex": "#7CFC00",
    "rgb": [
      124,
      252,
      0
    ],
    "hsl": [
      90,
      100,
      49
    ],
    "cmyk": [
      51,
      0,
      100,
      1
    ],
    "family": "green",
    "temperature": "cool",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.7391,
    "contrast": {
      "black": 15.78,
      "white": 1.33
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 15.78
    },
    "description": "Lawn Green is #7CFC00, a cool green color with vibrant character. Compared with Chartreuse, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/lawn-green/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lawn-green.json"
  }
]
Differences
{
  "rgbDistance": 4.2,
  "contrastRatio": 1.03,
  "hslDelta": {
    "hue": 0,
    "saturation": 0,
    "lightness": 1
  },
  "luminanceDelta": 0.0212,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "vibrant"
  ],
  "lighterColor": "Chartreuse",
  "moreSaturatedColor": "Chartreuse"
}
Accessibility
{
  "pairContrastRatio": 1.03,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Chartreuse",
      "background": "#7FFF00",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 16.21
    },
    {
      "color": "Lawn Green",
      "background": "#7CFC00",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 15.78
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Chartreuse is better when the design needs vibrant green character, cool temperature, and the specific HEX value #7FFF00.",
  "chooseSecondWhen": "Lawn Green is better when the design needs vibrant green character, cool temperature, and the specific HEX value #7CFC00.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/chartreuse-vs-lawn-green.json",
  "https://www.colorsencyclopedia.com/api/colors/chartreuse.json",
  "https://www.colorsencyclopedia.com/api/colors/lawn-green.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "chartreuse-vs-lawn-green",
  "type": "nearest",
  "name": "Chartreuse vs Lawn Green",
  "verdict": "Chartreuse and Lawn Green are very close colors. Chartreuse is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Chartreuse and Lawn Green are different green colors with HEX values #7FFF00 and #7CFC00. According to Colors Encyclopedia, their RGB distance is 4.2, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 4.2,
  "contrastRatio": 1.03,
  "colors": [
    {
      "slug": "chartreuse",
      "name": "Chartreuse",
      "hex": "#7FFF00",
      "rgb": [
        127,
        255,
        0
      ],
      "hsl": [
        90,
        100,
        50
      ],
      "cmyk": [
        50,
        0,
        100,
        0
      ],
      "family": "green",
      "temperature": "cool",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.7603,
      "contrast": {
        "black": 16.21,
        "white": 1.3
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 16.21
      },
      "description": "Chartreuse is #7FFF00, a cool green color with vibrant character. Compared with Lawn Green, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/chartreuse/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/chartreuse.json"
    },
    {
      "slug": "lawn-green",
      "name": "Lawn Green",
      "hex": "#7CFC00",
      "rgb": [
        124,
        252,
        0
      ],
      "hsl": [
        90,
        100,
        49
      ],
      "cmyk": [
        51,
        0,
        100,
        1
      ],
      "family": "green",
      "temperature": "cool",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.7391,
      "contrast": {
        "black": 15.78,
        "white": 1.33
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 15.78
      },
      "description": "Lawn Green is #7CFC00, a cool green color with vibrant character. Compared with Chartreuse, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/lawn-green/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lawn-green.json"
    }
  ],
  "differences": {
    "rgbDistance": 4.2,
    "contrastRatio": 1.03,
    "hslDelta": {
      "hue": 0,
      "saturation": 0,
      "lightness": 1
    },
    "luminanceDelta": 0.0212,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "vibrant"
    ],
    "lighterColor": "Chartreuse",
    "moreSaturatedColor": "Chartreuse"
  },
  "accessibility": {
    "pairContrastRatio": 1.03,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Chartreuse",
        "background": "#7FFF00",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 16.21
      },
      {
        "color": "Lawn Green",
        "background": "#7CFC00",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 15.78
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Chartreuse is better when the design needs vibrant green character, cool temperature, and the specific HEX value #7FFF00.",
    "chooseSecondWhen": "Lawn Green is better when the design needs vibrant green character, cool temperature, and the specific HEX value #7CFC00.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/chartreuse-vs-lawn-green.json",
    "https://www.colorsencyclopedia.com/api/colors/chartreuse.json",
    "https://www.colorsencyclopedia.com/api/colors/lawn-green.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/chartreuse-vs-lawn-green/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/chartreuse-vs-lawn-green.json"
}