Shades of Electric Lime #C6FF12
Tints of Electric Lime #C6FF12
RGB
CMYK
RGB Variations
Color information
#C6FF12 (or 0xC6FF12) is known color: Electric Lime. HEX triplet: C6, FF and 12. RGB value is (198,255,18). Sum of RGB (Red+Green+Blue) = 198+255+18=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FF12 is #3900ED. Grayscale: #D3D3D3. Windows color (decimal): -3735790 or 1245126. OLE color: 1245126.
HSL color Cylindrical-coordinate representation of color #C6FF12: hue angle of 74.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6FF12 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0 |
| HSL | 74.43º | 1% | 0.54% | - |
| HSV(B) | 74.43º | 0.93% | 1% | - |
| XYZ | 59.16 | 83.57 | 13.58 | - |
| YUV | 210.94 | 19.12 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 18 | 0.22 | 0 | 0.93 | 0 | 74.43 | 1 | 0.54 |
| Hex | C6 | FF | 12 | 16 | 0 | 5D | 0 | 4A | 64 | 36 |
| Octal | 306 | 377 | 22 | 26 | 0 | 135 | 0 | 112 | 144 | 66 |
| Binary | 11000110 | 11111111 | 10010 | 10110 | 0 | 1011101 | 0 | 1001010 | 1100100 | 110110 |
Color Harmonies of #C6FF12
Complementary color
Monochromatic Colors of #C6FF12
Black with #C6FF12
Text Example
Text Example
White with #C6FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF12; }
p { color: rgb(198,255,18); }
H1.HeaderClassName
{
color: #C6FF12;
}
.AnyTagClassName
{
color: #C6FF12;
}
</style>
background-color css
<style>
a { background-color: #C6FF12; }
a { background-color: rgb(198,255,18); }
div.DivClassName
{
background-color: #C6FF12;
}
.BgClassName
{
background-color: #C6FF12;
}
</style>
border-color css
<style>
span { border-color: #C6FF12; }
span { border-color: rgb(198,255,18); }
td.TdClassName
{
border-color: #C6FF12;
}
.TagClassName
{
border-color: #C6FF12;
}
</style>