Shades of Electric Lime #C8F80A
Tints of Electric Lime #C8F80A
RGB
CMYK
RGB Variations
Color information
#C8F80A (or 0xC8F80A) is known color: Electric Lime. HEX triplet: C8, F8 and 0A. RGB value is (200,248,10). Sum of RGB (Red+Green+Blue) = 200+248+10=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F80A is #3707F5. Grayscale: #CFCFCF. Windows color (decimal): -3606518 or 719048. OLE color: 719048.
HSL color Cylindrical-coordinate representation of color #C8F80A: hue angle of 72.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8F80A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.03 |
| HSL | 72.1º | 0.94% | 0.51% | - |
| HSV(B) | 72.1º | 0.96% | 0.97% | - |
| XYZ | 57.44 | 79.44 | 12.59 | - |
| YUV | 206.52 | 17.1 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 10 | 0.19 | 0 | 0.96 | 0.03 | 72.1 | 0.94 | 0.51 |
| Hex | C8 | F8 | A | 13 | 0 | 60 | 3 | 48 | 5E | 33 |
| Octal | 310 | 370 | 12 | 23 | 0 | 140 | 3 | 110 | 136 | 63 |
| Binary | 11001000 | 11111000 | 1010 | 10011 | 0 | 1100000 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #C8F80A
Complementary color
Monochromatic Colors of #C8F80A
Black with #C8F80A
Text Example
Text Example
White with #C8F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F80A; }
p { color: rgb(200,248,10); }
H1.HeaderClassName
{
color: #C8F80A;
}
.AnyTagClassName
{
color: #C8F80A;
}
</style>
background-color css
<style>
a { background-color: #C8F80A; }
a { background-color: rgb(200,248,10); }
div.DivClassName
{
background-color: #C8F80A;
}
.BgClassName
{
background-color: #C8F80A;
}
</style>
border-color css
<style>
span { border-color: #C8F80A; }
span { border-color: rgb(200,248,10); }
td.TdClassName
{
border-color: #C8F80A;
}
.TagClassName
{
border-color: #C8F80A;
}
</style>