Shades of Electric Lime #CEE203
Tints of Electric Lime #CEE203
RGB
CMYK
RGB Variations
Color information
#CEE203 (or 0xCEE203) is known color: Electric Lime. HEX triplet: CE, E2 and 03. RGB value is (206,226,3). Sum of RGB (Red+Green+Blue) = 206+226+3=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE203 is #311DFC. Grayscale: #C3C3C3. Windows color (decimal): -3218941 or 254670. OLE color: 254670.
HSL color Cylindrical-coordinate representation of color #CEE203: hue angle of 65.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEE203 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.11 |
| HSL | 65.38º | 0.97% | 0.45% | - |
| HSV(B) | 65.38º | 0.99% | 0.89% | - |
| XYZ | 52.67 | 67.52 | 10.34 | - |
| YUV | 194.6 | 19.87 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 3 | 0.09 | 0 | 0.99 | 0.11 | 65.38 | 0.97 | 0.45 |
| Hex | CE | E2 | 3 | 9 | 0 | 63 | B | 41 | 61 | 2D |
| Octal | 316 | 342 | 3 | 11 | 0 | 143 | 13 | 101 | 141 | 55 |
| Binary | 11001110 | 11100010 | 11 | 1001 | 0 | 1100011 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #CEE203
Complementary color
Monochromatic Colors of #CEE203
Black with #CEE203
Text Example
Text Example
White with #CEE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE203; }
p { color: rgb(206,226,3); }
H1.HeaderClassName
{
color: #CEE203;
}
.AnyTagClassName
{
color: #CEE203;
}
</style>
background-color css
<style>
a { background-color: #CEE203; }
a { background-color: rgb(206,226,3); }
div.DivClassName
{
background-color: #CEE203;
}
.BgClassName
{
background-color: #CEE203;
}
</style>
border-color css
<style>
span { border-color: #CEE203; }
span { border-color: rgb(206,226,3); }
td.TdClassName
{
border-color: #CEE203;
}
.TagClassName
{
border-color: #CEE203;
}
</style>