Shades of Electric Lime #C0F108
Tints of Electric Lime #C0F108
RGB
CMYK
RGB Variations
Color information
#C0F108 (or 0xC0F108) is known color: Electric Lime. HEX triplet: C0, F1 and 08. RGB value is (192,241,8). Sum of RGB (Red+Green+Blue) = 192+241+8=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F108 is #3F0EF7. Grayscale: #C8C8C8. Windows color (decimal): -4132600 or 586176. OLE color: 586176.
HSL color Cylindrical-coordinate representation of color #C0F108: hue angle of 72.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0F108 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 8 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.05 |
| HSL | 72.62º | 0.94% | 0.49% | - |
| HSV(B) | 72.62º | 0.97% | 0.95% | - |
| XYZ | 53.24 | 74.13 | 11.73 | - |
| YUV | 199.79 | 19.77 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 8 | 0.20 | 0 | 0.97 | 0.05 | 72.62 | 0.94 | 0.49 |
| Hex | C0 | F1 | 8 | 14 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 300 | 361 | 10 | 24 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 11000000 | 11110001 | 1000 | 10100 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #C0F108
Complementary color
Monochromatic Colors of #C0F108
Black with #C0F108
Text Example
Text Example
White with #C0F108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F108; }
p { color: rgb(192,241,8); }
H1.HeaderClassName
{
color: #C0F108;
}
.AnyTagClassName
{
color: #C0F108;
}
</style>
background-color css
<style>
a { background-color: #C0F108; }
a { background-color: rgb(192,241,8); }
div.DivClassName
{
background-color: #C0F108;
}
.BgClassName
{
background-color: #C0F108;
}
</style>
border-color css
<style>
span { border-color: #C0F108; }
span { border-color: rgb(192,241,8); }
td.TdClassName
{
border-color: #C0F108;
}
.TagClassName
{
border-color: #C0F108;
}
</style>