Shades of Electric Lime #C8FC18
Tints of Electric Lime #C8FC18
RGB
CMYK
RGB Variations
Color information
#C8FC18 (or 0xC8FC18) is known color: Electric Lime. HEX triplet: C8, FC and 18. RGB value is (200,252,24). Sum of RGB (Red+Green+Blue) = 200+252+24=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FC18 is #3703E7. Grayscale: #D3D3D3. Windows color (decimal): -3605480 or 1637576. OLE color: 1637576.
HSL color Cylindrical-coordinate representation of color #C8FC18: hue angle of 73.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8FC18 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.01 |
| HSL | 73.68º | 0.97% | 0.54% | - |
| HSV(B) | 73.68º | 0.9% | 0.99% | - |
| XYZ | 58.79 | 81.97 | 13.59 | - |
| YUV | 210.46 | 22.77 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 24 | 0.21 | 0 | 0.90 | 0.01 | 73.68 | 0.97 | 0.54 |
| Hex | C8 | FC | 18 | 15 | 0 | 5A | 1 | 4A | 61 | 36 |
| Octal | 310 | 374 | 30 | 25 | 0 | 132 | 1 | 112 | 141 | 66 |
| Binary | 11001000 | 11111100 | 11000 | 10101 | 0 | 1011010 | 1 | 1001010 | 1100001 | 110110 |
Color Harmonies of #C8FC18
Complementary color
Monochromatic Colors of #C8FC18
Black with #C8FC18
Text Example
Text Example
White with #C8FC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC18; }
p { color: rgb(200,252,24); }
H1.HeaderClassName
{
color: #C8FC18;
}
.AnyTagClassName
{
color: #C8FC18;
}
</style>
background-color css
<style>
a { background-color: #C8FC18; }
a { background-color: rgb(200,252,24); }
div.DivClassName
{
background-color: #C8FC18;
}
.BgClassName
{
background-color: #C8FC18;
}
</style>
border-color css
<style>
span { border-color: #C8FC18; }
span { border-color: rgb(200,252,24); }
td.TdClassName
{
border-color: #C8FC18;
}
.TagClassName
{
border-color: #C8FC18;
}
</style>