Shades of Electric Lime #C2EC05
Tints of Electric Lime #C2EC05
RGB
CMYK
RGB Variations
Color information
#C2EC05 (or 0xC2EC05) is known color: Electric Lime. HEX triplet: C2, EC and 05. RGB value is (194,236,5). Sum of RGB (Red+Green+Blue) = 194+236+5=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EC05 is #3D13FA. Grayscale: #C5C5C5. Windows color (decimal): -4002811 or 388290. OLE color: 388290.
HSL color Cylindrical-coordinate representation of color #C2EC05: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2EC05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.07 |
| HSL | 70.91º | 0.96% | 0.47% | - |
| HSV(B) | 70.91º | 0.98% | 0.93% | - |
| XYZ | 52.27 | 71.47 | 11.18 | - |
| YUV | 197.11 | 19.59 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 5 | 0.18 | 0 | 0.98 | 0.07 | 70.91 | 0.96 | 0.47 |
| Hex | C2 | EC | 5 | 12 | 0 | 62 | 7 | 47 | 60 | 2F |
| Octal | 302 | 354 | 5 | 22 | 0 | 142 | 7 | 107 | 140 | 57 |
| Binary | 11000010 | 11101100 | 101 | 10010 | 0 | 1100010 | 111 | 1000111 | 1100000 | 101111 |
Color Harmonies of #C2EC05
Complementary color
Monochromatic Colors of #C2EC05
Black with #C2EC05
Text Example
Text Example
White with #C2EC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC05; }
p { color: rgb(194,236,5); }
H1.HeaderClassName
{
color: #C2EC05;
}
.AnyTagClassName
{
color: #C2EC05;
}
</style>
background-color css
<style>
a { background-color: #C2EC05; }
a { background-color: rgb(194,236,5); }
div.DivClassName
{
background-color: #C2EC05;
}
.BgClassName
{
background-color: #C2EC05;
}
</style>
border-color css
<style>
span { border-color: #C2EC05; }
span { border-color: rgb(194,236,5); }
td.TdClassName
{
border-color: #C2EC05;
}
.TagClassName
{
border-color: #C2EC05;
}
</style>