Shades of Electric Lime #CEE706
Tints of Electric Lime #CEE706
RGB
CMYK
RGB Variations
Color information
#CEE706 (or 0xCEE706) is known color: Electric Lime. HEX triplet: CE, E7 and 06. RGB value is (206,231,6). Sum of RGB (Red+Green+Blue) = 206+231+6=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE706 is #3118F9. Grayscale: #C6C6C6. Windows color (decimal): -3217658 or 452558. OLE color: 452558.
HSL color Cylindrical-coordinate representation of color #CEE706: hue angle of 66.67º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEE706 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.09 |
| HSL | 66.67º | 0.95% | 0.46% | - |
| HSV(B) | 66.67º | 0.97% | 0.91% | - |
| XYZ | 54.06 | 70.29 | 10.89 | - |
| YUV | 197.88 | 19.72 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 6 | 0.11 | 0 | 0.97 | 0.09 | 66.67 | 0.95 | 0.46 |
| Hex | CE | E7 | 6 | B | 0 | 61 | 9 | 43 | 5F | 2E |
| Octal | 316 | 347 | 6 | 13 | 0 | 141 | 11 | 103 | 137 | 56 |
| Binary | 11001110 | 11100111 | 110 | 1011 | 0 | 1100001 | 1001 | 1000011 | 1011111 | 101110 |
Color Harmonies of #CEE706
Complementary color
Monochromatic Colors of #CEE706
Black with #CEE706
Text Example
Text Example
White with #CEE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE706; }
p { color: rgb(206,231,6); }
H1.HeaderClassName
{
color: #CEE706;
}
.AnyTagClassName
{
color: #CEE706;
}
</style>
background-color css
<style>
a { background-color: #CEE706; }
a { background-color: rgb(206,231,6); }
div.DivClassName
{
background-color: #CEE706;
}
.BgClassName
{
background-color: #CEE706;
}
</style>
border-color css
<style>
span { border-color: #CEE706; }
span { border-color: rgb(206,231,6); }
td.TdClassName
{
border-color: #CEE706;
}
.TagClassName
{
border-color: #CEE706;
}
</style>