Shades of Electric Lime #CEE200
Tints of Electric Lime #CEE200
RGB
CMYK
RGB Variations
Color information
#CEE200 (or 0xCEE200) is known color: Electric Lime. HEX triplet: CE, E2 and 00. RGB value is (206,226,0). Sum of RGB (Red+Green+Blue) = 206+226+0=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE200 is #311DFF. Grayscale: #C3C3C3. Windows color (decimal): -3218944 or 58062. OLE color: 58062.
HSL color Cylindrical-coordinate representation of color #CEE200: hue angle of 65.31º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEE200 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.11 |
| HSL | 65.31º | 1% | 0.44% | - |
| HSV(B) | 65.31º | 1% | 0.89% | - |
| XYZ | 52.65 | 67.51 | 10.26 | - |
| YUV | 194.26 | 18.37 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 0 | 0.09 | 0 | 1 | 0.11 | 65.31 | 1 | 0.44 |
| Hex | CE | E2 | 0 | 9 | 0 | 64 | B | 41 | 64 | 2C |
| Octal | 316 | 342 | 0 | 11 | 0 | 144 | 13 | 101 | 144 | 54 |
| Binary | 11001110 | 11100010 | 0 | 1001 | 0 | 1100100 | 1011 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CEE200
Complementary color
Monochromatic Colors of #CEE200
Black with #CEE200
Text Example
Text Example
White with #CEE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE200; }
p { color: rgb(206,226,0); }
H1.HeaderClassName
{
color: #CEE200;
}
.AnyTagClassName
{
color: #CEE200;
}
</style>
background-color css
<style>
a { background-color: #CEE200; }
a { background-color: rgb(206,226,0); }
div.DivClassName
{
background-color: #CEE200;
}
.BgClassName
{
background-color: #CEE200;
}
</style>
border-color css
<style>
span { border-color: #CEE200; }
span { border-color: rgb(206,226,0); }
td.TdClassName
{
border-color: #CEE200;
}
.TagClassName
{
border-color: #CEE200;
}
</style>