Shades of Inch Worm #C3E002
Tints of Inch Worm #C3E002
RGB
CMYK
RGB Variations
Color information
#C3E002 (or 0xC3E002) is known color: Inch Worm. HEX triplet: C3, E0 and 02. RGB value is (195,224,2). Sum of RGB (Red+Green+Blue) = 195+224+2=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3E002 is #3C1FFD. Grayscale: #BEBEBE. Windows color (decimal): -3940350 or 188611. OLE color: 188611.
HSL color Cylindrical-coordinate representation of color #C3E002: hue angle of 67.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3E002 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.12 |
| HSL | 67.84º | 0.98% | 0.44% | - |
| HSV(B) | 67.84º | 0.99% | 0.88% | - |
| XYZ | 49.17 | 64.92 | 10 | - |
| YUV | 190.02 | 21.89 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 2 | 0.13 | 0 | 0.99 | 0.12 | 67.84 | 0.98 | 0.44 |
| Hex | C3 | E0 | 2 | D | 0 | 63 | C | 44 | 62 | 2C |
| Octal | 303 | 340 | 2 | 15 | 0 | 143 | 14 | 104 | 142 | 54 |
| Binary | 11000011 | 11100000 | 10 | 1101 | 0 | 1100011 | 1100 | 1000100 | 1100010 | 101100 |
Color Harmonies of #C3E002
Complementary color
Monochromatic Colors of #C3E002
Black with #C3E002
Text Example
Text Example
White with #C3E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E002; }
p { color: rgb(195,224,2); }
H1.HeaderClassName
{
color: #C3E002;
}
.AnyTagClassName
{
color: #C3E002;
}
</style>
background-color css
<style>
a { background-color: #C3E002; }
a { background-color: rgb(195,224,2); }
div.DivClassName
{
background-color: #C3E002;
}
.BgClassName
{
background-color: #C3E002;
}
</style>
border-color css
<style>
span { border-color: #C3E002; }
span { border-color: rgb(195,224,2); }
td.TdClassName
{
border-color: #C3E002;
}
.TagClassName
{
border-color: #C3E002;
}
</style>