Shades of Electric Lime #C9ED07
Tints of Electric Lime #C9ED07
RGB
CMYK
RGB Variations
Color information
#C9ED07 (or 0xC9ED07) is known color: Electric Lime. HEX triplet: C9, ED and 07. RGB value is (201,237,7). Sum of RGB (Red+Green+Blue) = 201+237+7=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9ED07 is #3612F8. Grayscale: #C8C8C8. Windows color (decimal): -3543801 or 519625. OLE color: 519625.
HSL color Cylindrical-coordinate representation of color #C9ED07: hue angle of 69.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9ED07 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.07 |
| HSL | 69.39º | 0.94% | 0.48% | - |
| HSV(B) | 69.39º | 0.97% | 0.93% | - |
| XYZ | 54.41 | 73 | 11.42 | - |
| YUV | 200.02 | 19.07 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 7 | 0.15 | 0 | 0.97 | 0.07 | 69.39 | 0.94 | 0.48 |
| Hex | C9 | ED | 7 | F | 0 | 61 | 7 | 45 | 5E | 30 |
| Octal | 311 | 355 | 7 | 17 | 0 | 141 | 7 | 105 | 136 | 60 |
| Binary | 11001001 | 11101101 | 111 | 1111 | 0 | 1100001 | 111 | 1000101 | 1011110 | 110000 |
Color Harmonies of #C9ED07
Complementary color
Monochromatic Colors of #C9ED07
Black with #C9ED07
Text Example
Text Example
White with #C9ED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED07; }
p { color: rgb(201,237,7); }
H1.HeaderClassName
{
color: #C9ED07;
}
.AnyTagClassName
{
color: #C9ED07;
}
</style>
background-color css
<style>
a { background-color: #C9ED07; }
a { background-color: rgb(201,237,7); }
div.DivClassName
{
background-color: #C9ED07;
}
.BgClassName
{
background-color: #C9ED07;
}
</style>
border-color css
<style>
span { border-color: #C9ED07; }
span { border-color: rgb(201,237,7); }
td.TdClassName
{
border-color: #C9ED07;
}
.TagClassName
{
border-color: #C9ED07;
}
</style>