Shades of Electric Lime #C9ED00
Tints of Electric Lime #C9ED00
RGB
CMYK
RGB Variations
Color information
#C9ED00 (or 0xC9ED00) is known color: Electric Lime. HEX triplet: C9, ED and 00. RGB value is (201,237,0). Sum of RGB (Red+Green+Blue) = 201+237+0=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9ED00 is #3612FF. Grayscale: #C8C8C8. Windows color (decimal): -3543808 or 60873. OLE color: 60873.
HSL color Cylindrical-coordinate representation of color #C9ED00: hue angle of 69.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9ED00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.07 |
| HSL | 69.11º | 1% | 0.46% | - |
| HSV(B) | 69.11º | 1% | 0.93% | - |
| XYZ | 54.37 | 72.99 | 11.22 | - |
| YUV | 199.22 | 15.57 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 0 | 0.15 | 0 | 1 | 0.07 | 69.11 | 1 | 0.46 |
| Hex | C9 | ED | 0 | F | 0 | 64 | 7 | 45 | 64 | 2E |
| Octal | 311 | 355 | 0 | 17 | 0 | 144 | 7 | 105 | 144 | 56 |
| Binary | 11001001 | 11101101 | 0 | 1111 | 0 | 1100100 | 111 | 1000101 | 1100100 | 101110 |
Color Harmonies of #C9ED00
Complementary color
Monochromatic Colors of #C9ED00
Black with #C9ED00
Text Example
Text Example
White with #C9ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED00; }
p { color: rgb(201,237,0); }
H1.HeaderClassName
{
color: #C9ED00;
}
.AnyTagClassName
{
color: #C9ED00;
}
</style>
background-color css
<style>
a { background-color: #C9ED00; }
a { background-color: rgb(201,237,0); }
div.DivClassName
{
background-color: #C9ED00;
}
.BgClassName
{
background-color: #C9ED00;
}
</style>
border-color css
<style>
span { border-color: #C9ED00; }
span { border-color: rgb(201,237,0); }
td.TdClassName
{
border-color: #C9ED00;
}
.TagClassName
{
border-color: #C9ED00;
}
</style>