Shades of Electric Lime #C8ED00
Tints of Electric Lime #C8ED00
RGB
CMYK
RGB Variations
Color information
#C8ED00 (or 0xC8ED00) is known color: Electric Lime. HEX triplet: C8, ED and 00. RGB value is (200,237,0). Sum of RGB (Red+Green+Blue) = 200+237+0=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8ED00 is #3712FF. Grayscale: #C7C7C7. Windows color (decimal): -3609344 or 60872. OLE color: 60872.
HSL color Cylindrical-coordinate representation of color #C8ED00: hue angle of 69.37º 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 #C8ED00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.07 |
| HSL | 69.37º | 1% | 0.46% | - |
| HSV(B) | 69.37º | 1% | 0.93% | - |
| XYZ | 54.1 | 72.85 | 11.21 | - |
| YUV | 198.92 | 15.74 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 0 | 0.16 | 0 | 1 | 0.07 | 69.37 | 1 | 0.46 |
| Hex | C8 | ED | 0 | 10 | 0 | 64 | 7 | 45 | 64 | 2E |
| Octal | 310 | 355 | 0 | 20 | 0 | 144 | 7 | 105 | 144 | 56 |
| Binary | 11001000 | 11101101 | 0 | 10000 | 0 | 1100100 | 111 | 1000101 | 1100100 | 101110 |
Color Harmonies of #C8ED00
Complementary color
Monochromatic Colors of #C8ED00
Black with #C8ED00
Text Example
Text Example
White with #C8ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED00; }
p { color: rgb(200,237,0); }
H1.HeaderClassName
{
color: #C8ED00;
}
.AnyTagClassName
{
color: #C8ED00;
}
</style>
background-color css
<style>
a { background-color: #C8ED00; }
a { background-color: rgb(200,237,0); }
div.DivClassName
{
background-color: #C8ED00;
}
.BgClassName
{
background-color: #C8ED00;
}
</style>
border-color css
<style>
span { border-color: #C8ED00; }
span { border-color: rgb(200,237,0); }
td.TdClassName
{
border-color: #C8ED00;
}
.TagClassName
{
border-color: #C8ED00;
}
</style>