Electric Lime is a
neutral medium color with the hex code #C4FC2C.
This vibrant hue can be represented as RGB
196, 252, 44 in digital design or CMYK 22%, 0%, 83%, 1% for print applications.
Find matching Pantone color.
Electric Lime
#C4FC2C
Electric Lime color values
- HEX
- #C4FC2C
- RGB
- 196, 252, 44
- HSL
- 76°, 97%, 58%
- CMYK
- 22, 0, 83, 1
Shades & tints
About this color
Electric Lime sits at 76° on the color wheel with 97% saturation and 58% lightness, placing it in the yellow segment of the spectrum. With saturation at 97%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Electric Lime is rendered as rgb(196, 252, 44), where the green channel leads at 252, pulling the color toward the green-yellow axis. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.
For print, Electric Lime translates to a CMYK breakdown of 22C 0M 83Y 1K. With almost no black ink (1%), this color is built almost entirely from process inks: 22% cyan, 83% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Electric Lime
CSS Variable
:root {
--brand-primary: #C4FC2C;
--brand-primary-rgb: 196, 252, 44;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#C4FC2C',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 22%
M: 0%
Y: 83%
K: 1% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(196, 252, 44)
rgba(196, 252, 44, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #C4FC2C?
What is the RGB value of #C4FC2C?
Is Electric Lime a warm or cool color?
How do I use #C4FC2C in CSS?
background-color: #C4FC2C; or color: #C4FC2C; or as an RGB value: rgb(196, 252, 44). For print design, use CMYK: 22%, 0%, 83%, 1%.