Shades of Electric Lime #C8FC12
Tints of Electric Lime #C8FC12
RGB
CMYK
RGB Variations
Color information
#C8FC12 (or 0xC8FC12) is known color: Electric Lime. HEX triplet: C8, FC and 12. RGB value is (200,252,18). Sum of RGB (Red+Green+Blue) = 200+252+18=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FC12 is #3703ED. Grayscale: #D2D2D2. Windows color (decimal): -3605486 or 1244360. OLE color: 1244360.
HSL color Cylindrical-coordinate representation of color #C8FC12: hue angle of 73.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8FC12 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.01 |
| HSL | 73.33º | 0.98% | 0.53% | - |
| HSV(B) | 73.33º | 0.93% | 0.99% | - |
| XYZ | 58.74 | 81.94 | 13.29 | - |
| YUV | 209.78 | 19.77 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 18 | 0.21 | 0 | 0.93 | 0.01 | 73.33 | 0.98 | 0.53 |
| Hex | C8 | FC | 12 | 15 | 0 | 5D | 1 | 49 | 62 | 35 |
| Octal | 310 | 374 | 22 | 25 | 0 | 135 | 1 | 111 | 142 | 65 |
| Binary | 11001000 | 11111100 | 10010 | 10101 | 0 | 1011101 | 1 | 1001001 | 1100010 | 110101 |
Color Harmonies of #C8FC12
Complementary color
Monochromatic Colors of #C8FC12
Black with #C8FC12
Text Example
Text Example
White with #C8FC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC12; }
p { color: rgb(200,252,18); }
H1.HeaderClassName
{
color: #C8FC12;
}
.AnyTagClassName
{
color: #C8FC12;
}
</style>
background-color css
<style>
a { background-color: #C8FC12; }
a { background-color: rgb(200,252,18); }
div.DivClassName
{
background-color: #C8FC12;
}
.BgClassName
{
background-color: #C8FC12;
}
</style>
border-color css
<style>
span { border-color: #C8FC12; }
span { border-color: rgb(200,252,18); }
td.TdClassName
{
border-color: #C8FC12;
}
.TagClassName
{
border-color: #C8FC12;
}
</style>