Shades of Electric Lime #C0FA15
Tints of Electric Lime #C0FA15
RGB
CMYK
RGB Variations
Color information
#C0FA15 (or 0xC0FA15) is known color: Electric Lime. HEX triplet: C0, FA and 15. RGB value is (192,250,21). Sum of RGB (Red+Green+Blue) = 192+250+21=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FA15 is #3F05EA. Grayscale: #CFCFCF. Windows color (decimal): -4130283 or 1440448. OLE color: 1440448.
HSL color Cylindrical-coordinate representation of color #C0FA15: hue angle of 75.2º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0FA15 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 21 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.02 |
| HSL | 75.2º | 0.96% | 0.53% | - |
| HSV(B) | 75.2º | 0.92% | 0.98% | - |
| XYZ | 56.06 | 79.63 | 13.13 | - |
| YUV | 206.55 | 23.28 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 21 | 0.23 | 0 | 0.92 | 0.02 | 75.2 | 0.96 | 0.53 |
| Hex | C0 | FA | 15 | 17 | 0 | 5C | 2 | 4B | 60 | 35 |
| Octal | 300 | 372 | 25 | 27 | 0 | 134 | 2 | 113 | 140 | 65 |
| Binary | 11000000 | 11111010 | 10101 | 10111 | 0 | 1011100 | 10 | 1001011 | 1100000 | 110101 |
Color Harmonies of #C0FA15
Complementary color
Monochromatic Colors of #C0FA15
Black with #C0FA15
Text Example
Text Example
White with #C0FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA15; }
p { color: rgb(192,250,21); }
H1.HeaderClassName
{
color: #C0FA15;
}
.AnyTagClassName
{
color: #C0FA15;
}
</style>
background-color css
<style>
a { background-color: #C0FA15; }
a { background-color: rgb(192,250,21); }
div.DivClassName
{
background-color: #C0FA15;
}
.BgClassName
{
background-color: #C0FA15;
}
</style>
border-color css
<style>
span { border-color: #C0FA15; }
span { border-color: rgb(192,250,21); }
td.TdClassName
{
border-color: #C0FA15;
}
.TagClassName
{
border-color: #C0FA15;
}
</style>