Shades of Electric Lime #C0F300
Tints of Electric Lime #C0F300
RGB
CMYK
RGB Variations
Color information
#C0F300 (or 0xC0F300) is known color: Electric Lime. HEX triplet: C0, F3 and 00. RGB value is (192,243,0). Sum of RGB (Red+Green+Blue) = 192+243+0=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F300 is #3F0CFF. Grayscale: #C8C8C8. Windows color (decimal): -4132096 or 62400. OLE color: 62400.
HSL color Cylindrical-coordinate representation of color #C0F300: hue angle of 72.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0F300 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.05 |
| HSL | 72.59º | 1% | 0.48% | - |
| HSV(B) | 72.59º | 1% | 0.95% | - |
| XYZ | 53.79 | 75.31 | 11.7 | - |
| YUV | 200.05 | 15.1 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 0 | 0.21 | 0 | 1 | 0.05 | 72.59 | 1 | 0.48 |
| Hex | C0 | F3 | 0 | 15 | 0 | 64 | 5 | 49 | 64 | 30 |
| Octal | 300 | 363 | 0 | 25 | 0 | 144 | 5 | 111 | 144 | 60 |
| Binary | 11000000 | 11110011 | 0 | 10101 | 0 | 1100100 | 101 | 1001001 | 1100100 | 110000 |
Color Harmonies of #C0F300
Complementary color
Monochromatic Colors of #C0F300
Black with #C0F300
Text Example
Text Example
White with #C0F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F300; }
p { color: rgb(192,243,0); }
H1.HeaderClassName
{
color: #C0F300;
}
.AnyTagClassName
{
color: #C0F300;
}
</style>
background-color css
<style>
a { background-color: #C0F300; }
a { background-color: rgb(192,243,0); }
div.DivClassName
{
background-color: #C0F300;
}
.BgClassName
{
background-color: #C0F300;
}
</style>
border-color css
<style>
span { border-color: #C0F300; }
span { border-color: rgb(192,243,0); }
td.TdClassName
{
border-color: #C0F300;
}
.TagClassName
{
border-color: #C0F300;
}
</style>