Shades of Electric Lime #CEE003
Tints of Electric Lime #CEE003
RGB
CMYK
RGB Variations
Color information
#CEE003 (or 0xCEE003) is known color: Electric Lime. HEX triplet: CE, E0 and 03. RGB value is (206,224,3). Sum of RGB (Red+Green+Blue) = 206+224+3=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE003 is #311FFC. Grayscale: #C2C2C2. Windows color (decimal): -3219453 or 254158. OLE color: 254158.
HSL color Cylindrical-coordinate representation of color #CEE003: hue angle of 64.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEE003 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.12 |
| HSL | 64.89º | 0.97% | 0.45% | - |
| HSV(B) | 64.89º | 0.99% | 0.88% | - |
| XYZ | 52.13 | 66.44 | 10.16 | - |
| YUV | 193.42 | 20.54 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 3 | 0.08 | 0 | 0.99 | 0.12 | 64.89 | 0.97 | 0.45 |
| Hex | CE | E0 | 3 | 8 | 0 | 63 | C | 41 | 61 | 2D |
| Octal | 316 | 340 | 3 | 10 | 0 | 143 | 14 | 101 | 141 | 55 |
| Binary | 11001110 | 11100000 | 11 | 1000 | 0 | 1100011 | 1100 | 1000001 | 1100001 | 101101 |
Color Harmonies of #CEE003
Complementary color
Monochromatic Colors of #CEE003
Black with #CEE003
Text Example
Text Example
White with #CEE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE003; }
p { color: rgb(206,224,3); }
H1.HeaderClassName
{
color: #CEE003;
}
.AnyTagClassName
{
color: #CEE003;
}
</style>
background-color css
<style>
a { background-color: #CEE003; }
a { background-color: rgb(206,224,3); }
div.DivClassName
{
background-color: #CEE003;
}
.BgClassName
{
background-color: #CEE003;
}
</style>
border-color css
<style>
span { border-color: #CEE003; }
span { border-color: rgb(206,224,3); }
td.TdClassName
{
border-color: #CEE003;
}
.TagClassName
{
border-color: #CEE003;
}
</style>