Shades of Electric Lime #C6FF1E
Tints of Electric Lime #C6FF1E
RGB
CMYK
RGB Variations
Color information
#C6FF1E (or 0xC6FF1E) is known color: Electric Lime. HEX triplet: C6, FF and 1E. RGB value is (198,255,30). Sum of RGB (Red+Green+Blue) = 198+255+30=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FF1E is #3900E1. Grayscale: #D5D5D5. Windows color (decimal): -3735778 or 2031558. OLE color: 2031558.
HSL color Cylindrical-coordinate representation of color #C6FF1E: hue angle of 75.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6FF1E is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 30 | - |
| CMYK | 0.22 | 0 | 0.88 | 0 |
| HSL | 75.2º | 1% | 0.56% | - |
| HSV(B) | 75.2º | 0.88% | 1% | - |
| XYZ | 59.28 | 83.62 | 14.24 | - |
| YUV | 212.31 | 25.12 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 30 | 0.22 | 0 | 0.88 | 0 | 75.2 | 1 | 0.56 |
| Hex | C6 | FF | 1E | 16 | 0 | 58 | 0 | 4B | 64 | 38 |
| Octal | 306 | 377 | 36 | 26 | 0 | 130 | 0 | 113 | 144 | 70 |
| Binary | 11000110 | 11111111 | 11110 | 10110 | 0 | 1011000 | 0 | 1001011 | 1100100 | 111000 |
Color Harmonies of #C6FF1E
Complementary color
Monochromatic Colors of #C6FF1E
Black with #C6FF1E
Text Example
Text Example
White with #C6FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF1E; }
p { color: rgb(198,255,30); }
H1.HeaderClassName
{
color: #C6FF1E;
}
.AnyTagClassName
{
color: #C6FF1E;
}
</style>
background-color css
<style>
a { background-color: #C6FF1E; }
a { background-color: rgb(198,255,30); }
div.DivClassName
{
background-color: #C6FF1E;
}
.BgClassName
{
background-color: #C6FF1E;
}
</style>
border-color css
<style>
span { border-color: #C6FF1E; }
span { border-color: rgb(198,255,30); }
td.TdClassName
{
border-color: #C6FF1E;
}
.TagClassName
{
border-color: #C6FF1E;
}
</style>