Shades of Electric Lime #C6EE00
Tints of Electric Lime #C6EE00
RGB
CMYK
RGB Variations
Color information
#C6EE00 (or 0xC6EE00) is known color: Electric Lime. HEX triplet: C6, EE and 00. RGB value is (198,238,0). Sum of RGB (Red+Green+Blue) = 198+238+0=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EE00 is #3911FF. Grayscale: #C7C7C7. Windows color (decimal): -3740160 or 61126. OLE color: 61126.
HSL color Cylindrical-coordinate representation of color #C6EE00: hue angle of 70.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6EE00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 238 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.07 |
| HSL | 70.08º | 1% | 0.47% | - |
| HSV(B) | 70.08º | 1% | 0.93% | - |
| XYZ | 53.86 | 73.15 | 11.28 | - |
| YUV | 198.91 | 15.75 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 238 | 0 | 0.17 | 0 | 1 | 0.07 | 70.08 | 1 | 0.47 |
| Hex | C6 | EE | 0 | 11 | 0 | 64 | 7 | 46 | 64 | 2F |
| Octal | 306 | 356 | 0 | 21 | 0 | 144 | 7 | 106 | 144 | 57 |
| Binary | 11000110 | 11101110 | 0 | 10001 | 0 | 1100100 | 111 | 1000110 | 1100100 | 101111 |
Color Harmonies of #C6EE00
Complementary color
Monochromatic Colors of #C6EE00
Black with #C6EE00
Text Example
Text Example
White with #C6EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EE00; }
p { color: rgb(198,238,0); }
H1.HeaderClassName
{
color: #C6EE00;
}
.AnyTagClassName
{
color: #C6EE00;
}
</style>
background-color css
<style>
a { background-color: #C6EE00; }
a { background-color: rgb(198,238,0); }
div.DivClassName
{
background-color: #C6EE00;
}
.BgClassName
{
background-color: #C6EE00;
}
</style>
border-color css
<style>
span { border-color: #C6EE00; }
span { border-color: rgb(198,238,0); }
td.TdClassName
{
border-color: #C6EE00;
}
.TagClassName
{
border-color: #C6EE00;
}
</style>