Shades of Electric Lime #CEE807
Tints of Electric Lime #CEE807
RGB
CMYK
RGB Variations
Color information
#CEE807 (or 0xCEE807) is known color: Electric Lime. HEX triplet: CE, E8 and 07. RGB value is (206,232,7). Sum of RGB (Red+Green+Blue) = 206+232+7=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE807 is #3117F8. Grayscale: #C7C7C7. Windows color (decimal): -3217401 or 518350. OLE color: 518350.
HSL color Cylindrical-coordinate representation of color #CEE807: hue angle of 66.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEE807 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.09 |
| HSL | 66.93º | 0.94% | 0.47% | - |
| HSV(B) | 66.93º | 0.97% | 0.91% | - |
| XYZ | 54.35 | 70.85 | 11.01 | - |
| YUV | 198.58 | 19.89 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 7 | 0.11 | 0 | 0.97 | 0.09 | 66.93 | 0.94 | 0.47 |
| Hex | CE | E8 | 7 | B | 0 | 61 | 9 | 43 | 5E | 2F |
| Octal | 316 | 350 | 7 | 13 | 0 | 141 | 11 | 103 | 136 | 57 |
| Binary | 11001110 | 11101000 | 111 | 1011 | 0 | 1100001 | 1001 | 1000011 | 1011110 | 101111 |
Color Harmonies of #CEE807
Complementary color
Monochromatic Colors of #CEE807
Black with #CEE807
Text Example
Text Example
White with #CEE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE807; }
p { color: rgb(206,232,7); }
H1.HeaderClassName
{
color: #CEE807;
}
.AnyTagClassName
{
color: #CEE807;
}
</style>
background-color css
<style>
a { background-color: #CEE807; }
a { background-color: rgb(206,232,7); }
div.DivClassName
{
background-color: #CEE807;
}
.BgClassName
{
background-color: #CEE807;
}
</style>
border-color css
<style>
span { border-color: #CEE807; }
span { border-color: rgb(206,232,7); }
td.TdClassName
{
border-color: #CEE807;
}
.TagClassName
{
border-color: #CEE807;
}
</style>