Shades of Electric Lime #C0FC17
Tints of Electric Lime #C0FC17
RGB
CMYK
RGB Variations
Color information
#C0FC17 (or 0xC0FC17) is known color: Electric Lime. HEX triplet: C0, FC and 17. RGB value is (192,252,23). Sum of RGB (Red+Green+Blue) = 192+252+23=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC17 is #3F03E8. Grayscale: #D0D0D0. Windows color (decimal): -4129769 or 1572032. OLE color: 1572032.
HSL color Cylindrical-coordinate representation of color #C0FC17: hue angle of 75.72º degrees, saturation: 0.97, 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 #C0FC17 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 23 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.01 |
| HSL | 75.72º | 0.97% | 0.54% | - |
| HSV(B) | 75.72º | 0.91% | 0.99% | - |
| XYZ | 56.7 | 80.89 | 13.44 | - |
| YUV | 207.95 | 23.62 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 23 | 0.24 | 0 | 0.91 | 0.01 | 75.72 | 0.97 | 0.54 |
| Hex | C0 | FC | 17 | 18 | 0 | 5B | 1 | 4C | 61 | 36 |
| Octal | 300 | 374 | 27 | 30 | 0 | 133 | 1 | 114 | 141 | 66 |
| Binary | 11000000 | 11111100 | 10111 | 11000 | 0 | 1011011 | 1 | 1001100 | 1100001 | 110110 |
Color Harmonies of #C0FC17
Complementary color
Monochromatic Colors of #C0FC17
Black with #C0FC17
Text Example
Text Example
White with #C0FC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC17; }
p { color: rgb(192,252,23); }
H1.HeaderClassName
{
color: #C0FC17;
}
.AnyTagClassName
{
color: #C0FC17;
}
</style>
background-color css
<style>
a { background-color: #C0FC17; }
a { background-color: rgb(192,252,23); }
div.DivClassName
{
background-color: #C0FC17;
}
.BgClassName
{
background-color: #C0FC17;
}
</style>
border-color css
<style>
span { border-color: #C0FC17; }
span { border-color: rgb(192,252,23); }
td.TdClassName
{
border-color: #C0FC17;
}
.TagClassName
{
border-color: #C0FC17;
}
</style>