Shades of Electric Lime #C0F712
Tints of Electric Lime #C0F712
RGB
CMYK
RGB Variations
Color information
#C0F712 (or 0xC0F712) is known color: Electric Lime. HEX triplet: C0, F7 and 12. RGB value is (192,247,18). Sum of RGB (Red+Green+Blue) = 192+247+18=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F712 is #3F08ED. Grayscale: #CDCDCD. Windows color (decimal): -4131054 or 1243072. OLE color: 1243072.
HSL color Cylindrical-coordinate representation of color #C0F712: hue angle of 74.41º 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 #C0F712 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.03 |
| HSL | 74.41º | 0.93% | 0.52% | - |
| HSV(B) | 74.41º | 0.93% | 0.97% | - |
| XYZ | 55.11 | 77.77 | 12.68 | - |
| YUV | 204.45 | 22.78 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 18 | 0.22 | 0 | 0.93 | 0.03 | 74.41 | 0.93 | 0.52 |
| Hex | C0 | F7 | 12 | 16 | 0 | 5D | 3 | 4A | 5D | 34 |
| Octal | 300 | 367 | 22 | 26 | 0 | 135 | 3 | 112 | 135 | 64 |
| Binary | 11000000 | 11110111 | 10010 | 10110 | 0 | 1011101 | 11 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C0F712
Complementary color
Monochromatic Colors of #C0F712
Black with #C0F712
Text Example
Text Example
White with #C0F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F712; }
p { color: rgb(192,247,18); }
H1.HeaderClassName
{
color: #C0F712;
}
.AnyTagClassName
{
color: #C0F712;
}
</style>
background-color css
<style>
a { background-color: #C0F712; }
a { background-color: rgb(192,247,18); }
div.DivClassName
{
background-color: #C0F712;
}
.BgClassName
{
background-color: #C0F712;
}
</style>
border-color css
<style>
span { border-color: #C0F712; }
span { border-color: rgb(192,247,18); }
td.TdClassName
{
border-color: #C0F712;
}
.TagClassName
{
border-color: #C0F712;
}
</style>