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