Shades of Electric Lime #C8E709
Tints of Electric Lime #C8E709
RGB
CMYK
RGB Variations
Color information
#C8E709 (or 0xC8E709) is known color: Electric Lime. HEX triplet: C8, E7 and 09. RGB value is (200,231,9). Sum of RGB (Red+Green+Blue) = 200+231+9=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E709 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E709 is #3718F6. Grayscale: #C5C5C5. Windows color (decimal): -3610871 or 649160. OLE color: 649160.
HSL color Cylindrical-coordinate representation of color #C8E709: hue angle of 68.38º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8E709 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.09 |
| HSL | 68.38º | 0.93% | 0.47% | - |
| HSV(B) | 68.38º | 0.96% | 0.91% | - |
| XYZ | 52.44 | 69.45 | 10.9 | - |
| YUV | 196.42 | 22.23 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 9 | 0.13 | 0 | 0.96 | 0.09 | 68.38 | 0.93 | 0.47 |
| Hex | C8 | E7 | 9 | D | 0 | 60 | 9 | 44 | 5C | 2F |
| Octal | 310 | 347 | 11 | 15 | 0 | 140 | 11 | 104 | 134 | 57 |
| Binary | 11001000 | 11100111 | 1001 | 1101 | 0 | 1100000 | 1001 | 1000100 | 1011100 | 101111 |
Color Harmonies of #C8E709
Complementary color
Monochromatic Colors of #C8E709
Black with #C8E709
Text Example
Text Example
White with #C8E709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E709; }
p { color: rgb(200,231,9); }
H1.HeaderClassName
{
color: #C8E709;
}
.AnyTagClassName
{
color: #C8E709;
}
</style>
background-color css
<style>
a { background-color: #C8E709; }
a { background-color: rgb(200,231,9); }
div.DivClassName
{
background-color: #C8E709;
}
.BgClassName
{
background-color: #C8E709;
}
</style>
border-color css
<style>
span { border-color: #C8E709; }
span { border-color: rgb(200,231,9); }
td.TdClassName
{
border-color: #C8E709;
}
.TagClassName
{
border-color: #C8E709;
}
</style>