Shades of Electric Lime #CEE503
Tints of Electric Lime #CEE503
RGB
CMYK
RGB Variations
Color information
#CEE503 (or 0xCEE503) is known color: Electric Lime. HEX triplet: CE, E5 and 03. RGB value is (206,229,3). Sum of RGB (Red+Green+Blue) = 206+229+3=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE503 is #311AFC. Grayscale: #C5C5C5. Windows color (decimal): -3218173 or 255438. OLE color: 255438.
HSL color Cylindrical-coordinate representation of color #CEE503: hue angle of 66.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEE503 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.10 |
| HSL | 66.11º | 0.97% | 0.45% | - |
| HSV(B) | 66.11º | 0.99% | 0.9% | - |
| XYZ | 53.49 | 69.17 | 10.62 | - |
| YUV | 196.36 | 18.88 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 3 | 0.10 | 0 | 0.99 | 0.10 | 66.11 | 0.97 | 0.45 |
| Hex | CE | E5 | 3 | A | 0 | 63 | A | 42 | 61 | 2D |
| Octal | 316 | 345 | 3 | 12 | 0 | 143 | 12 | 102 | 141 | 55 |
| Binary | 11001110 | 11100101 | 11 | 1010 | 0 | 1100011 | 1010 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CEE503
Complementary color
Monochromatic Colors of #CEE503
Black with #CEE503
Text Example
Text Example
White with #CEE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE503; }
p { color: rgb(206,229,3); }
H1.HeaderClassName
{
color: #CEE503;
}
.AnyTagClassName
{
color: #CEE503;
}
</style>
background-color css
<style>
a { background-color: #CEE503; }
a { background-color: rgb(206,229,3); }
div.DivClassName
{
background-color: #CEE503;
}
.BgClassName
{
background-color: #CEE503;
}
</style>
border-color css
<style>
span { border-color: #CEE503; }
span { border-color: rgb(206,229,3); }
td.TdClassName
{
border-color: #CEE503;
}
.TagClassName
{
border-color: #CEE503;
}
</style>