Shades of Electric Lime #C6F60A
Tints of Electric Lime #C6F60A
RGB
CMYK
RGB Variations
Color information
#C6F60A (or 0xC6F60A) is known color: Electric Lime. HEX triplet: C6, F6 and 0A. RGB value is (198,246,10). Sum of RGB (Red+Green+Blue) = 198+246+10=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F60A is #3909F5. Grayscale: #CDCDCD. Windows color (decimal): -3738102 or 718534. OLE color: 718534.
HSL color Cylindrical-coordinate representation of color #C6F60A: hue angle of 72.2º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6F60A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.04 |
| HSL | 72.2º | 0.93% | 0.5% | - |
| HSV(B) | 72.2º | 0.96% | 0.96% | - |
| XYZ | 56.3 | 77.94 | 12.36 | - |
| YUV | 204.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 10 | 0.20 | 0 | 0.96 | 0.04 | 72.2 | 0.93 | 0.5 |
| Hex | C6 | F6 | A | 14 | 0 | 60 | 4 | 48 | 5D | 32 |
| Octal | 306 | 366 | 12 | 24 | 0 | 140 | 4 | 110 | 135 | 62 |
| Binary | 11000110 | 11110110 | 1010 | 10100 | 0 | 1100000 | 100 | 1001000 | 1011101 | 110010 |
Color Harmonies of #C6F60A
Complementary color
Monochromatic Colors of #C6F60A
Black with #C6F60A
Text Example
Text Example
White with #C6F60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F60A; }
p { color: rgb(198,246,10); }
H1.HeaderClassName
{
color: #C6F60A;
}
.AnyTagClassName
{
color: #C6F60A;
}
</style>
background-color css
<style>
a { background-color: #C6F60A; }
a { background-color: rgb(198,246,10); }
div.DivClassName
{
background-color: #C6F60A;
}
.BgClassName
{
background-color: #C6F60A;
}
</style>
border-color css
<style>
span { border-color: #C6F60A; }
span { border-color: rgb(198,246,10); }
td.TdClassName
{
border-color: #C6F60A;
}
.TagClassName
{
border-color: #C6F60A;
}
</style>