Shades of Electric Lime #C6FF16
Tints of Electric Lime #C6FF16
RGB
CMYK
RGB Variations
Color information
#C6FF16 (or 0xC6FF16) is known color: Electric Lime. HEX triplet: C6, FF and 16. RGB value is (198,255,22). Sum of RGB (Red+Green+Blue) = 198+255+22=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FF16 is #3900E9. Grayscale: #D4D4D4. Windows color (decimal): -3735786 or 1507270. OLE color: 1507270.
HSL color Cylindrical-coordinate representation of color #C6FF16: hue angle of 74.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6FF16 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 22 | - |
| CMYK | 0.22 | 0 | 0.91 | 0 |
| HSL | 74.68º | 1% | 0.54% | - |
| HSV(B) | 74.68º | 0.91% | 1% | - |
| XYZ | 59.19 | 83.58 | 13.77 | - |
| YUV | 211.4 | 21.12 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 22 | 0.22 | 0 | 0.91 | 0 | 74.68 | 1 | 0.54 |
| Hex | C6 | FF | 16 | 16 | 0 | 5B | 0 | 4B | 64 | 36 |
| Octal | 306 | 377 | 26 | 26 | 0 | 133 | 0 | 113 | 144 | 66 |
| Binary | 11000110 | 11111111 | 10110 | 10110 | 0 | 1011011 | 0 | 1001011 | 1100100 | 110110 |
Color Harmonies of #C6FF16
Complementary color
Monochromatic Colors of #C6FF16
Black with #C6FF16
Text Example
Text Example
White with #C6FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF16; }
p { color: rgb(198,255,22); }
H1.HeaderClassName
{
color: #C6FF16;
}
.AnyTagClassName
{
color: #C6FF16;
}
</style>
background-color css
<style>
a { background-color: #C6FF16; }
a { background-color: rgb(198,255,22); }
div.DivClassName
{
background-color: #C6FF16;
}
.BgClassName
{
background-color: #C6FF16;
}
</style>
border-color css
<style>
span { border-color: #C6FF16; }
span { border-color: rgb(198,255,22); }
td.TdClassName
{
border-color: #C6FF16;
}
.TagClassName
{
border-color: #C6FF16;
}
</style>