Shades of Electric Lime #CEF708
Tints of Electric Lime #CEF708
RGB
CMYK
RGB Variations
Color information
#CEF708 (or 0xCEF708) is known color: Electric Lime. HEX triplet: CE, F7 and 08. RGB value is (206,247,8). Sum of RGB (Red+Green+Blue) = 206+247+8=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF708 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF708 is #3108F7. Grayscale: #D0D0D0. Windows color (decimal): -3213560 or 587726. OLE color: 587726.
HSL color Cylindrical-coordinate representation of color #CEF708: hue angle of 70.29º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEF708 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.03 |
| HSL | 70.29º | 0.94% | 0.5% | - |
| HSV(B) | 70.29º | 0.97% | 0.97% | - |
| XYZ | 58.76 | 79.66 | 12.51 | - |
| YUV | 207.5 | 15.42 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 8 | 0.17 | 0 | 0.97 | 0.03 | 70.29 | 0.94 | 0.5 |
| Hex | CE | F7 | 8 | 11 | 0 | 61 | 3 | 46 | 5E | 32 |
| Octal | 316 | 367 | 10 | 21 | 0 | 141 | 3 | 106 | 136 | 62 |
| Binary | 11001110 | 11110111 | 1000 | 10001 | 0 | 1100001 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CEF708
Complementary color
Monochromatic Colors of #CEF708
Black with #CEF708
Text Example
Text Example
White with #CEF708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF708; }
p { color: rgb(206,247,8); }
H1.HeaderClassName
{
color: #CEF708;
}
.AnyTagClassName
{
color: #CEF708;
}
</style>
background-color css
<style>
a { background-color: #CEF708; }
a { background-color: rgb(206,247,8); }
div.DivClassName
{
background-color: #CEF708;
}
.BgClassName
{
background-color: #CEF708;
}
</style>
border-color css
<style>
span { border-color: #CEF708; }
span { border-color: rgb(206,247,8); }
td.TdClassName
{
border-color: #CEF708;
}
.TagClassName
{
border-color: #CEF708;
}
</style>