Shades of Electric Lime #C0F807
Tints of Electric Lime #C0F807
RGB
CMYK
RGB Variations
Color information
#C0F807 (or 0xC0F807) is known color: Electric Lime. HEX triplet: C0, F8 and 07. RGB value is (192,248,7). Sum of RGB (Red+Green+Blue) = 192+248+7=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F807 is #3F07F8. Grayscale: #CCCCCC. Windows color (decimal): -4130809 or 522432. OLE color: 522432.
HSL color Cylindrical-coordinate representation of color #C0F807: hue angle of 73.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0F807 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.03 |
| HSL | 73.94º | 0.95% | 0.5% | - |
| HSV(B) | 73.94º | 0.97% | 0.97% | - |
| XYZ | 55.34 | 78.36 | 12.41 | - |
| YUV | 203.78 | 16.95 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 7 | 0.23 | 0 | 0.97 | 0.03 | 73.94 | 0.95 | 0.5 |
| Hex | C0 | F8 | 7 | 17 | 0 | 61 | 3 | 4A | 5F | 32 |
| Octal | 300 | 370 | 7 | 27 | 0 | 141 | 3 | 112 | 137 | 62 |
| Binary | 11000000 | 11111000 | 111 | 10111 | 0 | 1100001 | 11 | 1001010 | 1011111 | 110010 |
Color Harmonies of #C0F807
Complementary color
Monochromatic Colors of #C0F807
Black with #C0F807
Text Example
Text Example
White with #C0F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F807; }
p { color: rgb(192,248,7); }
H1.HeaderClassName
{
color: #C0F807;
}
.AnyTagClassName
{
color: #C0F807;
}
</style>
background-color css
<style>
a { background-color: #C0F807; }
a { background-color: rgb(192,248,7); }
div.DivClassName
{
background-color: #C0F807;
}
.BgClassName
{
background-color: #C0F807;
}
</style>
border-color css
<style>
span { border-color: #C0F807; }
span { border-color: rgb(192,248,7); }
td.TdClassName
{
border-color: #C0F807;
}
.TagClassName
{
border-color: #C0F807;
}
</style>