Nearest-color comparison

Electric Lime vs Yellow

Electric Lime #CCFF00 vs Yellow #FFFF00: RGB distance 51 and contrast 1.09:1. Compare hue, luminance, saturation, WCAG and practical use.

Electric Lime and Yellow are related but distinguishable, with an RGB distance of 51. Yellow is lighter by 0.0842, and their saturation is equal. Their mutual contrast is 1.09:1. The pair is too close for a readable foreground/background combination and works better as neighboring palette colors.

Electric Lime#CCFF00
Yellow#FFFF00

Quick Difference Summary

The main measurable differences between Electric Lime and Yellow across RGB distance, luminance, hue, saturation, and contrast.

RGB distance51
Pair contrast1.09:1
Luminance delta0.0842
Hue delta12 deg
Lighter colorYellow
More saturatedElectric Lime

Side-by-Side Color Profiles

green color

Electric Lime

Electric Lime is #CCFF00, a cool green with hue 72°, saturation 100% and luminance 0.8436. Beside Yellow, it is darker and equally saturated. Of the two standard text choices, black text gives the higher contrast at 17.87:1.

HEX#CCFF00 RGB204, 255, 0 HSL72, 100, 50 CMYK20, 0, 100, 0 Luminance0.8436 Best textblack text

yellow color

Yellow

Yellow is #FFFF00, a warm yellow with hue 60°, saturation 100% and luminance 0.9278. Beside Electric Lime, it is lighter and equally saturated. Of the two standard text choices, black text gives the higher contrast at 19.56:1.

HEX#FFFF00 RGB255, 255, 0 HSL60, 100, 50 CMYK0, 0, 100, 0 Luminance0.9278 Best textblack text

When to Use Electric Lime or Yellow

Choose Electric LimeChoose Electric Lime when the design calls for vibrant green color at #CCFF00, with cool temperature and 50% HSL lightness.
Choose YellowChoose Yellow when #FFFF00, its vibrant yellow character, or its 50% HSL lightness is the closer match.
Use togetherTreat them as tonal alternatives or adjacent palette steps, not as text and background. Their contrast is only 1.09:1. They share vibrant tone characteristics.

Technical Comparison Table

PropertyElectric LimeYellow
HEX#CCFF00#FFFF00
RGB204, 255, 0255, 255, 0
HSL72, 100, 5060, 100, 50
CMYK20, 0, 100, 00, 0, 100, 0
FamilyGreenYellow
TemperatureCoolWarm
ToneVibrantVibrant
Luminance0.84360.9278
Black contrast17.87:119.56:1
White contrast1.18:11.07:1
Shared tonesVibrant

Accessibility and Contrast

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

Electric Limeblack text - 17.87:1
Yellowblack text - 19.56:1

Downloadable color comparison infographic

Electric Lime vs Yellow Color Comparison Infographic

Save a high-resolution comparison infographic with both HEX colors, visual distance, mutual contrast, and accessibility guidance.

1200 × 800
Electric Lime vs Yellow color comparison infographic showing both HEX colors, RGB and HSL values, color distance, mutual contrast, and accessibility guidance.
Electric Lime vs Yellow color comparison infographic generated from the canonical dataset values shown on this page.

Related Palette Strip

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

Machine-readable data

Machine-Readable Electric Lime vs Yellow Data (JSON)

Structured comparison data for Electric Lime and Yellow, 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": "electric-lime",
    "name": "Electric Lime",
    "hex": "#CCFF00",
    "rgb": [
      204,
      255,
      0
    ],
    "hsl": [
      72,
      100,
      50
    ],
    "cmyk": [
      20,
      0,
      100,
      0
    ],
    "family": "green",
    "temperature": "cool",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.8436,
    "contrast": {
      "black": 17.87,
      "white": 1.18
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 17.87
    },
    "description": "Electric Lime is #CCFF00, a cool green color with vibrant character. Compared with Yellow, it is darker and similar in saturation. Use it for neon accents, event graphics, and high-energy digital design, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/electric-lime/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-lime.json"
  },
  {
    "slug": "yellow",
    "name": "Yellow",
    "hex": "#FFFF00",
    "rgb": [
      255,
      255,
      0
    ],
    "hsl": [
      60,
      100,
      50
    ],
    "cmyk": [
      0,
      0,
      100,
      0
    ],
    "family": "yellow",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.9278,
    "contrast": {
      "black": 19.56,
      "white": 1.07
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 19.56
    },
    "description": "Yellow is #FFFF00, a warm yellow color with vibrant character. Compared with Electric Lime, 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/yellow/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow.json"
  }
]
Differences
{
  "rgbDistance": 51,
  "contrastRatio": 1.09,
  "hslDelta": {
    "hue": 12,
    "saturation": 0,
    "lightness": 0
  },
  "luminanceDelta": 0.0842,
  "sameFamily": false,
  "sameTemperature": false,
  "sharedTones": [
    "vibrant"
  ],
  "lighterColor": "Yellow",
  "moreSaturatedColor": "Electric Lime"
}
Accessibility
{
  "pairContrastRatio": 1.09,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Electric Lime",
      "background": "#CCFF00",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 17.87
    },
    {
      "color": "Yellow",
      "background": "#FFFF00",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 19.56
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Electric Lime is better when the design needs vibrant green character, cool temperature, and the specific HEX value #CCFF00.",
  "chooseSecondWhen": "Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFFF00.",
  "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/electric-lime-vs-yellow.json",
  "https://www.colorsencyclopedia.com/api/colors/electric-lime.json",
  "https://www.colorsencyclopedia.com/api/colors/yellow.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "electric-lime-vs-yellow",
  "type": "nearest",
  "name": "Electric Lime vs Yellow",
  "verdict": "Electric Lime and Yellow are visually related colors. Yellow is the lighter option. Yellow reads warmer. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Electric Lime and Yellow are different green and yellow colors with HEX values #CCFF00 and #FFFF00. According to Colors Encyclopedia, their RGB distance is 51, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 51,
  "contrastRatio": 1.09,
  "colors": [
    {
      "slug": "electric-lime",
      "name": "Electric Lime",
      "hex": "#CCFF00",
      "rgb": [
        204,
        255,
        0
      ],
      "hsl": [
        72,
        100,
        50
      ],
      "cmyk": [
        20,
        0,
        100,
        0
      ],
      "family": "green",
      "temperature": "cool",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.8436,
      "contrast": {
        "black": 17.87,
        "white": 1.18
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 17.87
      },
      "description": "Electric Lime is #CCFF00, a cool green color with vibrant character. Compared with Yellow, it is darker and similar in saturation. Use it for neon accents, event graphics, and high-energy digital design, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/electric-lime/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-lime.json"
    },
    {
      "slug": "yellow",
      "name": "Yellow",
      "hex": "#FFFF00",
      "rgb": [
        255,
        255,
        0
      ],
      "hsl": [
        60,
        100,
        50
      ],
      "cmyk": [
        0,
        0,
        100,
        0
      ],
      "family": "yellow",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.9278,
      "contrast": {
        "black": 19.56,
        "white": 1.07
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 19.56
      },
      "description": "Yellow is #FFFF00, a warm yellow color with vibrant character. Compared with Electric Lime, 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/yellow/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow.json"
    }
  ],
  "differences": {
    "rgbDistance": 51,
    "contrastRatio": 1.09,
    "hslDelta": {
      "hue": 12,
      "saturation": 0,
      "lightness": 0
    },
    "luminanceDelta": 0.0842,
    "sameFamily": false,
    "sameTemperature": false,
    "sharedTones": [
      "vibrant"
    ],
    "lighterColor": "Yellow",
    "moreSaturatedColor": "Electric Lime"
  },
  "accessibility": {
    "pairContrastRatio": 1.09,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Electric Lime",
        "background": "#CCFF00",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 17.87
      },
      {
        "color": "Yellow",
        "background": "#FFFF00",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 19.56
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Electric Lime is better when the design needs vibrant green character, cool temperature, and the specific HEX value #CCFF00.",
    "chooseSecondWhen": "Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFFF00.",
    "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/electric-lime-vs-yellow.json",
    "https://www.colorsencyclopedia.com/api/colors/electric-lime.json",
    "https://www.colorsencyclopedia.com/api/colors/yellow.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/electric-lime-vs-yellow/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/electric-lime-vs-yellow.json"
}