Shades of Electric Lime #C9E100
Tints of Electric Lime #C9E100
RGB
CMYK
RGB Variations
Color information
#C9E100 (or 0xC9E100) is known color: Electric Lime. HEX triplet: C9, E1 and 00. RGB value is (201,225,0). Sum of RGB (Red+Green+Blue) = 201+225+0=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9E100 is #361EFF. Grayscale: #C1C1C1. Windows color (decimal): -3546880 or 57801. OLE color: 57801.
HSL color Cylindrical-coordinate representation of color #C9E100: hue angle of 66.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9E100 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.12 |
| HSL | 66.4º | 1% | 0.44% | - |
| HSV(B) | 66.4º | 1% | 0.88% | - |
| XYZ | 51.01 | 66.27 | 10.1 | - |
| YUV | 192.17 | 19.55 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 0 | 0.11 | 0 | 1 | 0.12 | 66.4 | 1 | 0.44 |
| Hex | C9 | E1 | 0 | B | 0 | 64 | C | 42 | 64 | 2C |
| Octal | 311 | 341 | 0 | 13 | 0 | 144 | 14 | 102 | 144 | 54 |
| Binary | 11001001 | 11100001 | 0 | 1011 | 0 | 1100100 | 1100 | 1000010 | 1100100 | 101100 |
Color Harmonies of #C9E100
Complementary color
Monochromatic Colors of #C9E100
Black with #C9E100
Text Example
Text Example
White with #C9E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E100; }
p { color: rgb(201,225,0); }
H1.HeaderClassName
{
color: #C9E100;
}
.AnyTagClassName
{
color: #C9E100;
}
</style>
background-color css
<style>
a { background-color: #C9E100; }
a { background-color: rgb(201,225,0); }
div.DivClassName
{
background-color: #C9E100;
}
.BgClassName
{
background-color: #C9E100;
}
</style>
border-color css
<style>
span { border-color: #C9E100; }
span { border-color: rgb(201,225,0); }
td.TdClassName
{
border-color: #C9E100;
}
.TagClassName
{
border-color: #C9E100;
}
</style>