Shades of Electric Lime #CEE908
Tints of Electric Lime #CEE908
RGB
CMYK
RGB Variations
Color information
#CEE908 (or 0xCEE908) is known color: Electric Lime. HEX triplet: CE, E9 and 08. RGB value is (206,233,8). Sum of RGB (Red+Green+Blue) = 206+233+8=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE908 is #3116F7. Grayscale: #C8C8C8. Windows color (decimal): -3217144 or 584142. OLE color: 584142.
HSL color Cylindrical-coordinate representation of color #CEE908: hue angle of 67.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEE908 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 8 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.2º | 0.93% | 0.47% | - |
| HSV(B) | 67.2º | 0.97% | 0.91% | - |
| XYZ | 54.64 | 71.42 | 11.13 | - |
| YUV | 199.28 | 20.05 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 8 | 0.12 | 0 | 0.97 | 0.09 | 67.2 | 0.93 | 0.47 |
| Hex | CE | E9 | 8 | C | 0 | 61 | 9 | 43 | 5D | 2F |
| Octal | 316 | 351 | 10 | 14 | 0 | 141 | 11 | 103 | 135 | 57 |
| Binary | 11001110 | 11101001 | 1000 | 1100 | 0 | 1100001 | 1001 | 1000011 | 1011101 | 101111 |
Color Harmonies of #CEE908
Complementary color
Monochromatic Colors of #CEE908
Black with #CEE908
Text Example
Text Example
White with #CEE908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE908; }
p { color: rgb(206,233,8); }
H1.HeaderClassName
{
color: #CEE908;
}
.AnyTagClassName
{
color: #CEE908;
}
</style>
background-color css
<style>
a { background-color: #CEE908; }
a { background-color: rgb(206,233,8); }
div.DivClassName
{
background-color: #CEE908;
}
.BgClassName
{
background-color: #CEE908;
}
</style>
border-color css
<style>
span { border-color: #CEE908; }
span { border-color: rgb(206,233,8); }
td.TdClassName
{
border-color: #CEE908;
}
.TagClassName
{
border-color: #CEE908;
}
</style>