Shades of Electric Lime #C8F012
Tints of Electric Lime #C8F012
RGB
CMYK
RGB Variations
Color information
#C8F012 (or 0xC8F012) is known color: Electric Lime. HEX triplet: C8, F0 and 12. RGB value is (200,240,18). Sum of RGB (Red+Green+Blue) = 200+240+18=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F012 is #370FED. Grayscale: #CBCBCB. Windows color (decimal): -3608558 or 1241288. OLE color: 1241288.
HSL color Cylindrical-coordinate representation of color #C8F012: hue angle of 70.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8F012 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 18 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.06 |
| HSL | 70.81º | 0.88% | 0.51% | - |
| HSV(B) | 70.81º | 0.93% | 0.94% | - |
| XYZ | 55.09 | 74.64 | 12.08 | - |
| YUV | 202.73 | 23.75 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 18 | 0.17 | 0 | 0.92 | 0.06 | 70.81 | 0.88 | 0.51 |
| Hex | C8 | F0 | 12 | 11 | 0 | 5C | 6 | 47 | 58 | 33 |
| Octal | 310 | 360 | 22 | 21 | 0 | 134 | 6 | 107 | 130 | 63 |
| Binary | 11001000 | 11110000 | 10010 | 10001 | 0 | 1011100 | 110 | 1000111 | 1011000 | 110011 |
Color Harmonies of #C8F012
Complementary color
Monochromatic Colors of #C8F012
Black with #C8F012
Text Example
Text Example
White with #C8F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F012; }
p { color: rgb(200,240,18); }
H1.HeaderClassName
{
color: #C8F012;
}
.AnyTagClassName
{
color: #C8F012;
}
</style>
background-color css
<style>
a { background-color: #C8F012; }
a { background-color: rgb(200,240,18); }
div.DivClassName
{
background-color: #C8F012;
}
.BgClassName
{
background-color: #C8F012;
}
</style>
border-color css
<style>
span { border-color: #C8F012; }
span { border-color: rgb(200,240,18); }
td.TdClassName
{
border-color: #C8F012;
}
.TagClassName
{
border-color: #C8F012;
}
</style>