Shades of Electric Lime #C8FC14
Tints of Electric Lime #C8FC14
RGB
CMYK
RGB Variations
Color information
#C8FC14 (or 0xC8FC14) is known color: Electric Lime. HEX triplet: C8, FC and 14. RGB value is (200,252,20). Sum of RGB (Red+Green+Blue) = 200+252+20=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FC14 is #3703EB. Grayscale: #D2D2D2. Windows color (decimal): -3605484 or 1375432. OLE color: 1375432.
HSL color Cylindrical-coordinate representation of color #C8FC14: hue angle of 73.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8FC14 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 20 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.01 |
| HSL | 73.45º | 0.97% | 0.53% | - |
| HSV(B) | 73.45º | 0.92% | 0.99% | - |
| XYZ | 58.76 | 81.95 | 13.38 | - |
| YUV | 210 | 20.77 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 20 | 0.21 | 0 | 0.92 | 0.01 | 73.45 | 0.97 | 0.53 |
| Hex | C8 | FC | 14 | 15 | 0 | 5C | 1 | 49 | 61 | 35 |
| Octal | 310 | 374 | 24 | 25 | 0 | 134 | 1 | 111 | 141 | 65 |
| Binary | 11001000 | 11111100 | 10100 | 10101 | 0 | 1011100 | 1 | 1001001 | 1100001 | 110101 |
Color Harmonies of #C8FC14
Complementary color
Monochromatic Colors of #C8FC14
Black with #C8FC14
Text Example
Text Example
White with #C8FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC14; }
p { color: rgb(200,252,20); }
H1.HeaderClassName
{
color: #C8FC14;
}
.AnyTagClassName
{
color: #C8FC14;
}
</style>
background-color css
<style>
a { background-color: #C8FC14; }
a { background-color: rgb(200,252,20); }
div.DivClassName
{
background-color: #C8FC14;
}
.BgClassName
{
background-color: #C8FC14;
}
</style>
border-color css
<style>
span { border-color: #C8FC14; }
span { border-color: rgb(200,252,20); }
td.TdClassName
{
border-color: #C8FC14;
}
.TagClassName
{
border-color: #C8FC14;
}
</style>