Shades of Electric Lime #CEE204
Tints of Electric Lime #CEE204
RGB
CMYK
RGB Variations
Color information
#CEE204 (or 0xCEE204) is known color: Electric Lime. HEX triplet: CE, E2 and 04. RGB value is (206,226,4). Sum of RGB (Red+Green+Blue) = 206+226+4=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE204 is #311DFB. Grayscale: #C3C3C3. Windows color (decimal): -3218940 or 320206. OLE color: 320206.
HSL color Cylindrical-coordinate representation of color #CEE204: hue angle of 65.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEE204 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.11 |
| HSL | 65.41º | 0.97% | 0.45% | - |
| HSV(B) | 65.41º | 0.98% | 0.89% | - |
| XYZ | 52.67 | 67.52 | 10.37 | - |
| YUV | 194.71 | 20.37 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 4 | 0.09 | 0 | 0.98 | 0.11 | 65.41 | 0.97 | 0.45 |
| Hex | CE | E2 | 4 | 9 | 0 | 62 | B | 41 | 61 | 2D |
| Octal | 316 | 342 | 4 | 11 | 0 | 142 | 13 | 101 | 141 | 55 |
| Binary | 11001110 | 11100010 | 100 | 1001 | 0 | 1100010 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #CEE204
Complementary color
Monochromatic Colors of #CEE204
Black with #CEE204
Text Example
Text Example
White with #CEE204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE204; }
p { color: rgb(206,226,4); }
H1.HeaderClassName
{
color: #CEE204;
}
.AnyTagClassName
{
color: #CEE204;
}
</style>
background-color css
<style>
a { background-color: #CEE204; }
a { background-color: rgb(206,226,4); }
div.DivClassName
{
background-color: #CEE204;
}
.BgClassName
{
background-color: #CEE204;
}
</style>
border-color css
<style>
span { border-color: #CEE204; }
span { border-color: rgb(206,226,4); }
td.TdClassName
{
border-color: #CEE204;
}
.TagClassName
{
border-color: #CEE204;
}
</style>