Shades of Electric Lime #C6E700
Tints of Electric Lime #C6E700
RGB
CMYK
RGB Variations
Color information
#C6E700 (or 0xC6E700) is known color: Electric Lime. HEX triplet: C6, E7 and 00. RGB value is (198,231,0). Sum of RGB (Red+Green+Blue) = 198+231+0=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 231 (90.62% from 255 or 53.85% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E700 is #3918FF. Grayscale: #C3C3C3. Windows color (decimal): -3741952 or 59334. OLE color: 59334.
HSL color Cylindrical-coordinate representation of color #C6E700: hue angle of 68.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6E700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.09 |
| HSL | 68.57º | 1% | 0.45% | - |
| HSV(B) | 68.57º | 1% | 0.91% | - |
| XYZ | 51.86 | 69.16 | 10.62 | - |
| YUV | 194.8 | 18.07 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 0 | 0.14 | 0 | 1 | 0.09 | 68.57 | 1 | 0.45 |
| Hex | C6 | E7 | 0 | E | 0 | 64 | 9 | 45 | 64 | 2D |
| Octal | 306 | 347 | 0 | 16 | 0 | 144 | 11 | 105 | 144 | 55 |
| Binary | 11000110 | 11100111 | 0 | 1110 | 0 | 1100100 | 1001 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C6E700
Complementary color
Monochromatic Colors of #C6E700
Black with #C6E700
Text Example
Text Example
White with #C6E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E700; }
p { color: rgb(198,231,0); }
H1.HeaderClassName
{
color: #C6E700;
}
.AnyTagClassName
{
color: #C6E700;
}
</style>
background-color css
<style>
a { background-color: #C6E700; }
a { background-color: rgb(198,231,0); }
div.DivClassName
{
background-color: #C6E700;
}
.BgClassName
{
background-color: #C6E700;
}
</style>
border-color css
<style>
span { border-color: #C6E700; }
span { border-color: rgb(198,231,0); }
td.TdClassName
{
border-color: #C6E700;
}
.TagClassName
{
border-color: #C6E700;
}
</style>