Shades of Inch Worm #C2E003
Tints of Inch Worm #C2E003
RGB
CMYK
RGB Variations
Color information
#C2E003 (or 0xC2E003) is known color: Inch Worm. HEX triplet: C2, E0 and 03. RGB value is (194,224,3). Sum of RGB (Red+Green+Blue) = 194+224+3=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E003 is #3D1FFC. Grayscale: #BEBEBE. Windows color (decimal): -4005885 or 254146. OLE color: 254146.
HSL color Cylindrical-coordinate representation of color #C2E003: hue angle of 68.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2E003 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.12 |
| HSL | 68.14º | 0.97% | 0.45% | - |
| HSV(B) | 68.14º | 0.99% | 0.88% | - |
| XYZ | 48.92 | 64.79 | 10.01 | - |
| YUV | 189.84 | 22.56 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 3 | 0.13 | 0 | 0.99 | 0.12 | 68.14 | 0.97 | 0.45 |
| Hex | C2 | E0 | 3 | D | 0 | 63 | C | 44 | 61 | 2D |
| Octal | 302 | 340 | 3 | 15 | 0 | 143 | 14 | 104 | 141 | 55 |
| Binary | 11000010 | 11100000 | 11 | 1101 | 0 | 1100011 | 1100 | 1000100 | 1100001 | 101101 |
Color Harmonies of #C2E003
Complementary color
Monochromatic Colors of #C2E003
Black with #C2E003
Text Example
Text Example
White with #C2E003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E003; }
p { color: rgb(194,224,3); }
H1.HeaderClassName
{
color: #C2E003;
}
.AnyTagClassName
{
color: #C2E003;
}
</style>
background-color css
<style>
a { background-color: #C2E003; }
a { background-color: rgb(194,224,3); }
div.DivClassName
{
background-color: #C2E003;
}
.BgClassName
{
background-color: #C2E003;
}
</style>
border-color css
<style>
span { border-color: #C2E003; }
span { border-color: rgb(194,224,3); }
td.TdClassName
{
border-color: #C2E003;
}
.TagClassName
{
border-color: #C2E003;
}
</style>