Shades of Electric Lime #C6F005
Tints of Electric Lime #C6F005
RGB
CMYK
RGB Variations
Color information
#C6F005 (or 0xC6F005) is known color: Electric Lime. HEX triplet: C6, F0 and 05. RGB value is (198,240,5). Sum of RGB (Red+Green+Blue) = 198+240+5=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F005 is #390FFA. Grayscale: #C9C9C9. Windows color (decimal): -3739643 or 389318. OLE color: 389318.
HSL color Cylindrical-coordinate representation of color #C6F005: hue angle of 70.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6F005 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.06 |
| HSL | 70.72º | 0.96% | 0.48% | - |
| HSV(B) | 70.72º | 0.98% | 0.94% | - |
| XYZ | 54.48 | 74.34 | 11.62 | - |
| YUV | 200.65 | 17.59 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 5 | 0.18 | 0 | 0.98 | 0.06 | 70.72 | 0.96 | 0.48 |
| Hex | C6 | F0 | 5 | 12 | 0 | 62 | 6 | 47 | 60 | 30 |
| Octal | 306 | 360 | 5 | 22 | 0 | 142 | 6 | 107 | 140 | 60 |
| Binary | 11000110 | 11110000 | 101 | 10010 | 0 | 1100010 | 110 | 1000111 | 1100000 | 110000 |
Color Harmonies of #C6F005
Complementary color
Monochromatic Colors of #C6F005
Black with #C6F005
Text Example
Text Example
White with #C6F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F005; }
p { color: rgb(198,240,5); }
H1.HeaderClassName
{
color: #C6F005;
}
.AnyTagClassName
{
color: #C6F005;
}
</style>
background-color css
<style>
a { background-color: #C6F005; }
a { background-color: rgb(198,240,5); }
div.DivClassName
{
background-color: #C6F005;
}
.BgClassName
{
background-color: #C6F005;
}
</style>
border-color css
<style>
span { border-color: #C6F005; }
span { border-color: rgb(198,240,5); }
td.TdClassName
{
border-color: #C6F005;
}
.TagClassName
{
border-color: #C6F005;
}
</style>