Shades of Electric Lime #CEE100
Tints of Electric Lime #CEE100
RGB
CMYK
RGB Variations
Color information
#CEE100 (or 0xCEE100) is known color: Electric Lime. HEX triplet: CE, E1 and 00. RGB value is (206,225,0). Sum of RGB (Red+Green+Blue) = 206+225+0=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE100 is #311EFF. Grayscale: #C2C2C2. Windows color (decimal): -3219200 or 57806. OLE color: 57806.
HSL color Cylindrical-coordinate representation of color #CEE100: hue angle of 65.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEE100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.12 |
| HSL | 65.07º | 1% | 0.44% | - |
| HSV(B) | 65.07º | 1% | 0.88% | - |
| XYZ | 52.38 | 66.97 | 10.17 | - |
| YUV | 193.67 | 18.71 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 0 | 0.08 | 0 | 1 | 0.12 | 65.07 | 1 | 0.44 |
| Hex | CE | E1 | 0 | 8 | 0 | 64 | C | 41 | 64 | 2C |
| Octal | 316 | 341 | 0 | 10 | 0 | 144 | 14 | 101 | 144 | 54 |
| Binary | 11001110 | 11100001 | 0 | 1000 | 0 | 1100100 | 1100 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CEE100
Complementary color
Monochromatic Colors of #CEE100
Black with #CEE100
Text Example
Text Example
White with #CEE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE100; }
p { color: rgb(206,225,0); }
H1.HeaderClassName
{
color: #CEE100;
}
.AnyTagClassName
{
color: #CEE100;
}
</style>
background-color css
<style>
a { background-color: #CEE100; }
a { background-color: rgb(206,225,0); }
div.DivClassName
{
background-color: #CEE100;
}
.BgClassName
{
background-color: #CEE100;
}
</style>
border-color css
<style>
span { border-color: #CEE100; }
span { border-color: rgb(206,225,0); }
td.TdClassName
{
border-color: #CEE100;
}
.TagClassName
{
border-color: #CEE100;
}
</style>