Shades of Electric Lime #C8FA04
Tints of Electric Lime #C8FA04
RGB
CMYK
RGB Variations
Color information
#C8FA04 (or 0xC8FA04) is known color: Electric Lime. HEX triplet: C8, FA and 04. RGB value is (200,250,4). Sum of RGB (Red+Green+Blue) = 200+250+4=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA04 is #3705FB. Grayscale: #CFCFCF. Windows color (decimal): -3606012 or 326344. OLE color: 326344.
HSL color Cylindrical-coordinate representation of color #C8FA04: hue angle of 72.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8FA04 is Cyan = 0.2, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 4 | - |
| CMYK | 0.2 | 0 | 0.98 | 0.02 |
| HSL | 72.2º | 0.97% | 0.5% | - |
| HSV(B) | 72.2º | 0.98% | 0.98% | - |
| XYZ | 58.03 | 80.66 | 12.63 | - |
| YUV | 207.01 | 13.44 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 4 | 0.2 | 0 | 0.98 | 0.02 | 72.2 | 0.97 | 0.5 |
| Hex | C8 | FA | 4 | 14 | 0 | 62 | 2 | 48 | 61 | 32 |
| Octal | 310 | 372 | 4 | 24 | 0 | 142 | 2 | 110 | 141 | 62 |
| Binary | 11001000 | 11111010 | 100 | 10100 | 0 | 1100010 | 10 | 1001000 | 1100001 | 110010 |
Color Harmonies of #C8FA04
Complementary color
Monochromatic Colors of #C8FA04
Black with #C8FA04
Text Example
Text Example
White with #C8FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA04; }
p { color: rgb(200,250,4); }
H1.HeaderClassName
{
color: #C8FA04;
}
.AnyTagClassName
{
color: #C8FA04;
}
</style>
background-color css
<style>
a { background-color: #C8FA04; }
a { background-color: rgb(200,250,4); }
div.DivClassName
{
background-color: #C8FA04;
}
.BgClassName
{
background-color: #C8FA04;
}
</style>
border-color css
<style>
span { border-color: #C8FA04; }
span { border-color: rgb(200,250,4); }
td.TdClassName
{
border-color: #C8FA04;
}
.TagClassName
{
border-color: #C8FA04;
}
</style>