Shades of Electric Lime #CEEC15
Tints of Electric Lime #CEEC15
RGB
CMYK
RGB Variations
Color information
#CEEC15 (or 0xCEEC15) is known color: Electric Lime. HEX triplet: CE, EC and 15. RGB value is (206,236,21). Sum of RGB (Red+Green+Blue) = 206+236+21=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC15 is #3113EA. Grayscale: #CBCBCB. Windows color (decimal): -3216363 or 1436878. OLE color: 1436878.
HSL color Cylindrical-coordinate representation of color #CEEC15: hue angle of 68.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEEC15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.07 |
| HSL | 68.37º | 0.85% | 0.5% | - |
| HSV(B) | 68.37º | 0.91% | 0.93% | - |
| XYZ | 55.58 | 73.17 | 11.9 | - |
| YUV | 202.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 21 | 0.13 | 0 | 0.91 | 0.07 | 68.37 | 0.85 | 0.5 |
| Hex | CE | EC | 15 | D | 0 | 5B | 7 | 44 | 55 | 32 |
| Octal | 316 | 354 | 25 | 15 | 0 | 133 | 7 | 104 | 125 | 62 |
| Binary | 11001110 | 11101100 | 10101 | 1101 | 0 | 1011011 | 111 | 1000100 | 1010101 | 110010 |
Color Harmonies of #CEEC15
Complementary color
Monochromatic Colors of #CEEC15
Black with #CEEC15
Text Example
Text Example
White with #CEEC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC15; }
p { color: rgb(206,236,21); }
H1.HeaderClassName
{
color: #CEEC15;
}
.AnyTagClassName
{
color: #CEEC15;
}
</style>
background-color css
<style>
a { background-color: #CEEC15; }
a { background-color: rgb(206,236,21); }
div.DivClassName
{
background-color: #CEEC15;
}
.BgClassName
{
background-color: #CEEC15;
}
</style>
border-color css
<style>
span { border-color: #CEEC15; }
span { border-color: rgb(206,236,21); }
td.TdClassName
{
border-color: #CEEC15;
}
.TagClassName
{
border-color: #CEEC15;
}
</style>