Shades of Electric Lime #C6FF1C
Tints of Electric Lime #C6FF1C
RGB
CMYK
RGB Variations
Color information
#C6FF1C (or 0xC6FF1C) is known color: Electric Lime. HEX triplet: C6, FF and 1C. RGB value is (198,255,28). Sum of RGB (Red+Green+Blue) = 198+255+28=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FF1C is #3900E3. Grayscale: #D4D4D4. Windows color (decimal): -3735780 or 1900486. OLE color: 1900486.
HSL color Cylindrical-coordinate representation of color #C6FF1C: hue angle of 75.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6FF1C is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 28 | - |
| CMYK | 0.22 | 0 | 0.89 | 0 |
| HSL | 75.07º | 1% | 0.55% | - |
| HSV(B) | 75.07º | 0.89% | 1% | - |
| XYZ | 59.26 | 83.61 | 14.11 | - |
| YUV | 212.08 | 24.12 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 28 | 0.22 | 0 | 0.89 | 0 | 75.07 | 1 | 0.55 |
| Hex | C6 | FF | 1C | 16 | 0 | 59 | 0 | 4B | 64 | 37 |
| Octal | 306 | 377 | 34 | 26 | 0 | 131 | 0 | 113 | 144 | 67 |
| Binary | 11000110 | 11111111 | 11100 | 10110 | 0 | 1011001 | 0 | 1001011 | 1100100 | 110111 |
Color Harmonies of #C6FF1C
Complementary color
Monochromatic Colors of #C6FF1C
Black with #C6FF1C
Text Example
Text Example
White with #C6FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF1C; }
p { color: rgb(198,255,28); }
H1.HeaderClassName
{
color: #C6FF1C;
}
.AnyTagClassName
{
color: #C6FF1C;
}
</style>
background-color css
<style>
a { background-color: #C6FF1C; }
a { background-color: rgb(198,255,28); }
div.DivClassName
{
background-color: #C6FF1C;
}
.BgClassName
{
background-color: #C6FF1C;
}
</style>
border-color css
<style>
span { border-color: #C6FF1C; }
span { border-color: rgb(198,255,28); }
td.TdClassName
{
border-color: #C6FF1C;
}
.TagClassName
{
border-color: #C6FF1C;
}
</style>