Shades of Electric Lime #CEE005
Tints of Electric Lime #CEE005
RGB
CMYK
RGB Variations
Color information
#CEE005 (or 0xCEE005) is known color: Electric Lime. HEX triplet: CE, E0 and 05. RGB value is (206,224,5). Sum of RGB (Red+Green+Blue) = 206+224+5=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE005 is #311FFA. Grayscale: #C2C2C2. Windows color (decimal): -3219451 or 385230. OLE color: 385230.
HSL color Cylindrical-coordinate representation of color #CEE005: hue angle of 64.93º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEE005 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 5 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.12 |
| HSL | 64.93º | 0.96% | 0.45% | - |
| HSV(B) | 64.93º | 0.98% | 0.88% | - |
| XYZ | 52.14 | 66.44 | 10.22 | - |
| YUV | 193.65 | 21.54 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 5 | 0.08 | 0 | 0.98 | 0.12 | 64.93 | 0.96 | 0.45 |
| Hex | CE | E0 | 5 | 8 | 0 | 62 | C | 41 | 60 | 2D |
| Octal | 316 | 340 | 5 | 10 | 0 | 142 | 14 | 101 | 140 | 55 |
| Binary | 11001110 | 11100000 | 101 | 1000 | 0 | 1100010 | 1100 | 1000001 | 1100000 | 101101 |
Color Harmonies of #CEE005
Complementary color
Monochromatic Colors of #CEE005
Black with #CEE005
Text Example
Text Example
White with #CEE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE005; }
p { color: rgb(206,224,5); }
H1.HeaderClassName
{
color: #CEE005;
}
.AnyTagClassName
{
color: #CEE005;
}
</style>
background-color css
<style>
a { background-color: #CEE005; }
a { background-color: rgb(206,224,5); }
div.DivClassName
{
background-color: #CEE005;
}
.BgClassName
{
background-color: #CEE005;
}
</style>
border-color css
<style>
span { border-color: #CEE005; }
span { border-color: rgb(206,224,5); }
td.TdClassName
{
border-color: #CEE005;
}
.TagClassName
{
border-color: #CEE005;
}
</style>