Shades of Electric Lime #CEE500
Tints of Electric Lime #CEE500
RGB
CMYK
RGB Variations
Color information
#CEE500 (or 0xCEE500) is known color: Electric Lime. HEX triplet: CE, E5 and 00. RGB value is (206,229,0). Sum of RGB (Red+Green+Blue) = 206+229+0=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE500 is #311AFF. Grayscale: #C4C4C4. Windows color (decimal): -3218176 or 58830. OLE color: 58830.
HSL color Cylindrical-coordinate representation of color #CEE500: hue angle of 66.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEE500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.10 |
| HSL | 66.03º | 1% | 0.45% | - |
| HSV(B) | 66.03º | 1% | 0.9% | - |
| XYZ | 53.47 | 69.16 | 10.53 | - |
| YUV | 196.02 | 17.38 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 0 | 0.10 | 0 | 1 | 0.10 | 66.03 | 1 | 0.45 |
| Hex | CE | E5 | 0 | A | 0 | 64 | A | 42 | 64 | 2D |
| Octal | 316 | 345 | 0 | 12 | 0 | 144 | 12 | 102 | 144 | 55 |
| Binary | 11001110 | 11100101 | 0 | 1010 | 0 | 1100100 | 1010 | 1000010 | 1100100 | 101101 |
Color Harmonies of #CEE500
Complementary color
Monochromatic Colors of #CEE500
Black with #CEE500
Text Example
Text Example
White with #CEE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE500; }
p { color: rgb(206,229,0); }
H1.HeaderClassName
{
color: #CEE500;
}
.AnyTagClassName
{
color: #CEE500;
}
</style>
background-color css
<style>
a { background-color: #CEE500; }
a { background-color: rgb(206,229,0); }
div.DivClassName
{
background-color: #CEE500;
}
.BgClassName
{
background-color: #CEE500;
}
</style>
border-color css
<style>
span { border-color: #CEE500; }
span { border-color: rgb(206,229,0); }
td.TdClassName
{
border-color: #CEE500;
}
.TagClassName
{
border-color: #CEE500;
}
</style>