Shades of Electric Lime #CEE607
Tints of Electric Lime #CEE607
RGB
CMYK
RGB Variations
Color information
#CEE607 (or 0xCEE607) is known color: Electric Lime. HEX triplet: CE, E6 and 07. RGB value is (206,230,7). Sum of RGB (Red+Green+Blue) = 206+230+7=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE607 is #3119F8. Grayscale: #C6C6C6. Windows color (decimal): -3217913 or 517838. OLE color: 517838.
HSL color Cylindrical-coordinate representation of color #CEE607: hue angle of 66.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEE607 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.10 |
| HSL | 66.46º | 0.94% | 0.46% | - |
| HSV(B) | 66.46º | 0.97% | 0.9% | - |
| XYZ | 53.79 | 69.73 | 10.83 | - |
| YUV | 197.4 | 20.55 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 7 | 0.10 | 0 | 0.97 | 0.10 | 66.46 | 0.94 | 0.46 |
| Hex | CE | E6 | 7 | A | 0 | 61 | A | 42 | 5E | 2E |
| Octal | 316 | 346 | 7 | 12 | 0 | 141 | 12 | 102 | 136 | 56 |
| Binary | 11001110 | 11100110 | 111 | 1010 | 0 | 1100001 | 1010 | 1000010 | 1011110 | 101110 |
Color Harmonies of #CEE607
Complementary color
Monochromatic Colors of #CEE607
Black with #CEE607
Text Example
Text Example
White with #CEE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE607; }
p { color: rgb(206,230,7); }
H1.HeaderClassName
{
color: #CEE607;
}
.AnyTagClassName
{
color: #CEE607;
}
</style>
background-color css
<style>
a { background-color: #CEE607; }
a { background-color: rgb(206,230,7); }
div.DivClassName
{
background-color: #CEE607;
}
.BgClassName
{
background-color: #CEE607;
}
</style>
border-color css
<style>
span { border-color: #CEE607; }
span { border-color: rgb(206,230,7); }
td.TdClassName
{
border-color: #CEE607;
}
.TagClassName
{
border-color: #CEE607;
}
</style>