Named color

Electric Lime

Electric Lime is a vibrant green color with HEX #CCFF00. According to Colors Encyclopedia, it has RGB 204, 255, 0, HSL 72, 100%, 50%, cool temperature, and is useful for neon accents, event graphics, and high energy digital design.

HEX #CCFF00
RGB rgb(204, 255, 0)
HSL hsl(72 100% 50%)
CMYK cmyk(20, 0, 100, 0)
Luminance 0.8436
Contrast Black 17.87:1White 1.18:1

CSS Utilities

--color-electric-lime: #CCFF00;
.bg-electric-lime { background-color: #CCFF00; }
.text-electric-lime { color: #CCFF00; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.8436
Black text17.87:1AA Pass
White text1.18:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#CCFF00",
  "rgb": [
    204,
    255,
    0
  ],
  "hsl": [
    72,
    100,
    50
  ],
  "cmyk": [
    20,
    0,
    100,
    0
  ],
  "luminance": 0.8436,
  "contrast": {
    "black": 17.87,
    "white": 1.18
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ]
}
Harmonies
{
  "complementary": "#3300FF",
  "analogous": [
    "#FFB300",
    "#4CFF00"
  ],
  "triadic": [
    "#00CCFF",
    "#FF00CC"
  ],
  "tetradic": [
    "#00FFB3",
    "#3300FF",
    "#FF004C"
  ],
  "splitComplementary": [
    "#004CFF",
    "#B300FF"
  ],
  "monochromatic": [
    "#DEFF5C",
    "#CCFF00",
    "#83A300"
  ]
}
Variants
{
  "light": "#DEFF5C",
  "dark": "#83A300",
  "saturated": "#CCFF00",
  "desaturated": "#BBE31C",
  "pastel": "#E0F589",
  "neon": "#D4FF29"
}
Pairings
{
  "best": [
    "#000000",
    "#3300FF",
    "#FFB300",
    "#4CFF00"
  ],
  "avoid": [
    "#BBE31C",
    "#DEFF5C"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#DEFF5C",
    "#BBE31C"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "chartreuse-green",
    "yellow",
    "lemon",
    "cadmium-yellow",
    "canary-yellow"
  ],
  "generatedPalettes": [
    "electric-lime"
  ],
  "generatedComparisons": [
    "chartreuse-green-vs-electric-lime",
    "electric-lime-vs-yellow"
  ],
  "relatedFamilies": [
    "/colors/by-family/green",
    "/colors/by-temperature/cool",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/electric-lime",
    "/wcag/electric-lime",
    "/css/colors/electric-lime",
    "/hex/ccff00"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/green",
      "/colors/by-temperature/cool",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/electric-lime"
    ],
    "related": [
      "/colors/chartreuse-green",
      "/colors/yellow",
      "/colors/lemon",
      "/colors/cadmium-yellow",
      "/colors/canary-yellow",
      "/compare/chartreuse-green-vs-electric-lime",
      "/compare/electric-lime-vs-yellow",
      "/harmonies/electric-lime",
      "/wcag/electric-lime",
      "/css/colors/electric-lime",
      "/hex/ccff00"
    ]
  }
}
Full JSON dataset
{
  "slug": "electric-lime",
  "name": "Electric Lime",
  "hex": "#CCFF00",
  "uses": [
    "neon accents",
    "event graphics",
    "high-energy digital design"
  ],
  "psychology": {
    "associations": [
      "energy",
      "visibility",
      "motion"
    ],
    "contexts": [
      "gaming",
      "music events",
      "sportswear",
      "nightlife"
    ],
    "avoidIn": [
      "long reading interfaces"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
  },
  "family": "green",
  "temperature": "cool",
  "tone": [
    "vibrant"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "green",
    "cool",
    "vibrant",
    "neon-accents",
    "event-graphics",
    "high-energy-digital-design",
    "energy",
    "visibility",
    "motion"
  ],
  "popularity": 84,
  "rgb": [
    204,
    255,
    0
  ],
  "hsl": [
    72,
    100,
    50
  ],
  "cmyk": [
    20,
    0,
    100,
    0
  ],
  "luminance": 0.8436,
  "contrast": {
    "black": 17.87,
    "white": 1.18
  },
  "harmonies": {
    "complementary": "#3300FF",
    "analogous": [
      "#FFB300",
      "#4CFF00"
    ],
    "triadic": [
      "#00CCFF",
      "#FF00CC"
    ],
    "tetradic": [
      "#00FFB3",
      "#3300FF",
      "#FF004C"
    ],
    "splitComplementary": [
      "#004CFF",
      "#B300FF"
    ],
    "monochromatic": [
      "#DEFF5C",
      "#CCFF00",
      "#83A300"
    ]
  },
  "variants": {
    "light": "#DEFF5C",
    "dark": "#83A300",
    "saturated": "#CCFF00",
    "desaturated": "#BBE31C",
    "pastel": "#E0F589",
    "neon": "#D4FF29"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-electric-lime: #CCFF00;",
    "utility": ".bg-electric-lime { background-color: #CCFF00; }",
    "textUtility": ".text-electric-lime { color: #CCFF00; }"
  },
  "nearestColors": [
    "chartreuse-green",
    "yellow",
    "lemon",
    "cadmium-yellow",
    "canary-yellow"
  ],
  "generatedPalettes": [
    "electric-lime"
  ],
  "generatedComparisons": [
    "chartreuse-green-vs-electric-lime",
    "electric-lime-vs-yellow"
  ],
  "relatedFamilies": [
    "/colors/by-family/green",
    "/colors/by-temperature/cool",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/electric-lime",
    "/wcag/electric-lime",
    "/css/colors/electric-lime",
    "/hex/ccff00"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/green",
      "/colors/by-temperature/cool",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/electric-lime"
    ],
    "related": [
      "/colors/chartreuse-green",
      "/colors/yellow",
      "/colors/lemon",
      "/colors/cadmium-yellow",
      "/colors/canary-yellow",
      "/compare/chartreuse-green-vs-electric-lime",
      "/compare/electric-lime-vs-yellow",
      "/harmonies/electric-lime",
      "/wcag/electric-lime",
      "/css/colors/electric-lime",
      "/hex/ccff00"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#3300FF",
      "#FFB300",
      "#4CFF00"
    ],
    "avoid": [
      "#BBE31C",
      "#DEFF5C"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#DEFF5C",
      "#BBE31C"
    ]
  }
}

Color meaning and use

About Electric Lime Color

Electric Lime sits in the green family with cool temperature and vibrant visual character. Electric Lime is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include energy, visibility, and motion, which makes it relevant for gaming and music events. In design work, Electric Lime is most useful for neon accents, event graphics, and high-energy digital design, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Electric Lime against black and white text.

Black text17.87:1AA Pass
White text1.18:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A, #36454F

Similar Colors

Color Harmonies

#3300FF#3300FF
#FFB300#FFB300
#4CFF00#4CFF00
#00CCFF#00CCFF
#FF00CC#FF00CC

Variants

#DEFF5C#DEFF5C
#83A300#83A300
Electric Lime#CCFF00
#BBE31C#BBE31C
#E0F589#E0F589
#D4FF29#D4FF29

Pairings

Black#000000
#3300FF#3300FF
#FFB300#FFB300
#4CFF00#4CFF00
Matte Black#1A1A1A
White Smoke#F5F5F5