Shades of Electric Lime #C8FE16
Tints of Electric Lime #C8FE16
RGB
CMYK
RGB Variations
Color information
#C8FE16 (or 0xC8FE16) is known color: Electric Lime. HEX triplet: C8, FE and 16. RGB value is (200,254,22). Sum of RGB (Red+Green+Blue) = 200+254+22=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FE16 is #3701E9. Grayscale: #D4D4D4. Windows color (decimal): -3604970 or 1507016. OLE color: 1507016.
HSL color Cylindrical-coordinate representation of color #C8FE16: hue angle of 73.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8FE16 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 22 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.00 |
| HSL | 73.97º | 0.99% | 0.54% | - |
| HSV(B) | 73.97º | 0.91% | 1% | - |
| XYZ | 59.41 | 83.22 | 13.69 | - |
| YUV | 211.41 | 21.11 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 22 | 0.21 | 0 | 0.91 | 0.00 | 73.97 | 0.99 | 0.54 |
| Hex | C8 | FE | 16 | 15 | 0 | 5B | 0 | 4A | 63 | 36 |
| Octal | 310 | 376 | 26 | 25 | 0 | 133 | 0 | 112 | 143 | 66 |
| Binary | 11001000 | 11111110 | 10110 | 10101 | 0 | 1011011 | 0 | 1001010 | 1100011 | 110110 |
Color Harmonies of #C8FE16
Complementary color
Monochromatic Colors of #C8FE16
Black with #C8FE16
Text Example
Text Example
White with #C8FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE16; }
p { color: rgb(200,254,22); }
H1.HeaderClassName
{
color: #C8FE16;
}
.AnyTagClassName
{
color: #C8FE16;
}
</style>
background-color css
<style>
a { background-color: #C8FE16; }
a { background-color: rgb(200,254,22); }
div.DivClassName
{
background-color: #C8FE16;
}
.BgClassName
{
background-color: #C8FE16;
}
</style>
border-color css
<style>
span { border-color: #C8FE16; }
span { border-color: rgb(200,254,22); }
td.TdClassName
{
border-color: #C8FE16;
}
.TagClassName
{
border-color: #C8FE16;
}
</style>