Shades of Electric Lime #CEE109
Tints of Electric Lime #CEE109
RGB
CMYK
RGB Variations
Color information
#CEE109 (or 0xCEE109) is known color: Electric Lime. HEX triplet: CE, E1 and 09. RGB value is (206,225,9). Sum of RGB (Red+Green+Blue) = 206+225+9=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE109 is #311EF6. Grayscale: #C3C3C3. Windows color (decimal): -3219191 or 647630. OLE color: 647630.
HSL color Cylindrical-coordinate representation of color #CEE109: hue angle of 65.28º degrees, saturation: 0.92, 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 #CEE109 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 9 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.12 |
| HSL | 65.28º | 0.92% | 0.46% | - |
| HSV(B) | 65.28º | 0.96% | 0.88% | - |
| XYZ | 52.43 | 66.99 | 10.43 | - |
| YUV | 194.7 | 23.21 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 9 | 0.08 | 0 | 0.96 | 0.12 | 65.28 | 0.92 | 0.46 |
| Hex | CE | E1 | 9 | 8 | 0 | 60 | C | 41 | 5C | 2E |
| Octal | 316 | 341 | 11 | 10 | 0 | 140 | 14 | 101 | 134 | 56 |
| Binary | 11001110 | 11100001 | 1001 | 1000 | 0 | 1100000 | 1100 | 1000001 | 1011100 | 101110 |
Color Harmonies of #CEE109
Complementary color
Monochromatic Colors of #CEE109
Black with #CEE109
Text Example
Text Example
White with #CEE109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE109; }
p { color: rgb(206,225,9); }
H1.HeaderClassName
{
color: #CEE109;
}
.AnyTagClassName
{
color: #CEE109;
}
</style>
background-color css
<style>
a { background-color: #CEE109; }
a { background-color: rgb(206,225,9); }
div.DivClassName
{
background-color: #CEE109;
}
.BgClassName
{
background-color: #CEE109;
}
</style>
border-color css
<style>
span { border-color: #CEE109; }
span { border-color: rgb(206,225,9); }
td.TdClassName
{
border-color: #CEE109;
}
.TagClassName
{
border-color: #CEE109;
}
</style>