Shades of Electric Lime #C6F712
Tints of Electric Lime #C6F712
RGB
CMYK
RGB Variations
Color information
#C6F712 (or 0xC6F712) is known color: Electric Lime. HEX triplet: C6, F7 and 12. RGB value is (198,247,18). Sum of RGB (Red+Green+Blue) = 198+247+18=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F712 is #3908ED. Grayscale: #CFCFCF. Windows color (decimal): -3737838 or 1243078. OLE color: 1243078.
HSL color Cylindrical-coordinate representation of color #C6F712: hue angle of 72.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6F712 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 18 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.03 |
| HSL | 72.84º | 0.93% | 0.52% | - |
| HSV(B) | 72.84º | 0.93% | 0.97% | - |
| XYZ | 56.66 | 78.57 | 12.75 | - |
| YUV | 206.24 | 21.77 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 18 | 0.20 | 0 | 0.93 | 0.03 | 72.84 | 0.93 | 0.52 |
| Hex | C6 | F7 | 12 | 14 | 0 | 5D | 3 | 49 | 5D | 34 |
| Octal | 306 | 367 | 22 | 24 | 0 | 135 | 3 | 111 | 135 | 64 |
| Binary | 11000110 | 11110111 | 10010 | 10100 | 0 | 1011101 | 11 | 1001001 | 1011101 | 110100 |
Color Harmonies of #C6F712
Complementary color
Monochromatic Colors of #C6F712
Black with #C6F712
Text Example
Text Example
White with #C6F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F712; }
p { color: rgb(198,247,18); }
H1.HeaderClassName
{
color: #C6F712;
}
.AnyTagClassName
{
color: #C6F712;
}
</style>
background-color css
<style>
a { background-color: #C6F712; }
a { background-color: rgb(198,247,18); }
div.DivClassName
{
background-color: #C6F712;
}
.BgClassName
{
background-color: #C6F712;
}
</style>
border-color css
<style>
span { border-color: #C6F712; }
span { border-color: rgb(198,247,18); }
td.TdClassName
{
border-color: #C6F712;
}
.TagClassName
{
border-color: #C6F712;
}
</style>