Shades of Electric Lime #C0F611
Tints of Electric Lime #C0F611
RGB
CMYK
RGB Variations
Color information
#C0F611 (or 0xC0F611) is known color: Electric Lime. HEX triplet: C0, F6 and 11. RGB value is (192,246,17). Sum of RGB (Red+Green+Blue) = 192+246+17=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F611 is #3F09EE. Grayscale: #CCCCCC. Windows color (decimal): -4131311 or 1177280. OLE color: 1177280.
HSL color Cylindrical-coordinate representation of color #C0F611: hue angle of 74.15º 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 #C0F611 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.04 |
| HSL | 74.15º | 0.93% | 0.52% | - |
| HSV(B) | 74.15º | 0.93% | 0.96% | - |
| XYZ | 54.8 | 77.16 | 12.54 | - |
| YUV | 203.75 | 22.61 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 17 | 0.22 | 0 | 0.93 | 0.04 | 74.15 | 0.93 | 0.52 |
| Hex | C0 | F6 | 11 | 16 | 0 | 5D | 4 | 4A | 5D | 34 |
| Octal | 300 | 366 | 21 | 26 | 0 | 135 | 4 | 112 | 135 | 64 |
| Binary | 11000000 | 11110110 | 10001 | 10110 | 0 | 1011101 | 100 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C0F611
Complementary color
Monochromatic Colors of #C0F611
Black with #C0F611
Text Example
Text Example
White with #C0F611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F611; }
p { color: rgb(192,246,17); }
H1.HeaderClassName
{
color: #C0F611;
}
.AnyTagClassName
{
color: #C0F611;
}
</style>
background-color css
<style>
a { background-color: #C0F611; }
a { background-color: rgb(192,246,17); }
div.DivClassName
{
background-color: #C0F611;
}
.BgClassName
{
background-color: #C0F611;
}
</style>
border-color css
<style>
span { border-color: #C0F611; }
span { border-color: rgb(192,246,17); }
td.TdClassName
{
border-color: #C0F611;
}
.TagClassName
{
border-color: #C0F611;
}
</style>