Shades of Electric Lime #C8ED09
Tints of Electric Lime #C8ED09
RGB
CMYK
RGB Variations
Color information
#C8ED09 (or 0xC8ED09) is known color: Electric Lime. HEX triplet: C8, ED and 09. RGB value is (200,237,9). Sum of RGB (Red+Green+Blue) = 200+237+9=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8ED09 is #3712F6. Grayscale: #C8C8C8. Windows color (decimal): -3609335 or 650696. OLE color: 650696.
HSL color Cylindrical-coordinate representation of color #C8ED09: hue angle of 69.74º degrees, saturation: 0.93, 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 #C8ED09 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.07 |
| HSL | 69.74º | 0.93% | 0.48% | - |
| HSV(B) | 69.74º | 0.96% | 0.93% | - |
| XYZ | 54.15 | 72.87 | 11.47 | - |
| YUV | 199.95 | 20.24 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 9 | 0.16 | 0 | 0.96 | 0.07 | 69.74 | 0.93 | 0.48 |
| Hex | C8 | ED | 9 | 10 | 0 | 60 | 7 | 46 | 5D | 30 |
| Octal | 310 | 355 | 11 | 20 | 0 | 140 | 7 | 106 | 135 | 60 |
| Binary | 11001000 | 11101101 | 1001 | 10000 | 0 | 1100000 | 111 | 1000110 | 1011101 | 110000 |
Color Harmonies of #C8ED09
Complementary color
Monochromatic Colors of #C8ED09
Black with #C8ED09
Text Example
Text Example
White with #C8ED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED09; }
p { color: rgb(200,237,9); }
H1.HeaderClassName
{
color: #C8ED09;
}
.AnyTagClassName
{
color: #C8ED09;
}
</style>
background-color css
<style>
a { background-color: #C8ED09; }
a { background-color: rgb(200,237,9); }
div.DivClassName
{
background-color: #C8ED09;
}
.BgClassName
{
background-color: #C8ED09;
}
</style>
border-color css
<style>
span { border-color: #C8ED09; }
span { border-color: rgb(200,237,9); }
td.TdClassName
{
border-color: #C8ED09;
}
.TagClassName
{
border-color: #C8ED09;
}
</style>