Shades of Electric Lime #C8EC03
Tints of Electric Lime #C8EC03
RGB
CMYK
RGB Variations
Color information
#C8EC03 (or 0xC8EC03) is known color: Electric Lime. HEX triplet: C8, EC and 03. RGB value is (200,236,3). Sum of RGB (Red+Green+Blue) = 200+236+3=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EC03 is #3713FC. Grayscale: #C7C7C7. Windows color (decimal): -3609597 or 257224. OLE color: 257224.
HSL color Cylindrical-coordinate representation of color #C8EC03: hue angle of 69.27º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8EC03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.07 |
| HSL | 69.27º | 0.97% | 0.47% | - |
| HSV(B) | 69.27º | 0.99% | 0.93% | - |
| XYZ | 53.83 | 72.28 | 11.2 | - |
| YUV | 198.67 | 17.57 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 3 | 0.15 | 0 | 0.99 | 0.07 | 69.27 | 0.97 | 0.47 |
| Hex | C8 | EC | 3 | F | 0 | 63 | 7 | 45 | 61 | 2F |
| Octal | 310 | 354 | 3 | 17 | 0 | 143 | 7 | 105 | 141 | 57 |
| Binary | 11001000 | 11101100 | 11 | 1111 | 0 | 1100011 | 111 | 1000101 | 1100001 | 101111 |
Color Harmonies of #C8EC03
Complementary color
Monochromatic Colors of #C8EC03
Black with #C8EC03
Text Example
Text Example
White with #C8EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC03; }
p { color: rgb(200,236,3); }
H1.HeaderClassName
{
color: #C8EC03;
}
.AnyTagClassName
{
color: #C8EC03;
}
</style>
background-color css
<style>
a { background-color: #C8EC03; }
a { background-color: rgb(200,236,3); }
div.DivClassName
{
background-color: #C8EC03;
}
.BgClassName
{
background-color: #C8EC03;
}
</style>
border-color css
<style>
span { border-color: #C8EC03; }
span { border-color: rgb(200,236,3); }
td.TdClassName
{
border-color: #C8EC03;
}
.TagClassName
{
border-color: #C8EC03;
}
</style>