Shades of Electric Lime #CEE108
Tints of Electric Lime #CEE108
RGB
CMYK
RGB Variations
Color information
#CEE108 (or 0xCEE108) is known color: Electric Lime. HEX triplet: CE, E1 and 08. RGB value is (206,225,8). Sum of RGB (Red+Green+Blue) = 206+225+8=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE108 is #311EF7. Grayscale: #C3C3C3. Windows color (decimal): -3219192 or 582094. OLE color: 582094.
HSL color Cylindrical-coordinate representation of color #CEE108: hue angle of 65.25º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEE108 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.12 |
| HSL | 65.25º | 0.93% | 0.46% | - |
| HSV(B) | 65.25º | 0.96% | 0.88% | - |
| XYZ | 52.42 | 66.99 | 10.4 | - |
| YUV | 194.58 | 22.71 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 8 | 0.08 | 0 | 0.96 | 0.12 | 65.25 | 0.93 | 0.46 |
| Hex | CE | E1 | 8 | 8 | 0 | 60 | C | 41 | 5D | 2E |
| Octal | 316 | 341 | 10 | 10 | 0 | 140 | 14 | 101 | 135 | 56 |
| Binary | 11001110 | 11100001 | 1000 | 1000 | 0 | 1100000 | 1100 | 1000001 | 1011101 | 101110 |
Color Harmonies of #CEE108
Complementary color
Monochromatic Colors of #CEE108
Black with #CEE108
Text Example
Text Example
White with #CEE108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE108; }
p { color: rgb(206,225,8); }
H1.HeaderClassName
{
color: #CEE108;
}
.AnyTagClassName
{
color: #CEE108;
}
</style>
background-color css
<style>
a { background-color: #CEE108; }
a { background-color: rgb(206,225,8); }
div.DivClassName
{
background-color: #CEE108;
}
.BgClassName
{
background-color: #CEE108;
}
</style>
border-color css
<style>
span { border-color: #CEE108; }
span { border-color: rgb(206,225,8); }
td.TdClassName
{
border-color: #CEE108;
}
.TagClassName
{
border-color: #CEE108;
}
</style>