Shades of Electric Lime #CEF607
Tints of Electric Lime #CEF607
RGB
CMYK
RGB Variations
Color information
#CEF607 (or 0xCEF607) is known color: Electric Lime. HEX triplet: CE, F6 and 07. RGB value is (206,246,7). Sum of RGB (Red+Green+Blue) = 206+246+7=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF607 is #3109F8. Grayscale: #CFCFCF. Windows color (decimal): -3213817 or 521934. OLE color: 521934.
HSL color Cylindrical-coordinate representation of color #CEF607: hue angle of 70.04º 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 #CEF607 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 70.04º | 0.94% | 0.5% | - |
| HSV(B) | 70.04º | 0.97% | 0.96% | - |
| XYZ | 58.45 | 79.05 | 12.38 | - |
| YUV | 206.79 | 15.25 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 7 | 0.16 | 0 | 0.97 | 0.04 | 70.04 | 0.94 | 0.5 |
| Hex | CE | F6 | 7 | 10 | 0 | 61 | 4 | 46 | 5E | 32 |
| Octal | 316 | 366 | 7 | 20 | 0 | 141 | 4 | 106 | 136 | 62 |
| Binary | 11001110 | 11110110 | 111 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CEF607
Complementary color
Monochromatic Colors of #CEF607
Black with #CEF607
Text Example
Text Example
White with #CEF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF607; }
p { color: rgb(206,246,7); }
H1.HeaderClassName
{
color: #CEF607;
}
.AnyTagClassName
{
color: #CEF607;
}
</style>
background-color css
<style>
a { background-color: #CEF607; }
a { background-color: rgb(206,246,7); }
div.DivClassName
{
background-color: #CEF607;
}
.BgClassName
{
background-color: #CEF607;
}
</style>
border-color css
<style>
span { border-color: #CEF607; }
span { border-color: rgb(206,246,7); }
td.TdClassName
{
border-color: #CEF607;
}
.TagClassName
{
border-color: #CEF607;
}
</style>