Shades of Electric Lime #C0FB05
Tints of Electric Lime #C0FB05
RGB
CMYK
RGB Variations
Color information
#C0FB05 (or 0xC0FB05) is known color: Electric Lime. HEX triplet: C0, FB and 05. RGB value is (192,251,5). Sum of RGB (Red+Green+Blue) = 192+251+5=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB05 is #3F04FA. Grayscale: #CECECE. Windows color (decimal): -4130043 or 392128. OLE color: 392128.
HSL color Cylindrical-coordinate representation of color #C0FB05: hue angle of 74.39º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0FB05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 74.39º | 0.97% | 0.5% | - |
| HSV(B) | 74.39º | 0.98% | 0.98% | - |
| XYZ | 56.26 | 80.21 | 12.66 | - |
| YUV | 205.32 | 14.95 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 5 | 0.24 | 0 | 0.98 | 0.02 | 74.39 | 0.97 | 0.5 |
| Hex | C0 | FB | 5 | 18 | 0 | 62 | 2 | 4A | 61 | 32 |
| Octal | 300 | 373 | 5 | 30 | 0 | 142 | 2 | 112 | 141 | 62 |
| Binary | 11000000 | 11111011 | 101 | 11000 | 0 | 1100010 | 10 | 1001010 | 1100001 | 110010 |
Color Harmonies of #C0FB05
Complementary color
Monochromatic Colors of #C0FB05
Black with #C0FB05
Text Example
Text Example
White with #C0FB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB05; }
p { color: rgb(192,251,5); }
H1.HeaderClassName
{
color: #C0FB05;
}
.AnyTagClassName
{
color: #C0FB05;
}
</style>
background-color css
<style>
a { background-color: #C0FB05; }
a { background-color: rgb(192,251,5); }
div.DivClassName
{
background-color: #C0FB05;
}
.BgClassName
{
background-color: #C0FB05;
}
</style>
border-color css
<style>
span { border-color: #C0FB05; }
span { border-color: rgb(192,251,5); }
td.TdClassName
{
border-color: #C0FB05;
}
.TagClassName
{
border-color: #C0FB05;
}
</style>