Shades of Electric Lime #C0F601
Tints of Electric Lime #C0F601
RGB
CMYK
RGB Variations
Color information
#C0F601 (or 0xC0F601) is known color: Electric Lime. HEX triplet: C0, F6 and 01. RGB value is (192,246,1). Sum of RGB (Red+Green+Blue) = 192+246+1=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F601 is #3F09FE. Grayscale: #CACACA. Windows color (decimal): -4131327 or 128704. OLE color: 128704.
HSL color Cylindrical-coordinate representation of color #C0F601: hue angle of 73.22º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0F601 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.04 |
| HSL | 73.22º | 0.99% | 0.48% | - |
| HSV(B) | 73.22º | 1% | 0.96% | - |
| XYZ | 54.7 | 77.12 | 12.03 | - |
| YUV | 201.92 | 14.61 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 1 | 0.22 | 0 | 1.00 | 0.04 | 73.22 | 0.99 | 0.48 |
| Hex | C0 | F6 | 1 | 16 | 0 | 64 | 4 | 49 | 63 | 30 |
| Octal | 300 | 366 | 1 | 26 | 0 | 144 | 4 | 111 | 143 | 60 |
| Binary | 11000000 | 11110110 | 1 | 10110 | 0 | 1100100 | 100 | 1001001 | 1100011 | 110000 |
Color Harmonies of #C0F601
Complementary color
Monochromatic Colors of #C0F601
Black with #C0F601
Text Example
Text Example
White with #C0F601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F601; }
p { color: rgb(192,246,1); }
H1.HeaderClassName
{
color: #C0F601;
}
.AnyTagClassName
{
color: #C0F601;
}
</style>
background-color css
<style>
a { background-color: #C0F601; }
a { background-color: rgb(192,246,1); }
div.DivClassName
{
background-color: #C0F601;
}
.BgClassName
{
background-color: #C0F601;
}
</style>
border-color css
<style>
span { border-color: #C0F601; }
span { border-color: rgb(192,246,1); }
td.TdClassName
{
border-color: #C0F601;
}
.TagClassName
{
border-color: #C0F601;
}
</style>