Shades of Electric Lime #C6FC12
Tints of Electric Lime #C6FC12
RGB
CMYK
RGB Variations
Color information
#C6FC12 (or 0xC6FC12) is known color: Electric Lime. HEX triplet: C6, FC and 12. RGB value is (198,252,18). Sum of RGB (Red+Green+Blue) = 198+252+18=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FC12 is #3903ED. Grayscale: #D2D2D2. Windows color (decimal): -3736558 or 1244358. OLE color: 1244358.
HSL color Cylindrical-coordinate representation of color #C6FC12: hue angle of 73.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6FC12 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.01 |
| HSL | 73.85º | 0.98% | 0.53% | - |
| HSV(B) | 73.85º | 0.93% | 0.99% | - |
| XYZ | 58.21 | 81.67 | 13.27 | - |
| YUV | 209.18 | 20.11 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 18 | 0.21 | 0 | 0.93 | 0.01 | 73.85 | 0.98 | 0.53 |
| Hex | C6 | FC | 12 | 15 | 0 | 5D | 1 | 4A | 62 | 35 |
| Octal | 306 | 374 | 22 | 25 | 0 | 135 | 1 | 112 | 142 | 65 |
| Binary | 11000110 | 11111100 | 10010 | 10101 | 0 | 1011101 | 1 | 1001010 | 1100010 | 110101 |
Color Harmonies of #C6FC12
Complementary color
Monochromatic Colors of #C6FC12
Black with #C6FC12
Text Example
Text Example
White with #C6FC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FC12; }
p { color: rgb(198,252,18); }
H1.HeaderClassName
{
color: #C6FC12;
}
.AnyTagClassName
{
color: #C6FC12;
}
</style>
background-color css
<style>
a { background-color: #C6FC12; }
a { background-color: rgb(198,252,18); }
div.DivClassName
{
background-color: #C6FC12;
}
.BgClassName
{
background-color: #C6FC12;
}
</style>
border-color css
<style>
span { border-color: #C6FC12; }
span { border-color: rgb(198,252,18); }
td.TdClassName
{
border-color: #C6FC12;
}
.TagClassName
{
border-color: #C6FC12;
}
</style>