Shades of Electric Lime #C6FE09
Tints of Electric Lime #C6FE09
RGB
CMYK
RGB Variations
Color information
#C6FE09 (or 0xC6FE09) is known color: Electric Lime. HEX triplet: C6, FE and 09. RGB value is (198,254,9). Sum of RGB (Red+Green+Blue) = 198+254+9=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FE09 is #3901F6. Grayscale: #D2D2D2. Windows color (decimal): -3736055 or 655046. OLE color: 655046.
HSL color Cylindrical-coordinate representation of color #C6FE09: hue angle of 73.71º 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 #C6FE09 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.00 |
| HSL | 73.71º | 0.99% | 0.52% | - |
| HSV(B) | 73.71º | 0.96% | 1% | - |
| XYZ | 58.78 | 82.91 | 13.16 | - |
| YUV | 209.33 | 14.95 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 9 | 0.22 | 0 | 0.96 | 0.00 | 73.71 | 0.99 | 0.52 |
| Hex | C6 | FE | 9 | 16 | 0 | 60 | 0 | 4A | 63 | 34 |
| Octal | 306 | 376 | 11 | 26 | 0 | 140 | 0 | 112 | 143 | 64 |
| Binary | 11000110 | 11111110 | 1001 | 10110 | 0 | 1100000 | 0 | 1001010 | 1100011 | 110100 |
Color Harmonies of #C6FE09
Complementary color
Monochromatic Colors of #C6FE09
Black with #C6FE09
Text Example
Text Example
White with #C6FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE09; }
p { color: rgb(198,254,9); }
H1.HeaderClassName
{
color: #C6FE09;
}
.AnyTagClassName
{
color: #C6FE09;
}
</style>
background-color css
<style>
a { background-color: #C6FE09; }
a { background-color: rgb(198,254,9); }
div.DivClassName
{
background-color: #C6FE09;
}
.BgClassName
{
background-color: #C6FE09;
}
</style>
border-color css
<style>
span { border-color: #C6FE09; }
span { border-color: rgb(198,254,9); }
td.TdClassName
{
border-color: #C6FE09;
}
.TagClassName
{
border-color: #C6FE09;
}
</style>