Shades of Electric Lime #CEE205
Tints of Electric Lime #CEE205
RGB
CMYK
RGB Variations
Color information
#CEE205 (or 0xCEE205) is known color: Electric Lime. HEX triplet: CE, E2 and 05. RGB value is (206,226,5). Sum of RGB (Red+Green+Blue) = 206+226+5=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE205 is #311DFA. Grayscale: #C3C3C3. Windows color (decimal): -3218939 or 385742. OLE color: 385742.
HSL color Cylindrical-coordinate representation of color #CEE205: hue angle of 65.43º degrees, saturation: 0.96, 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 #CEE205 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.11 |
| HSL | 65.43º | 0.96% | 0.45% | - |
| HSV(B) | 65.43º | 0.98% | 0.89% | - |
| XYZ | 52.68 | 67.53 | 10.4 | - |
| YUV | 194.83 | 20.87 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 5 | 0.09 | 0 | 0.98 | 0.11 | 65.43 | 0.96 | 0.45 |
| Hex | CE | E2 | 5 | 9 | 0 | 62 | B | 41 | 60 | 2D |
| Octal | 316 | 342 | 5 | 11 | 0 | 142 | 13 | 101 | 140 | 55 |
| Binary | 11001110 | 11100010 | 101 | 1001 | 0 | 1100010 | 1011 | 1000001 | 1100000 | 101101 |
Color Harmonies of #CEE205
Complementary color
Monochromatic Colors of #CEE205
Black with #CEE205
Text Example
Text Example
White with #CEE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE205; }
p { color: rgb(206,226,5); }
H1.HeaderClassName
{
color: #CEE205;
}
.AnyTagClassName
{
color: #CEE205;
}
</style>
background-color css
<style>
a { background-color: #CEE205; }
a { background-color: rgb(206,226,5); }
div.DivClassName
{
background-color: #CEE205;
}
.BgClassName
{
background-color: #CEE205;
}
</style>
border-color css
<style>
span { border-color: #CEE205; }
span { border-color: rgb(206,226,5); }
td.TdClassName
{
border-color: #CEE205;
}
.TagClassName
{
border-color: #CEE205;
}
</style>