Shades of Electric Lime #CEEC0E
Tints of Electric Lime #CEEC0E
RGB
CMYK
RGB Variations
Color information
#CEEC0E (or 0xCEEC0E) is known color: Electric Lime. HEX triplet: CE, EC and 0E. RGB value is (206,236,14). Sum of RGB (Red+Green+Blue) = 206+236+14=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC0E is #3113F1. Grayscale: #CACACA. Windows color (decimal): -3216370 or 978126. OLE color: 978126.
HSL color Cylindrical-coordinate representation of color #CEEC0E: hue angle of 68.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEEC0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.07 |
| HSL | 68.11º | 0.89% | 0.49% | - |
| HSV(B) | 68.11º | 0.94% | 0.93% | - |
| XYZ | 55.53 | 73.14 | 11.61 | - |
| YUV | 201.72 | 22.06 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 14 | 0.13 | 0 | 0.94 | 0.07 | 68.11 | 0.89 | 0.49 |
| Hex | CE | EC | E | D | 0 | 5E | 7 | 44 | 59 | 31 |
| Octal | 316 | 354 | 16 | 15 | 0 | 136 | 7 | 104 | 131 | 61 |
| Binary | 11001110 | 11101100 | 1110 | 1101 | 0 | 1011110 | 111 | 1000100 | 1011001 | 110001 |
Color Harmonies of #CEEC0E
Complementary color
Monochromatic Colors of #CEEC0E
Black with #CEEC0E
Text Example
Text Example
White with #CEEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC0E; }
p { color: rgb(206,236,14); }
H1.HeaderClassName
{
color: #CEEC0E;
}
.AnyTagClassName
{
color: #CEEC0E;
}
</style>
background-color css
<style>
a { background-color: #CEEC0E; }
a { background-color: rgb(206,236,14); }
div.DivClassName
{
background-color: #CEEC0E;
}
.BgClassName
{
background-color: #CEEC0E;
}
</style>
border-color css
<style>
span { border-color: #CEEC0E; }
span { border-color: rgb(206,236,14); }
td.TdClassName
{
border-color: #CEEC0E;
}
.TagClassName
{
border-color: #CEEC0E;
}
</style>