Shades of Electric Lime #C0F809
Tints of Electric Lime #C0F809
RGB
CMYK
RGB Variations
Color information
#C0F809 (or 0xC0F809) is known color: Electric Lime. HEX triplet: C0, F8 and 09. RGB value is (192,248,9). Sum of RGB (Red+Green+Blue) = 192+248+9=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F809 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F809 is #3F07F6. Grayscale: #CCCCCC. Windows color (decimal): -4130807 or 653504. OLE color: 653504.
HSL color Cylindrical-coordinate representation of color #C0F809: hue angle of 74.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0F809 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.03 |
| HSL | 74.06º | 0.94% | 0.5% | - |
| HSV(B) | 74.06º | 0.96% | 0.97% | - |
| XYZ | 55.35 | 78.36 | 12.47 | - |
| YUV | 204.01 | 17.95 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 9 | 0.23 | 0 | 0.96 | 0.03 | 74.06 | 0.94 | 0.5 |
| Hex | C0 | F8 | 9 | 17 | 0 | 60 | 3 | 4A | 5E | 32 |
| Octal | 300 | 370 | 11 | 27 | 0 | 140 | 3 | 112 | 136 | 62 |
| Binary | 11000000 | 11111000 | 1001 | 10111 | 0 | 1100000 | 11 | 1001010 | 1011110 | 110010 |
Color Harmonies of #C0F809
Complementary color
Monochromatic Colors of #C0F809
Black with #C0F809
Text Example
Text Example
White with #C0F809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F809; }
p { color: rgb(192,248,9); }
H1.HeaderClassName
{
color: #C0F809;
}
.AnyTagClassName
{
color: #C0F809;
}
</style>
background-color css
<style>
a { background-color: #C0F809; }
a { background-color: rgb(192,248,9); }
div.DivClassName
{
background-color: #C0F809;
}
.BgClassName
{
background-color: #C0F809;
}
</style>
border-color css
<style>
span { border-color: #C0F809; }
span { border-color: rgb(192,248,9); }
td.TdClassName
{
border-color: #C0F809;
}
.TagClassName
{
border-color: #C0F809;
}
</style>