Shades of Inch Worm #C2EA1E
Tints of Inch Worm #C2EA1E
RGB
CMYK
RGB Variations
Color information
#C2EA1E (or 0xC2EA1E) is known color: Inch Worm. HEX triplet: C2, EA and 1E. RGB value is (194,234,30). Sum of RGB (Red+Green+Blue) = 194+234+30=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA1E is #3D15E1. Grayscale: #C7C7C7. Windows color (decimal): -4003298 or 2026178. OLE color: 2026178.
HSL color Cylindrical-coordinate representation of color #C2EA1E: hue angle of 71.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2EA1E is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 30 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.08 |
| HSL | 71.76º | 0.83% | 0.52% | - |
| HSV(B) | 71.76º | 0.87% | 0.92% | - |
| XYZ | 51.91 | 70.41 | 12.08 | - |
| YUV | 198.78 | 32.75 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 30 | 0.17 | 0 | 0.87 | 0.08 | 71.76 | 0.83 | 0.52 |
| Hex | C2 | EA | 1E | 11 | 0 | 57 | 8 | 48 | 53 | 34 |
| Octal | 302 | 352 | 36 | 21 | 0 | 127 | 10 | 110 | 123 | 64 |
| Binary | 11000010 | 11101010 | 11110 | 10001 | 0 | 1010111 | 1000 | 1001000 | 1010011 | 110100 |
Color Harmonies of #C2EA1E
Complementary color
Monochromatic Colors of #C2EA1E
Black with #C2EA1E
Text Example
Text Example
White with #C2EA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA1E; }
p { color: rgb(194,234,30); }
H1.HeaderClassName
{
color: #C2EA1E;
}
.AnyTagClassName
{
color: #C2EA1E;
}
</style>
background-color css
<style>
a { background-color: #C2EA1E; }
a { background-color: rgb(194,234,30); }
div.DivClassName
{
background-color: #C2EA1E;
}
.BgClassName
{
background-color: #C2EA1E;
}
</style>
border-color css
<style>
span { border-color: #C2EA1E; }
span { border-color: rgb(194,234,30); }
td.TdClassName
{
border-color: #C2EA1E;
}
.TagClassName
{
border-color: #C2EA1E;
}
</style>