Shades of Electric Lime #CEE501
Tints of Electric Lime #CEE501
RGB
CMYK
RGB Variations
Color information
#CEE501 (or 0xCEE501) is known color: Electric Lime. HEX triplet: CE, E5 and 01. RGB value is (206,229,1). Sum of RGB (Red+Green+Blue) = 206+229+1=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE501 is #311AFE. Grayscale: #C5C5C5. Windows color (decimal): -3218175 or 124366. OLE color: 124366.
HSL color Cylindrical-coordinate representation of color #CEE501: hue angle of 66.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEE501 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.10 |
| HSL | 66.05º | 0.99% | 0.45% | - |
| HSV(B) | 66.05º | 1% | 0.9% | - |
| XYZ | 53.48 | 69.16 | 10.56 | - |
| YUV | 196.13 | 17.88 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 1 | 0.10 | 0 | 1.00 | 0.10 | 66.05 | 0.99 | 0.45 |
| Hex | CE | E5 | 1 | A | 0 | 64 | A | 42 | 63 | 2D |
| Octal | 316 | 345 | 1 | 12 | 0 | 144 | 12 | 102 | 143 | 55 |
| Binary | 11001110 | 11100101 | 1 | 1010 | 0 | 1100100 | 1010 | 1000010 | 1100011 | 101101 |
Color Harmonies of #CEE501
Complementary color
Monochromatic Colors of #CEE501
Black with #CEE501
Text Example
Text Example
White with #CEE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE501; }
p { color: rgb(206,229,1); }
H1.HeaderClassName
{
color: #CEE501;
}
.AnyTagClassName
{
color: #CEE501;
}
</style>
background-color css
<style>
a { background-color: #CEE501; }
a { background-color: rgb(206,229,1); }
div.DivClassName
{
background-color: #CEE501;
}
.BgClassName
{
background-color: #CEE501;
}
</style>
border-color css
<style>
span { border-color: #CEE501; }
span { border-color: rgb(206,229,1); }
td.TdClassName
{
border-color: #CEE501;
}
.TagClassName
{
border-color: #CEE501;
}
</style>