Shades of Electric Lime #CEEC0A
Tints of Electric Lime #CEEC0A
RGB
CMYK
RGB Variations
Color information
#CEEC0A (or 0xCEEC0A) is known color: Electric Lime. HEX triplet: CE, EC and 0A. RGB value is (206,236,10). Sum of RGB (Red+Green+Blue) = 206+236+10=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC0A is #3113F5. Grayscale: #CACACA. Windows color (decimal): -3216374 or 715982. OLE color: 715982.
HSL color Cylindrical-coordinate representation of color #CEEC0A: hue angle of 67.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEEC0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.07 |
| HSL | 67.96º | 0.92% | 0.48% | - |
| HSV(B) | 67.96º | 0.96% | 0.93% | - |
| XYZ | 55.5 | 73.13 | 11.48 | - |
| YUV | 201.27 | 20.06 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 10 | 0.13 | 0 | 0.96 | 0.07 | 67.96 | 0.92 | 0.48 |
| Hex | CE | EC | A | D | 0 | 60 | 7 | 44 | 5C | 30 |
| Octal | 316 | 354 | 12 | 15 | 0 | 140 | 7 | 104 | 134 | 60 |
| Binary | 11001110 | 11101100 | 1010 | 1101 | 0 | 1100000 | 111 | 1000100 | 1011100 | 110000 |
Color Harmonies of #CEEC0A
Complementary color
Monochromatic Colors of #CEEC0A
Black with #CEEC0A
Text Example
Text Example
White with #CEEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC0A; }
p { color: rgb(206,236,10); }
H1.HeaderClassName
{
color: #CEEC0A;
}
.AnyTagClassName
{
color: #CEEC0A;
}
</style>
background-color css
<style>
a { background-color: #CEEC0A; }
a { background-color: rgb(206,236,10); }
div.DivClassName
{
background-color: #CEEC0A;
}
.BgClassName
{
background-color: #CEEC0A;
}
</style>
border-color css
<style>
span { border-color: #CEEC0A; }
span { border-color: rgb(206,236,10); }
td.TdClassName
{
border-color: #CEEC0A;
}
.TagClassName
{
border-color: #CEEC0A;
}
</style>