Shades of Electric Lime #CEE90A
Tints of Electric Lime #CEE90A
RGB
CMYK
RGB Variations
Color information
#CEE90A (or 0xCEE90A) is known color: Electric Lime. HEX triplet: CE, E9 and 0A. RGB value is (206,233,10). Sum of RGB (Red+Green+Blue) = 206+233+10=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE90A is #3116F5. Grayscale: #C8C8C8. Windows color (decimal): -3217142 or 715214. OLE color: 715214.
HSL color Cylindrical-coordinate representation of color #CEE90A: hue angle of 67.26º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEE90A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 10 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.09 |
| HSL | 67.26º | 0.92% | 0.48% | - |
| HSV(B) | 67.26º | 0.96% | 0.91% | - |
| XYZ | 54.65 | 71.42 | 11.19 | - |
| YUV | 199.51 | 21.05 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 10 | 0.12 | 0 | 0.96 | 0.09 | 67.26 | 0.92 | 0.48 |
| Hex | CE | E9 | A | C | 0 | 60 | 9 | 43 | 5C | 30 |
| Octal | 316 | 351 | 12 | 14 | 0 | 140 | 11 | 103 | 134 | 60 |
| Binary | 11001110 | 11101001 | 1010 | 1100 | 0 | 1100000 | 1001 | 1000011 | 1011100 | 110000 |
Color Harmonies of #CEE90A
Complementary color
Monochromatic Colors of #CEE90A
Black with #CEE90A
Text Example
Text Example
White with #CEE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE90A; }
p { color: rgb(206,233,10); }
H1.HeaderClassName
{
color: #CEE90A;
}
.AnyTagClassName
{
color: #CEE90A;
}
</style>
background-color css
<style>
a { background-color: #CEE90A; }
a { background-color: rgb(206,233,10); }
div.DivClassName
{
background-color: #CEE90A;
}
.BgClassName
{
background-color: #CEE90A;
}
</style>
border-color css
<style>
span { border-color: #CEE90A; }
span { border-color: rgb(206,233,10); }
td.TdClassName
{
border-color: #CEE90A;
}
.TagClassName
{
border-color: #CEE90A;
}
</style>