Shades of Electric Lime #C6FA11
Tints of Electric Lime #C6FA11
RGB
CMYK
RGB Variations
Color information
#C6FA11 (or 0xC6FA11) is known color: Electric Lime. HEX triplet: C6, FA and 11. RGB value is (198,250,17). Sum of RGB (Red+Green+Blue) = 198+250+17=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FA11 is #3905EE. Grayscale: #D0D0D0. Windows color (decimal): -3737071 or 1178310. OLE color: 1178310.
HSL color Cylindrical-coordinate representation of color #C6FA11: hue angle of 73.39º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6FA11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.02 |
| HSL | 73.39º | 0.96% | 0.52% | - |
| HSV(B) | 73.39º | 0.93% | 0.98% | - |
| XYZ | 57.58 | 80.42 | 13.02 | - |
| YUV | 207.89 | 20.27 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 17 | 0.21 | 0 | 0.93 | 0.02 | 73.39 | 0.96 | 0.52 |
| Hex | C6 | FA | 11 | 15 | 0 | 5D | 2 | 49 | 60 | 34 |
| Octal | 306 | 372 | 21 | 25 | 0 | 135 | 2 | 111 | 140 | 64 |
| Binary | 11000110 | 11111010 | 10001 | 10101 | 0 | 1011101 | 10 | 1001001 | 1100000 | 110100 |
Color Harmonies of #C6FA11
Complementary color
Monochromatic Colors of #C6FA11
Black with #C6FA11
Text Example
Text Example
White with #C6FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FA11; }
p { color: rgb(198,250,17); }
H1.HeaderClassName
{
color: #C6FA11;
}
.AnyTagClassName
{
color: #C6FA11;
}
</style>
background-color css
<style>
a { background-color: #C6FA11; }
a { background-color: rgb(198,250,17); }
div.DivClassName
{
background-color: #C6FA11;
}
.BgClassName
{
background-color: #C6FA11;
}
</style>
border-color css
<style>
span { border-color: #C6FA11; }
span { border-color: rgb(198,250,17); }
td.TdClassName
{
border-color: #C6FA11;
}
.TagClassName
{
border-color: #C6FA11;
}
</style>