Shades of Electric Lime #C0F909
Tints of Electric Lime #C0F909
RGB
CMYK
RGB Variations
Color information
#C0F909 (or 0xC0F909) is known color: Electric Lime. HEX triplet: C0, F9 and 09. RGB value is (192,249,9). Sum of RGB (Red+Green+Blue) = 192+249+9=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F909 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F909 is #3F06F6. Grayscale: #CDCDCD. Windows color (decimal): -4130551 or 653760. OLE color: 653760.
HSL color Cylindrical-coordinate representation of color #C0F909: hue angle of 74.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0F909 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.02 |
| HSL | 74.25º | 0.95% | 0.51% | - |
| HSV(B) | 74.25º | 0.96% | 0.98% | - |
| XYZ | 55.66 | 78.98 | 12.57 | - |
| YUV | 204.6 | 17.62 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 9 | 0.23 | 0 | 0.96 | 0.02 | 74.25 | 0.95 | 0.51 |
| Hex | C0 | F9 | 9 | 17 | 0 | 60 | 2 | 4A | 5F | 33 |
| Octal | 300 | 371 | 11 | 27 | 0 | 140 | 2 | 112 | 137 | 63 |
| Binary | 11000000 | 11111001 | 1001 | 10111 | 0 | 1100000 | 10 | 1001010 | 1011111 | 110011 |
Color Harmonies of #C0F909
Complementary color
Monochromatic Colors of #C0F909
Black with #C0F909
Text Example
Text Example
White with #C0F909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F909; }
p { color: rgb(192,249,9); }
H1.HeaderClassName
{
color: #C0F909;
}
.AnyTagClassName
{
color: #C0F909;
}
</style>
background-color css
<style>
a { background-color: #C0F909; }
a { background-color: rgb(192,249,9); }
div.DivClassName
{
background-color: #C0F909;
}
.BgClassName
{
background-color: #C0F909;
}
</style>
border-color css
<style>
span { border-color: #C0F909; }
span { border-color: rgb(192,249,9); }
td.TdClassName
{
border-color: #C0F909;
}
.TagClassName
{
border-color: #C0F909;
}
</style>