Shades of Electric Lime #C8E401
Tints of Electric Lime #C8E401
RGB
CMYK
RGB Variations
Color information
#C8E401 (or 0xC8E401) is known color: Electric Lime. HEX triplet: C8, E4 and 01. RGB value is (200,228,1). Sum of RGB (Red+Green+Blue) = 200+228+1=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E401 is #371BFE. Grayscale: #C2C2C2. Windows color (decimal): -3611647 or 124104. OLE color: 124104.
HSL color Cylindrical-coordinate representation of color #C8E401: hue angle of 67.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8E401 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.11 |
| HSL | 67.4º | 0.99% | 0.45% | - |
| HSV(B) | 67.4º | 1% | 0.89% | - |
| XYZ | 51.57 | 67.77 | 10.39 | - |
| YUV | 193.75 | 19.22 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 1 | 0.12 | 0 | 1.00 | 0.11 | 67.4 | 0.99 | 0.45 |
| Hex | C8 | E4 | 1 | C | 0 | 64 | B | 43 | 63 | 2D |
| Octal | 310 | 344 | 1 | 14 | 0 | 144 | 13 | 103 | 143 | 55 |
| Binary | 11001000 | 11100100 | 1 | 1100 | 0 | 1100100 | 1011 | 1000011 | 1100011 | 101101 |
Color Harmonies of #C8E401
Complementary color
Monochromatic Colors of #C8E401
Black with #C8E401
Text Example
Text Example
White with #C8E401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E401; }
p { color: rgb(200,228,1); }
H1.HeaderClassName
{
color: #C8E401;
}
.AnyTagClassName
{
color: #C8E401;
}
</style>
background-color css
<style>
a { background-color: #C8E401; }
a { background-color: rgb(200,228,1); }
div.DivClassName
{
background-color: #C8E401;
}
.BgClassName
{
background-color: #C8E401;
}
</style>
border-color css
<style>
span { border-color: #C8E401; }
span { border-color: rgb(200,228,1); }
td.TdClassName
{
border-color: #C8E401;
}
.TagClassName
{
border-color: #C8E401;
}
</style>