Shades of Electric Lime #C0F700
Tints of Electric Lime #C0F700
RGB
CMYK
RGB Variations
Color information
#C0F700 (or 0xC0F700) is known color: Electric Lime. HEX triplet: C0, F7 and 00. RGB value is (192,247,0). Sum of RGB (Red+Green+Blue) = 192+247+0=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 247 (96.88% from 255 or 56.26% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F700 is #3F08FF. Grayscale: #CBCBCB. Windows color (decimal): -4131072 or 63424. OLE color: 63424.
HSL color Cylindrical-coordinate representation of color #C0F700: hue angle of 73.36º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0F700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.03 |
| HSL | 73.36º | 1% | 0.48% | - |
| HSV(B) | 73.36º | 1% | 0.97% | - |
| XYZ | 55 | 77.73 | 12.1 | - |
| YUV | 202.4 | 13.78 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 0 | 0.22 | 0 | 1 | 0.03 | 73.36 | 1 | 0.48 |
| Hex | C0 | F7 | 0 | 16 | 0 | 64 | 3 | 49 | 64 | 30 |
| Octal | 300 | 367 | 0 | 26 | 0 | 144 | 3 | 111 | 144 | 60 |
| Binary | 11000000 | 11110111 | 0 | 10110 | 0 | 1100100 | 11 | 1001001 | 1100100 | 110000 |
Color Harmonies of #C0F700
Complementary color
Monochromatic Colors of #C0F700
Black with #C0F700
Text Example
Text Example
White with #C0F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F700; }
p { color: rgb(192,247,0); }
H1.HeaderClassName
{
color: #C0F700;
}
.AnyTagClassName
{
color: #C0F700;
}
</style>
background-color css
<style>
a { background-color: #C0F700; }
a { background-color: rgb(192,247,0); }
div.DivClassName
{
background-color: #C0F700;
}
.BgClassName
{
background-color: #C0F700;
}
</style>
border-color css
<style>
span { border-color: #C0F700; }
span { border-color: rgb(192,247,0); }
td.TdClassName
{
border-color: #C0F700;
}
.TagClassName
{
border-color: #C0F700;
}
</style>