Shades of Electric Lime #CEE805
Tints of Electric Lime #CEE805
RGB
CMYK
RGB Variations
Color information
#CEE805 (or 0xCEE805) is known color: Electric Lime. HEX triplet: CE, E8 and 05. RGB value is (206,232,5). Sum of RGB (Red+Green+Blue) = 206+232+5=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE805 is #3117FA. Grayscale: #C7C7C7. Windows color (decimal): -3217403 or 387278. OLE color: 387278.
HSL color Cylindrical-coordinate representation of color #CEE805: hue angle of 66.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEE805 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.09 |
| HSL | 66.87º | 0.96% | 0.46% | - |
| HSV(B) | 66.87º | 0.98% | 0.91% | - |
| XYZ | 54.34 | 70.85 | 10.95 | - |
| YUV | 198.35 | 18.89 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 5 | 0.11 | 0 | 0.98 | 0.09 | 66.87 | 0.96 | 0.46 |
| Hex | CE | E8 | 5 | B | 0 | 62 | 9 | 43 | 60 | 2E |
| Octal | 316 | 350 | 5 | 13 | 0 | 142 | 11 | 103 | 140 | 56 |
| Binary | 11001110 | 11101000 | 101 | 1011 | 0 | 1100010 | 1001 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CEE805
Complementary color
Monochromatic Colors of #CEE805
Black with #CEE805
Text Example
Text Example
White with #CEE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE805; }
p { color: rgb(206,232,5); }
H1.HeaderClassName
{
color: #CEE805;
}
.AnyTagClassName
{
color: #CEE805;
}
</style>
background-color css
<style>
a { background-color: #CEE805; }
a { background-color: rgb(206,232,5); }
div.DivClassName
{
background-color: #CEE805;
}
.BgClassName
{
background-color: #CEE805;
}
</style>
border-color css
<style>
span { border-color: #CEE805; }
span { border-color: rgb(206,232,5); }
td.TdClassName
{
border-color: #CEE805;
}
.TagClassName
{
border-color: #CEE805;
}
</style>