Shades of Electric Lime #C0FE05
Tints of Electric Lime #C0FE05
RGB
CMYK
RGB Variations
Color information
#C0FE05 (or 0xC0FE05) is known color: Electric Lime. HEX triplet: C0, FE and 05. RGB value is (192,254,5). Sum of RGB (Red+Green+Blue) = 192+254+5=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE05 is #3F01FA. Grayscale: #D0D0D0. Windows color (decimal): -4129275 or 392896. OLE color: 392896.
HSL color Cylindrical-coordinate representation of color #C0FE05: hue angle of 74.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0FE05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.00 |
| HSL | 74.94º | 0.99% | 0.51% | - |
| HSV(B) | 74.94º | 0.98% | 1% | - |
| XYZ | 57.21 | 82.1 | 12.98 | - |
| YUV | 207.08 | 13.96 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 5 | 0.24 | 0 | 0.98 | 0.00 | 74.94 | 0.99 | 0.51 |
| Hex | C0 | FE | 5 | 18 | 0 | 62 | 0 | 4B | 63 | 33 |
| Octal | 300 | 376 | 5 | 30 | 0 | 142 | 0 | 113 | 143 | 63 |
| Binary | 11000000 | 11111110 | 101 | 11000 | 0 | 1100010 | 0 | 1001011 | 1100011 | 110011 |
Color Harmonies of #C0FE05
Complementary color
Monochromatic Colors of #C0FE05
Black with #C0FE05
Text Example
Text Example
White with #C0FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE05; }
p { color: rgb(192,254,5); }
H1.HeaderClassName
{
color: #C0FE05;
}
.AnyTagClassName
{
color: #C0FE05;
}
</style>
background-color css
<style>
a { background-color: #C0FE05; }
a { background-color: rgb(192,254,5); }
div.DivClassName
{
background-color: #C0FE05;
}
.BgClassName
{
background-color: #C0FE05;
}
</style>
border-color css
<style>
span { border-color: #C0FE05; }
span { border-color: rgb(192,254,5); }
td.TdClassName
{
border-color: #C0FE05;
}
.TagClassName
{
border-color: #C0FE05;
}
</style>