Shades of Electric Lime #C2F009
Tints of Electric Lime #C2F009
RGB
CMYK
RGB Variations
Color information
#C2F009 (or 0xC2F009) is known color: Electric Lime. HEX triplet: C2, F0 and 09. RGB value is (194,240,9). Sum of RGB (Red+Green+Blue) = 194+240+9=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F009 is #3D0FF6. Grayscale: #C8C8C8. Windows color (decimal): -4001783 or 651458. OLE color: 651458.
HSL color Cylindrical-coordinate representation of color #C2F009: hue angle of 71.95º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2F009 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 9 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.06 |
| HSL | 71.95º | 0.93% | 0.49% | - |
| HSV(B) | 71.95º | 0.96% | 0.94% | - |
| XYZ | 53.46 | 73.81 | 11.69 | - |
| YUV | 199.91 | 20.26 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 9 | 0.19 | 0 | 0.96 | 0.06 | 71.95 | 0.93 | 0.49 |
| Hex | C2 | F0 | 9 | 13 | 0 | 60 | 6 | 48 | 5D | 31 |
| Octal | 302 | 360 | 11 | 23 | 0 | 140 | 6 | 110 | 135 | 61 |
| Binary | 11000010 | 11110000 | 1001 | 10011 | 0 | 1100000 | 110 | 1001000 | 1011101 | 110001 |
Color Harmonies of #C2F009
Complementary color
Monochromatic Colors of #C2F009
Black with #C2F009
Text Example
Text Example
White with #C2F009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F009; }
p { color: rgb(194,240,9); }
H1.HeaderClassName
{
color: #C2F009;
}
.AnyTagClassName
{
color: #C2F009;
}
</style>
background-color css
<style>
a { background-color: #C2F009; }
a { background-color: rgb(194,240,9); }
div.DivClassName
{
background-color: #C2F009;
}
.BgClassName
{
background-color: #C2F009;
}
</style>
border-color css
<style>
span { border-color: #C2F009; }
span { border-color: rgb(194,240,9); }
td.TdClassName
{
border-color: #C2F009;
}
.TagClassName
{
border-color: #C2F009;
}
</style>