Shades of Electric Lime #C9ED0A
Tints of Electric Lime #C9ED0A
RGB
CMYK
RGB Variations
Color information
#C9ED0A (or 0xC9ED0A) is known color: Electric Lime. HEX triplet: C9, ED and 0A. RGB value is (201,237,10). Sum of RGB (Red+Green+Blue) = 201+237+10=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9ED0A is #3612F5. Grayscale: #C9C9C9. Windows color (decimal): -3543798 or 716233. OLE color: 716233.
HSL color Cylindrical-coordinate representation of color #C9ED0A: hue angle of 69.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9ED0A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 10 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.07 |
| HSL | 69.52º | 0.92% | 0.48% | - |
| HSV(B) | 69.52º | 0.96% | 0.93% | - |
| XYZ | 54.43 | 73.01 | 11.51 | - |
| YUV | 200.36 | 20.57 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 10 | 0.15 | 0 | 0.96 | 0.07 | 69.52 | 0.92 | 0.48 |
| Hex | C9 | ED | A | F | 0 | 60 | 7 | 46 | 5C | 30 |
| Octal | 311 | 355 | 12 | 17 | 0 | 140 | 7 | 106 | 134 | 60 |
| Binary | 11001001 | 11101101 | 1010 | 1111 | 0 | 1100000 | 111 | 1000110 | 1011100 | 110000 |
Color Harmonies of #C9ED0A
Complementary color
Monochromatic Colors of #C9ED0A
Black with #C9ED0A
Text Example
Text Example
White with #C9ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED0A; }
p { color: rgb(201,237,10); }
H1.HeaderClassName
{
color: #C9ED0A;
}
.AnyTagClassName
{
color: #C9ED0A;
}
</style>
background-color css
<style>
a { background-color: #C9ED0A; }
a { background-color: rgb(201,237,10); }
div.DivClassName
{
background-color: #C9ED0A;
}
.BgClassName
{
background-color: #C9ED0A;
}
</style>
border-color css
<style>
span { border-color: #C9ED0A; }
span { border-color: rgb(201,237,10); }
td.TdClassName
{
border-color: #C9ED0A;
}
.TagClassName
{
border-color: #C9ED0A;
}
</style>