Shades of Electric Lime #CEF608
Tints of Electric Lime #CEF608
RGB
CMYK
RGB Variations
Color information
#CEF608 (or 0xCEF608) is known color: Electric Lime. HEX triplet: CE, F6 and 08. RGB value is (206,246,8). Sum of RGB (Red+Green+Blue) = 206+246+8=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 246 (96.48% from 255 or 53.48% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF608 is #3109F7. Grayscale: #CFCFCF. Windows color (decimal): -3213816 or 587470. OLE color: 587470.
HSL color Cylindrical-coordinate representation of color #CEF608: hue angle of 70.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEF608 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 70.08º | 0.94% | 0.5% | - |
| HSV(B) | 70.08º | 0.97% | 0.96% | - |
| XYZ | 58.45 | 79.05 | 12.41 | - |
| YUV | 206.91 | 15.75 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 8 | 0.16 | 0 | 0.97 | 0.04 | 70.08 | 0.94 | 0.5 |
| Hex | CE | F6 | 8 | 10 | 0 | 61 | 4 | 46 | 5E | 32 |
| Octal | 316 | 366 | 10 | 20 | 0 | 141 | 4 | 106 | 136 | 62 |
| Binary | 11001110 | 11110110 | 1000 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CEF608
Complementary color
Monochromatic Colors of #CEF608
Black with #CEF608
Text Example
Text Example
White with #CEF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF608; }
p { color: rgb(206,246,8); }
H1.HeaderClassName
{
color: #CEF608;
}
.AnyTagClassName
{
color: #CEF608;
}
</style>
background-color css
<style>
a { background-color: #CEF608; }
a { background-color: rgb(206,246,8); }
div.DivClassName
{
background-color: #CEF608;
}
.BgClassName
{
background-color: #CEF608;
}
</style>
border-color css
<style>
span { border-color: #CEF608; }
span { border-color: rgb(206,246,8); }
td.TdClassName
{
border-color: #CEF608;
}
.TagClassName
{
border-color: #CEF608;
}
</style>