Shades of Electric Lime #C0F205
Tints of Electric Lime #C0F205
RGB
CMYK
RGB Variations
Color information
#C0F205 (or 0xC0F205) is known color: Electric Lime. HEX triplet: C0, F2 and 05. RGB value is (192,242,5). Sum of RGB (Red+Green+Blue) = 192+242+5=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F205 is #3F0DFA. Grayscale: #C8C8C8. Windows color (decimal): -4132347 or 389824. OLE color: 389824.
HSL color Cylindrical-coordinate representation of color #C0F205: hue angle of 72.66º 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 #C0F205 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.05 |
| HSL | 72.66º | 0.96% | 0.48% | - |
| HSV(B) | 72.66º | 0.98% | 0.95% | - |
| XYZ | 53.52 | 74.72 | 11.75 | - |
| YUV | 200.03 | 17.94 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 5 | 0.21 | 0 | 0.98 | 0.05 | 72.66 | 0.96 | 0.48 |
| Hex | C0 | F2 | 5 | 15 | 0 | 62 | 5 | 49 | 60 | 30 |
| Octal | 300 | 362 | 5 | 25 | 0 | 142 | 5 | 111 | 140 | 60 |
| Binary | 11000000 | 11110010 | 101 | 10101 | 0 | 1100010 | 101 | 1001001 | 1100000 | 110000 |
Color Harmonies of #C0F205
Complementary color
Monochromatic Colors of #C0F205
Black with #C0F205
Text Example
Text Example
White with #C0F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F205; }
p { color: rgb(192,242,5); }
H1.HeaderClassName
{
color: #C0F205;
}
.AnyTagClassName
{
color: #C0F205;
}
</style>
background-color css
<style>
a { background-color: #C0F205; }
a { background-color: rgb(192,242,5); }
div.DivClassName
{
background-color: #C0F205;
}
.BgClassName
{
background-color: #C0F205;
}
</style>
border-color css
<style>
span { border-color: #C0F205; }
span { border-color: rgb(192,242,5); }
td.TdClassName
{
border-color: #C0F205;
}
.TagClassName
{
border-color: #C0F205;
}
</style>