Shades of Electric Lime #C6F611
Tints of Electric Lime #C6F611
RGB
CMYK
RGB Variations
Color information
#C6F611 (or 0xC6F611) is known color: Electric Lime. HEX triplet: C6, F6 and 11. RGB value is (198,246,17). Sum of RGB (Red+Green+Blue) = 198+246+17=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F611 is #3909EE. Grayscale: #CECECE. Windows color (decimal): -3738095 or 1177286. OLE color: 1177286.
HSL color Cylindrical-coordinate representation of color #C6F611: hue angle of 72.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6F611 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.04 |
| HSL | 72.58º | 0.93% | 0.52% | - |
| HSV(B) | 72.58º | 0.93% | 0.96% | - |
| XYZ | 56.35 | 77.96 | 12.61 | - |
| YUV | 205.54 | 21.6 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 17 | 0.20 | 0 | 0.93 | 0.04 | 72.58 | 0.93 | 0.52 |
| Hex | C6 | F6 | 11 | 14 | 0 | 5D | 4 | 49 | 5D | 34 |
| Octal | 306 | 366 | 21 | 24 | 0 | 135 | 4 | 111 | 135 | 64 |
| Binary | 11000110 | 11110110 | 10001 | 10100 | 0 | 1011101 | 100 | 1001001 | 1011101 | 110100 |
Color Harmonies of #C6F611
Complementary color
Monochromatic Colors of #C6F611
Black with #C6F611
Text Example
Text Example
White with #C6F611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F611; }
p { color: rgb(198,246,17); }
H1.HeaderClassName
{
color: #C6F611;
}
.AnyTagClassName
{
color: #C6F611;
}
</style>
background-color css
<style>
a { background-color: #C6F611; }
a { background-color: rgb(198,246,17); }
div.DivClassName
{
background-color: #C6F611;
}
.BgClassName
{
background-color: #C6F611;
}
</style>
border-color css
<style>
span { border-color: #C6F611; }
span { border-color: rgb(198,246,17); }
td.TdClassName
{
border-color: #C6F611;
}
.TagClassName
{
border-color: #C6F611;
}
</style>