Shades of Inch Worm #C2F11E
Tints of Inch Worm #C2F11E
RGB
CMYK
RGB Variations
Color information
#C2F11E (or 0xC2F11E) is known color: Inch Worm. HEX triplet: C2, F1 and 1E. RGB value is (194,241,30). Sum of RGB (Red+Green+Blue) = 194+241+30=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F11E is #3D0EE1. Grayscale: #CBCBCB. Windows color (decimal): -4001506 or 2027970. OLE color: 2027970.
HSL color Cylindrical-coordinate representation of color #C2F11E: hue angle of 73.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2F11E is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 30 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.05 |
| HSL | 73.36º | 0.88% | 0.53% | - |
| HSV(B) | 73.36º | 0.88% | 0.95% | - |
| XYZ | 53.94 | 74.47 | 12.76 | - |
| YUV | 202.89 | 30.43 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 30 | 0.20 | 0 | 0.88 | 0.05 | 73.36 | 0.88 | 0.53 |
| Hex | C2 | F1 | 1E | 14 | 0 | 58 | 5 | 49 | 58 | 35 |
| Octal | 302 | 361 | 36 | 24 | 0 | 130 | 5 | 111 | 130 | 65 |
| Binary | 11000010 | 11110001 | 11110 | 10100 | 0 | 1011000 | 101 | 1001001 | 1011000 | 110101 |
Color Harmonies of #C2F11E
Complementary color
Monochromatic Colors of #C2F11E
Black with #C2F11E
Text Example
Text Example
White with #C2F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F11E; }
p { color: rgb(194,241,30); }
H1.HeaderClassName
{
color: #C2F11E;
}
.AnyTagClassName
{
color: #C2F11E;
}
</style>
background-color css
<style>
a { background-color: #C2F11E; }
a { background-color: rgb(194,241,30); }
div.DivClassName
{
background-color: #C2F11E;
}
.BgClassName
{
background-color: #C2F11E;
}
</style>
border-color css
<style>
span { border-color: #C2F11E; }
span { border-color: rgb(194,241,30); }
td.TdClassName
{
border-color: #C2F11E;
}
.TagClassName
{
border-color: #C2F11E;
}
</style>