Shades of Electric Lime #C0FE09
Tints of Electric Lime #C0FE09
RGB
CMYK
RGB Variations
Color information
#C0FE09 (or 0xC0FE09) is known color: Electric Lime. HEX triplet: C0, FE and 09. RGB value is (192,254,9). Sum of RGB (Red+Green+Blue) = 192+254+9=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE09 is #3F01F6. Grayscale: #D0D0D0. Windows color (decimal): -4129271 or 655040. OLE color: 655040.
HSL color Cylindrical-coordinate representation of color #C0FE09: hue angle of 75.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0FE09 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.00 |
| HSL | 75.18º | 0.99% | 0.52% | - |
| HSV(B) | 75.18º | 0.96% | 1% | - |
| XYZ | 57.23 | 82.11 | 13.09 | - |
| YUV | 207.53 | 15.96 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 9 | 0.24 | 0 | 0.96 | 0.00 | 75.18 | 0.99 | 0.52 |
| Hex | C0 | FE | 9 | 18 | 0 | 60 | 0 | 4B | 63 | 34 |
| Octal | 300 | 376 | 11 | 30 | 0 | 140 | 0 | 113 | 143 | 64 |
| Binary | 11000000 | 11111110 | 1001 | 11000 | 0 | 1100000 | 0 | 1001011 | 1100011 | 110100 |
Color Harmonies of #C0FE09
Complementary color
Monochromatic Colors of #C0FE09
Black with #C0FE09
Text Example
Text Example
White with #C0FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE09; }
p { color: rgb(192,254,9); }
H1.HeaderClassName
{
color: #C0FE09;
}
.AnyTagClassName
{
color: #C0FE09;
}
</style>
background-color css
<style>
a { background-color: #C0FE09; }
a { background-color: rgb(192,254,9); }
div.DivClassName
{
background-color: #C0FE09;
}
.BgClassName
{
background-color: #C0FE09;
}
</style>
border-color css
<style>
span { border-color: #C0FE09; }
span { border-color: rgb(192,254,9); }
td.TdClassName
{
border-color: #C0FE09;
}
.TagClassName
{
border-color: #C0FE09;
}
</style>