Shades of Electric Lime #CEE002
Tints of Electric Lime #CEE002
RGB
CMYK
RGB Variations
Color information
#CEE002 (or 0xCEE002) is known color: Electric Lime. HEX triplet: CE, E0 and 02. RGB value is (206,224,2). Sum of RGB (Red+Green+Blue) = 206+224+2=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE002 is #311FFD. Grayscale: #C2C2C2. Windows color (decimal): -3219454 or 188622. OLE color: 188622.
HSL color Cylindrical-coordinate representation of color #CEE002: hue angle of 64.86º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEE002 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.12 |
| HSL | 64.86º | 0.98% | 0.44% | - |
| HSV(B) | 64.86º | 0.99% | 0.88% | - |
| XYZ | 52.12 | 66.44 | 10.13 | - |
| YUV | 193.31 | 20.04 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 2 | 0.08 | 0 | 0.99 | 0.12 | 64.86 | 0.98 | 0.44 |
| Hex | CE | E0 | 2 | 8 | 0 | 63 | C | 41 | 62 | 2C |
| Octal | 316 | 340 | 2 | 10 | 0 | 143 | 14 | 101 | 142 | 54 |
| Binary | 11001110 | 11100000 | 10 | 1000 | 0 | 1100011 | 1100 | 1000001 | 1100010 | 101100 |
Color Harmonies of #CEE002
Complementary color
Monochromatic Colors of #CEE002
Black with #CEE002
Text Example
Text Example
White with #CEE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE002; }
p { color: rgb(206,224,2); }
H1.HeaderClassName
{
color: #CEE002;
}
.AnyTagClassName
{
color: #CEE002;
}
</style>
background-color css
<style>
a { background-color: #CEE002; }
a { background-color: rgb(206,224,2); }
div.DivClassName
{
background-color: #CEE002;
}
.BgClassName
{
background-color: #CEE002;
}
</style>
border-color css
<style>
span { border-color: #CEE002; }
span { border-color: rgb(206,224,2); }
td.TdClassName
{
border-color: #CEE002;
}
.TagClassName
{
border-color: #CEE002;
}
</style>