Skip to main content

Inch Worm

#C0F21C

Inch Worm is a neutral medium color with the hex code #C0F21C. This vibrant hue can be represented as RGB 192, 242, 28 in digital design or CMYK 21%, 0%, 88%, 5% for print applications. Find matching Pantone color.

Inch Worm color values

HEX
#C0F21C
RGB
192, 242, 28
HSL
74°, 89%, 53%
CMYK
21, 0, 88, 5

About this color

Inch Worm sits at 74° on the color wheel with 89% saturation and 53% lightness, placing it in the yellow segment of the spectrum. With saturation at 89%, 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, Inch Worm is rendered as rgb(192, 242, 28), where the green channel leads at 242, 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, Inch Worm translates to a CMYK breakdown of 21C 0M 88Y 5K. With almost no black ink (5%), this color is built almost entirely from process inks: 21% cyan, 88% 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.

How to use Inch Worm

CSS Variable

:root {
  --brand-primary: #C0F21C;
  --brand-primary-rgb: 192, 242, 28;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#C0F21C',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 21%
M: 0%
Y: 88%
K: 5%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(192, 242, 28)
rgba(192, 242, 28, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #C0F21C?
#C0F21C is Inch Worm, a neutral medium color with RGB values of 192, 242, 28. It has a hue of 74°, 89% saturation, and 53% lightness in the HSL color space.
What is the RGB value of #C0F21C?
The RGB color code for #C0F21C is rgb(192, 242, 28). This means it contains 192 red, 242 green, and 28 blue in the RGB color model.
Is Inch Worm a warm or cool color?
Inch Worm (#C0F21C) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #C0F21C in CSS?
You can use #C0F21C in CSS with: background-color: #C0F21C; or color: #C0F21C; or as an RGB value: rgb(192, 242, 28). For print design, use CMYK: 21%, 0%, 88%, 5%.