Shades of Electric Lime #C2FE09
Tints of Electric Lime #C2FE09
RGB
CMYK
RGB Variations
Color information
#C2FE09 (or 0xC2FE09) is known color: Electric Lime. HEX triplet: C2, FE and 09. RGB value is (194,254,9). Sum of RGB (Red+Green+Blue) = 194+254+9=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE09 is #3D01F6. Grayscale: #D1D1D1. Windows color (decimal): -3998199 or 655042. OLE color: 655042.
HSL color Cylindrical-coordinate representation of color #C2FE09: hue angle of 74.69º 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 #C2FE09 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.00 |
| HSL | 74.69º | 0.99% | 0.52% | - |
| HSV(B) | 74.69º | 0.96% | 1% | - |
| XYZ | 57.74 | 82.37 | 13.11 | - |
| YUV | 208.13 | 15.62 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 9 | 0.24 | 0 | 0.96 | 0.00 | 74.69 | 0.99 | 0.52 |
| Hex | C2 | FE | 9 | 18 | 0 | 60 | 0 | 4B | 63 | 34 |
| Octal | 302 | 376 | 11 | 30 | 0 | 140 | 0 | 113 | 143 | 64 |
| Binary | 11000010 | 11111110 | 1001 | 11000 | 0 | 1100000 | 0 | 1001011 | 1100011 | 110100 |
Color Harmonies of #C2FE09
Complementary color
Monochromatic Colors of #C2FE09
Black with #C2FE09
Text Example
Text Example
White with #C2FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE09; }
p { color: rgb(194,254,9); }
H1.HeaderClassName
{
color: #C2FE09;
}
.AnyTagClassName
{
color: #C2FE09;
}
</style>
background-color css
<style>
a { background-color: #C2FE09; }
a { background-color: rgb(194,254,9); }
div.DivClassName
{
background-color: #C2FE09;
}
.BgClassName
{
background-color: #C2FE09;
}
</style>
border-color css
<style>
span { border-color: #C2FE09; }
span { border-color: rgb(194,254,9); }
td.TdClassName
{
border-color: #C2FE09;
}
.TagClassName
{
border-color: #C2FE09;
}
</style>