Shades of Electric Lime #CEE10A
Tints of Electric Lime #CEE10A
RGB
CMYK
RGB Variations
Color information
#CEE10A (or 0xCEE10A) is known color: Electric Lime. HEX triplet: CE, E1 and 0A. RGB value is (206,225,10). Sum of RGB (Red+Green+Blue) = 206+225+10=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE10A is #311EF5. Grayscale: #C3C3C3. Windows color (decimal): -3219190 or 713166. OLE color: 713166.
HSL color Cylindrical-coordinate representation of color #CEE10A: hue angle of 65.3º degrees, saturation: 0.91, 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 #CEE10A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 10 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.12 |
| HSL | 65.3º | 0.91% | 0.46% | - |
| HSV(B) | 65.3º | 0.96% | 0.88% | - |
| XYZ | 52.43 | 66.99 | 10.45 | - |
| YUV | 194.81 | 23.71 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 10 | 0.08 | 0 | 0.96 | 0.12 | 65.3 | 0.91 | 0.46 |
| Hex | CE | E1 | A | 8 | 0 | 60 | C | 41 | 5B | 2E |
| Octal | 316 | 341 | 12 | 10 | 0 | 140 | 14 | 101 | 133 | 56 |
| Binary | 11001110 | 11100001 | 1010 | 1000 | 0 | 1100000 | 1100 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CEE10A
Complementary color
Monochromatic Colors of #CEE10A
Black with #CEE10A
Text Example
Text Example
White with #CEE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE10A; }
p { color: rgb(206,225,10); }
H1.HeaderClassName
{
color: #CEE10A;
}
.AnyTagClassName
{
color: #CEE10A;
}
</style>
background-color css
<style>
a { background-color: #CEE10A; }
a { background-color: rgb(206,225,10); }
div.DivClassName
{
background-color: #CEE10A;
}
.BgClassName
{
background-color: #CEE10A;
}
</style>
border-color css
<style>
span { border-color: #CEE10A; }
span { border-color: rgb(206,225,10); }
td.TdClassName
{
border-color: #CEE10A;
}
.TagClassName
{
border-color: #CEE10A;
}
</style>