Shades of Electric Lime #CEE50E
Tints of Electric Lime #CEE50E
RGB
CMYK
RGB Variations
Color information
#CEE50E (or 0xCEE50E) is known color: Electric Lime. HEX triplet: CE, E5 and 0E. RGB value is (206,229,14). Sum of RGB (Red+Green+Blue) = 206+229+14=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE50E is #311AF1. Grayscale: #C6C6C6. Windows color (decimal): -3218162 or 976334. OLE color: 976334.
HSL color Cylindrical-coordinate representation of color #CEE50E: hue angle of 66.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEE50E is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 14 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.10 |
| HSL | 66.42º | 0.88% | 0.48% | - |
| HSV(B) | 66.42º | 0.94% | 0.9% | - |
| XYZ | 53.55 | 69.19 | 10.95 | - |
| YUV | 197.61 | 24.38 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 14 | 0.10 | 0 | 0.94 | 0.10 | 66.42 | 0.88 | 0.48 |
| Hex | CE | E5 | E | A | 0 | 5E | A | 42 | 58 | 30 |
| Octal | 316 | 345 | 16 | 12 | 0 | 136 | 12 | 102 | 130 | 60 |
| Binary | 11001110 | 11100101 | 1110 | 1010 | 0 | 1011110 | 1010 | 1000010 | 1011000 | 110000 |
Color Harmonies of #CEE50E
Complementary color
Monochromatic Colors of #CEE50E
Black with #CEE50E
Text Example
Text Example
White with #CEE50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE50E; }
p { color: rgb(206,229,14); }
H1.HeaderClassName
{
color: #CEE50E;
}
.AnyTagClassName
{
color: #CEE50E;
}
</style>
background-color css
<style>
a { background-color: #CEE50E; }
a { background-color: rgb(206,229,14); }
div.DivClassName
{
background-color: #CEE50E;
}
.BgClassName
{
background-color: #CEE50E;
}
</style>
border-color css
<style>
span { border-color: #CEE50E; }
span { border-color: rgb(206,229,14); }
td.TdClassName
{
border-color: #CEE50E;
}
.TagClassName
{
border-color: #CEE50E;
}
</style>