Shades of Electric Lime #C0FD16
Tints of Electric Lime #C0FD16
RGB
CMYK
RGB Variations
Color information
#C0FD16 (or 0xC0FD16) is known color: Electric Lime. HEX triplet: C0, FD and 16. RGB value is (192,253,22). Sum of RGB (Red+Green+Blue) = 192+253+22=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FD16 is #3F02E9. Grayscale: #D1D1D1. Windows color (decimal): -4129514 or 1506752. OLE color: 1506752.
HSL color Cylindrical-coordinate representation of color #C0FD16: hue angle of 75.84º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0FD16 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 22 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.01 |
| HSL | 75.84º | 0.98% | 0.54% | - |
| HSV(B) | 75.84º | 0.91% | 0.99% | - |
| XYZ | 57.01 | 81.51 | 13.49 | - |
| YUV | 208.43 | 22.79 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 22 | 0.24 | 0 | 0.91 | 0.01 | 75.84 | 0.98 | 0.54 |
| Hex | C0 | FD | 16 | 18 | 0 | 5B | 1 | 4C | 62 | 36 |
| Octal | 300 | 375 | 26 | 30 | 0 | 133 | 1 | 114 | 142 | 66 |
| Binary | 11000000 | 11111101 | 10110 | 11000 | 0 | 1011011 | 1 | 1001100 | 1100010 | 110110 |
Color Harmonies of #C0FD16
Complementary color
Monochromatic Colors of #C0FD16
Black with #C0FD16
Text Example
Text Example
White with #C0FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD16; }
p { color: rgb(192,253,22); }
H1.HeaderClassName
{
color: #C0FD16;
}
.AnyTagClassName
{
color: #C0FD16;
}
</style>
background-color css
<style>
a { background-color: #C0FD16; }
a { background-color: rgb(192,253,22); }
div.DivClassName
{
background-color: #C0FD16;
}
.BgClassName
{
background-color: #C0FD16;
}
</style>
border-color css
<style>
span { border-color: #C0FD16; }
span { border-color: rgb(192,253,22); }
td.TdClassName
{
border-color: #C0FD16;
}
.TagClassName
{
border-color: #C0FD16;
}
</style>