Shades of Electric Lime #C6F00E
Tints of Electric Lime #C6F00E
RGB
CMYK
RGB Variations
Color information
#C6F00E (or 0xC6F00E) is known color: Electric Lime. HEX triplet: C6, F0 and 0E. RGB value is (198,240,14). Sum of RGB (Red+Green+Blue) = 198+240+14=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F00E is #390FF1. Grayscale: #CACACA. Windows color (decimal): -3739634 or 979142. OLE color: 979142.
HSL color Cylindrical-coordinate representation of color #C6F00E: hue angle of 71.15º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6F00E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.06 |
| HSL | 71.15º | 0.89% | 0.5% | - |
| HSV(B) | 71.15º | 0.94% | 0.94% | - |
| XYZ | 54.53 | 74.36 | 11.89 | - |
| YUV | 201.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 14 | 0.18 | 0 | 0.94 | 0.06 | 71.15 | 0.89 | 0.5 |
| Hex | C6 | F0 | E | 12 | 0 | 5E | 6 | 47 | 59 | 32 |
| Octal | 306 | 360 | 16 | 22 | 0 | 136 | 6 | 107 | 131 | 62 |
| Binary | 11000110 | 11110000 | 1110 | 10010 | 0 | 1011110 | 110 | 1000111 | 1011001 | 110010 |
Color Harmonies of #C6F00E
Complementary color
Monochromatic Colors of #C6F00E
Black with #C6F00E
Text Example
Text Example
White with #C6F00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F00E; }
p { color: rgb(198,240,14); }
H1.HeaderClassName
{
color: #C6F00E;
}
.AnyTagClassName
{
color: #C6F00E;
}
</style>
background-color css
<style>
a { background-color: #C6F00E; }
a { background-color: rgb(198,240,14); }
div.DivClassName
{
background-color: #C6F00E;
}
.BgClassName
{
background-color: #C6F00E;
}
</style>
border-color css
<style>
span { border-color: #C6F00E; }
span { border-color: rgb(198,240,14); }
td.TdClassName
{
border-color: #C6F00E;
}
.TagClassName
{
border-color: #C6F00E;
}
</style>