Shades of Electric Lime #C0F608
Tints of Electric Lime #C0F608
RGB
CMYK
RGB Variations
Color information
#C0F608 (or 0xC0F608) is known color: Electric Lime. HEX triplet: C0, F6 and 08. RGB value is (192,246,8). Sum of RGB (Red+Green+Blue) = 192+246+8=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F608 is #3F09F7. Grayscale: #CBCBCB. Windows color (decimal): -4131320 or 587456. OLE color: 587456.
HSL color Cylindrical-coordinate representation of color #C0F608: hue angle of 73.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0F608 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 8 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.04 |
| HSL | 73.61º | 0.94% | 0.5% | - |
| HSV(B) | 73.61º | 0.97% | 0.96% | - |
| XYZ | 54.74 | 77.14 | 12.23 | - |
| YUV | 202.72 | 18.11 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 8 | 0.22 | 0 | 0.97 | 0.04 | 73.61 | 0.94 | 0.5 |
| Hex | C0 | F6 | 8 | 16 | 0 | 61 | 4 | 4A | 5E | 32 |
| Octal | 300 | 366 | 10 | 26 | 0 | 141 | 4 | 112 | 136 | 62 |
| Binary | 11000000 | 11110110 | 1000 | 10110 | 0 | 1100001 | 100 | 1001010 | 1011110 | 110010 |
Color Harmonies of #C0F608
Complementary color
Monochromatic Colors of #C0F608
Black with #C0F608
Text Example
Text Example
White with #C0F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F608; }
p { color: rgb(192,246,8); }
H1.HeaderClassName
{
color: #C0F608;
}
.AnyTagClassName
{
color: #C0F608;
}
</style>
background-color css
<style>
a { background-color: #C0F608; }
a { background-color: rgb(192,246,8); }
div.DivClassName
{
background-color: #C0F608;
}
.BgClassName
{
background-color: #C0F608;
}
</style>
border-color css
<style>
span { border-color: #C0F608; }
span { border-color: rgb(192,246,8); }
td.TdClassName
{
border-color: #C0F608;
}
.TagClassName
{
border-color: #C0F608;
}
</style>