Shades of Electric Lime #C0F105
Tints of Electric Lime #C0F105
RGB
CMYK
RGB Variations
Color information
#C0F105 (or 0xC0F105) is known color: Electric Lime. HEX triplet: C0, F1 and 05. RGB value is (192,241,5). Sum of RGB (Red+Green+Blue) = 192+241+5=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F105 is #3F0EFA. Grayscale: #C8C8C8. Windows color (decimal): -4132603 or 389568. OLE color: 389568.
HSL color Cylindrical-coordinate representation of color #C0F105: hue angle of 72.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0F105 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.05 |
| HSL | 72.46º | 0.96% | 0.48% | - |
| HSV(B) | 72.46º | 0.98% | 0.95% | - |
| XYZ | 53.22 | 74.13 | 11.65 | - |
| YUV | 199.45 | 18.27 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 5 | 0.20 | 0 | 0.98 | 0.05 | 72.46 | 0.96 | 0.48 |
| Hex | C0 | F1 | 5 | 14 | 0 | 62 | 5 | 48 | 60 | 30 |
| Octal | 300 | 361 | 5 | 24 | 0 | 142 | 5 | 110 | 140 | 60 |
| Binary | 11000000 | 11110001 | 101 | 10100 | 0 | 1100010 | 101 | 1001000 | 1100000 | 110000 |
Color Harmonies of #C0F105
Complementary color
Monochromatic Colors of #C0F105
Black with #C0F105
Text Example
Text Example
White with #C0F105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F105; }
p { color: rgb(192,241,5); }
H1.HeaderClassName
{
color: #C0F105;
}
.AnyTagClassName
{
color: #C0F105;
}
</style>
background-color css
<style>
a { background-color: #C0F105; }
a { background-color: rgb(192,241,5); }
div.DivClassName
{
background-color: #C0F105;
}
.BgClassName
{
background-color: #C0F105;
}
</style>
border-color css
<style>
span { border-color: #C0F105; }
span { border-color: rgb(192,241,5); }
td.TdClassName
{
border-color: #C0F105;
}
.TagClassName
{
border-color: #C0F105;
}
</style>