Shades of Electric Lime #C9EC06
Tints of Electric Lime #C9EC06
RGB
CMYK
RGB Variations
Color information
#C9EC06 (or 0xC9EC06) is known color: Electric Lime. HEX triplet: C9, EC and 06. RGB value is (201,236,6). Sum of RGB (Red+Green+Blue) = 201+236+6=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EC06 is #3613F9. Grayscale: #C8C8C8. Windows color (decimal): -3544058 or 453833. OLE color: 453833.
HSL color Cylindrical-coordinate representation of color #C9EC06: hue angle of 69.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9EC06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.07 |
| HSL | 69.13º | 0.95% | 0.47% | - |
| HSV(B) | 69.13º | 0.97% | 0.93% | - |
| XYZ | 54.12 | 72.42 | 11.3 | - |
| YUV | 199.32 | 18.9 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 6 | 0.15 | 0 | 0.97 | 0.07 | 69.13 | 0.95 | 0.47 |
| Hex | C9 | EC | 6 | F | 0 | 61 | 7 | 45 | 5F | 2F |
| Octal | 311 | 354 | 6 | 17 | 0 | 141 | 7 | 105 | 137 | 57 |
| Binary | 11001001 | 11101100 | 110 | 1111 | 0 | 1100001 | 111 | 1000101 | 1011111 | 101111 |
Color Harmonies of #C9EC06
Complementary color
Monochromatic Colors of #C9EC06
Black with #C9EC06
Text Example
Text Example
White with #C9EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC06; }
p { color: rgb(201,236,6); }
H1.HeaderClassName
{
color: #C9EC06;
}
.AnyTagClassName
{
color: #C9EC06;
}
</style>
background-color css
<style>
a { background-color: #C9EC06; }
a { background-color: rgb(201,236,6); }
div.DivClassName
{
background-color: #C9EC06;
}
.BgClassName
{
background-color: #C9EC06;
}
</style>
border-color css
<style>
span { border-color: #C9EC06; }
span { border-color: rgb(201,236,6); }
td.TdClassName
{
border-color: #C9EC06;
}
.TagClassName
{
border-color: #C9EC06;
}
</style>