Shades of Electric Lime #C8EB00
Tints of Electric Lime #C8EB00
RGB
CMYK
RGB Variations
Color information
#C8EB00 (or 0xC8EB00) is known color: Electric Lime. HEX triplet: C8, EB and 00. RGB value is (200,235,0). Sum of RGB (Red+Green+Blue) = 200+235+0=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EB00 is #3714FF. Grayscale: #C6C6C6. Windows color (decimal): -3609856 or 60360. OLE color: 60360.
HSL color Cylindrical-coordinate representation of color #C8EB00: hue angle of 68.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8EB00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.08 |
| HSL | 68.94º | 1% | 0.46% | - |
| HSV(B) | 68.94º | 1% | 0.92% | - |
| XYZ | 53.53 | 71.7 | 11.02 | - |
| YUV | 197.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 0 | 0.15 | 0 | 1 | 0.08 | 68.94 | 1 | 0.46 |
| Hex | C8 | EB | 0 | F | 0 | 64 | 8 | 45 | 64 | 2E |
| Octal | 310 | 353 | 0 | 17 | 0 | 144 | 10 | 105 | 144 | 56 |
| Binary | 11001000 | 11101011 | 0 | 1111 | 0 | 1100100 | 1000 | 1000101 | 1100100 | 101110 |
Color Harmonies of #C8EB00
Complementary color
Monochromatic Colors of #C8EB00
Black with #C8EB00
Text Example
Text Example
White with #C8EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB00; }
p { color: rgb(200,235,0); }
H1.HeaderClassName
{
color: #C8EB00;
}
.AnyTagClassName
{
color: #C8EB00;
}
</style>
background-color css
<style>
a { background-color: #C8EB00; }
a { background-color: rgb(200,235,0); }
div.DivClassName
{
background-color: #C8EB00;
}
.BgClassName
{
background-color: #C8EB00;
}
</style>
border-color css
<style>
span { border-color: #C8EB00; }
span { border-color: rgb(200,235,0); }
td.TdClassName
{
border-color: #C8EB00;
}
.TagClassName
{
border-color: #C8EB00;
}
</style>