Shades of Electric Lime #C8E101
Tints of Electric Lime #C8E101
RGB
CMYK
RGB Variations
Color information
#C8E101 (or 0xC8E101) is known color: Electric Lime. HEX triplet: C8, E1 and 01. RGB value is (200,225,1). Sum of RGB (Red+Green+Blue) = 200+225+1=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E101 is #371EFE. Grayscale: #C0C0C0. Windows color (decimal): -3612415 or 123336. OLE color: 123336.
HSL color Cylindrical-coordinate representation of color #C8E101: hue angle of 66.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8E101 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.12 |
| HSL | 66.7º | 0.99% | 0.44% | - |
| HSV(B) | 66.7º | 1% | 0.88% | - |
| XYZ | 50.75 | 66.13 | 10.12 | - |
| YUV | 191.99 | 20.22 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 1 | 0.11 | 0 | 1.00 | 0.12 | 66.7 | 0.99 | 0.44 |
| Hex | C8 | E1 | 1 | B | 0 | 64 | C | 43 | 63 | 2C |
| Octal | 310 | 341 | 1 | 13 | 0 | 144 | 14 | 103 | 143 | 54 |
| Binary | 11001000 | 11100001 | 1 | 1011 | 0 | 1100100 | 1100 | 1000011 | 1100011 | 101100 |
Color Harmonies of #C8E101
Complementary color
Monochromatic Colors of #C8E101
Black with #C8E101
Text Example
Text Example
White with #C8E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E101; }
p { color: rgb(200,225,1); }
H1.HeaderClassName
{
color: #C8E101;
}
.AnyTagClassName
{
color: #C8E101;
}
</style>
background-color css
<style>
a { background-color: #C8E101; }
a { background-color: rgb(200,225,1); }
div.DivClassName
{
background-color: #C8E101;
}
.BgClassName
{
background-color: #C8E101;
}
</style>
border-color css
<style>
span { border-color: #C8E101; }
span { border-color: rgb(200,225,1); }
td.TdClassName
{
border-color: #C8E101;
}
.TagClassName
{
border-color: #C8E101;
}
</style>