Shades of Electric Lime #C0F812
Tints of Electric Lime #C0F812
RGB
CMYK
RGB Variations
Color information
#C0F812 (or 0xC0F812) is known color: Electric Lime. HEX triplet: C0, F8 and 12. RGB value is (192,248,18). Sum of RGB (Red+Green+Blue) = 192+248+18=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F812 is #3F07ED. Grayscale: #CDCDCD. Windows color (decimal): -4130798 or 1243328. OLE color: 1243328.
HSL color Cylindrical-coordinate representation of color #C0F812: hue angle of 74.61º degrees, saturation: 0.94, 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 #C0F812 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.03 |
| HSL | 74.61º | 0.94% | 0.52% | - |
| HSV(B) | 74.61º | 0.93% | 0.97% | - |
| XYZ | 55.41 | 78.38 | 12.78 | - |
| YUV | 205.04 | 22.45 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 18 | 0.23 | 0 | 0.93 | 0.03 | 74.61 | 0.94 | 0.52 |
| Hex | C0 | F8 | 12 | 17 | 0 | 5D | 3 | 4B | 5E | 34 |
| Octal | 300 | 370 | 22 | 27 | 0 | 135 | 3 | 113 | 136 | 64 |
| Binary | 11000000 | 11111000 | 10010 | 10111 | 0 | 1011101 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #C0F812
Complementary color
Monochromatic Colors of #C0F812
Black with #C0F812
Text Example
Text Example
White with #C0F812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F812; }
p { color: rgb(192,248,18); }
H1.HeaderClassName
{
color: #C0F812;
}
.AnyTagClassName
{
color: #C0F812;
}
</style>
background-color css
<style>
a { background-color: #C0F812; }
a { background-color: rgb(192,248,18); }
div.DivClassName
{
background-color: #C0F812;
}
.BgClassName
{
background-color: #C0F812;
}
</style>
border-color css
<style>
span { border-color: #C0F812; }
span { border-color: rgb(192,248,18); }
td.TdClassName
{
border-color: #C0F812;
}
.TagClassName
{
border-color: #C0F812;
}
</style>