Shades of Electric Lime #C0FF17
Tints of Electric Lime #C0FF17
RGB
CMYK
RGB Variations
Color information
#C0FF17 (or 0xC0FF17) is known color: Electric Lime. HEX triplet: C0, FF and 17. RGB value is (192,255,23). Sum of RGB (Red+Green+Blue) = 192+255+23=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF17 is #3F00E8. Grayscale: #D2D2D2. Windows color (decimal): -4129001 or 1572800. OLE color: 1572800.
HSL color Cylindrical-coordinate representation of color #C0FF17: hue angle of 76.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0FF17 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 23 | - |
| CMYK | 0.25 | 0 | 0.91 | 0 |
| HSL | 76.29º | 1% | 0.55% | - |
| HSV(B) | 76.29º | 0.91% | 1% | - |
| XYZ | 57.65 | 82.79 | 13.75 | - |
| YUV | 209.72 | 22.63 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 23 | 0.25 | 0 | 0.91 | 0 | 76.29 | 1 | 0.55 |
| Hex | C0 | FF | 17 | 19 | 0 | 5B | 0 | 4C | 64 | 37 |
| Octal | 300 | 377 | 27 | 31 | 0 | 133 | 0 | 114 | 144 | 67 |
| Binary | 11000000 | 11111111 | 10111 | 11001 | 0 | 1011011 | 0 | 1001100 | 1100100 | 110111 |
Color Harmonies of #C0FF17
Complementary color
Monochromatic Colors of #C0FF17
Black with #C0FF17
Text Example
Text Example
White with #C0FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF17; }
p { color: rgb(192,255,23); }
H1.HeaderClassName
{
color: #C0FF17;
}
.AnyTagClassName
{
color: #C0FF17;
}
</style>
background-color css
<style>
a { background-color: #C0FF17; }
a { background-color: rgb(192,255,23); }
div.DivClassName
{
background-color: #C0FF17;
}
.BgClassName
{
background-color: #C0FF17;
}
</style>
border-color css
<style>
span { border-color: #C0FF17; }
span { border-color: rgb(192,255,23); }
td.TdClassName
{
border-color: #C0FF17;
}
.TagClassName
{
border-color: #C0FF17;
}
</style>