Shades of Electric Lime #C2EC00
Tints of Electric Lime #C2EC00
RGB
CMYK
RGB Variations
Color information
#C2EC00 (or 0xC2EC00) is known color: Electric Lime. HEX triplet: C2, EC and 00. RGB value is (194,236,0). Sum of RGB (Red+Green+Blue) = 194+236+0=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EC00 is #3D13FF. Grayscale: #C5C5C5. Windows color (decimal): -4002816 or 60610. OLE color: 60610.
HSL color Cylindrical-coordinate representation of color #C2EC00: hue angle of 70.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2EC00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.07 |
| HSL | 70.68º | 1% | 0.46% | - |
| HSV(B) | 70.68º | 1% | 0.93% | - |
| XYZ | 52.24 | 71.46 | 11.04 | - |
| YUV | 196.54 | 17.09 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 0 | 0.18 | 0 | 1 | 0.07 | 70.68 | 1 | 0.46 |
| Hex | C2 | EC | 0 | 12 | 0 | 64 | 7 | 47 | 64 | 2E |
| Octal | 302 | 354 | 0 | 22 | 0 | 144 | 7 | 107 | 144 | 56 |
| Binary | 11000010 | 11101100 | 0 | 10010 | 0 | 1100100 | 111 | 1000111 | 1100100 | 101110 |
Color Harmonies of #C2EC00
Complementary color
Monochromatic Colors of #C2EC00
Black with #C2EC00
Text Example
Text Example
White with #C2EC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC00; }
p { color: rgb(194,236,0); }
H1.HeaderClassName
{
color: #C2EC00;
}
.AnyTagClassName
{
color: #C2EC00;
}
</style>
background-color css
<style>
a { background-color: #C2EC00; }
a { background-color: rgb(194,236,0); }
div.DivClassName
{
background-color: #C2EC00;
}
.BgClassName
{
background-color: #C2EC00;
}
</style>
border-color css
<style>
span { border-color: #C2EC00; }
span { border-color: rgb(194,236,0); }
td.TdClassName
{
border-color: #C2EC00;
}
.TagClassName
{
border-color: #C2EC00;
}
</style>