Shades of Electric Lime #CEE80A
Tints of Electric Lime #CEE80A
RGB
CMYK
RGB Variations
Color information
#CEE80A (or 0xCEE80A) is known color: Electric Lime. HEX triplet: CE, E8 and 0A. RGB value is (206,232,10). Sum of RGB (Red+Green+Blue) = 206+232+10=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE80A is #3117F5. Grayscale: #C7C7C7. Windows color (decimal): -3217398 or 714958. OLE color: 714958.
HSL color Cylindrical-coordinate representation of color #CEE80A: hue angle of 67.03º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEE80A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.09 |
| HSL | 67.03º | 0.92% | 0.47% | - |
| HSV(B) | 67.03º | 0.96% | 0.91% | - |
| XYZ | 54.37 | 70.86 | 11.1 | - |
| YUV | 198.92 | 21.39 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 10 | 0.11 | 0 | 0.96 | 0.09 | 67.03 | 0.92 | 0.47 |
| Hex | CE | E8 | A | B | 0 | 60 | 9 | 43 | 5C | 2F |
| Octal | 316 | 350 | 12 | 13 | 0 | 140 | 11 | 103 | 134 | 57 |
| Binary | 11001110 | 11101000 | 1010 | 1011 | 0 | 1100000 | 1001 | 1000011 | 1011100 | 101111 |
Color Harmonies of #CEE80A
Complementary color
Monochromatic Colors of #CEE80A
Black with #CEE80A
Text Example
Text Example
White with #CEE80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE80A; }
p { color: rgb(206,232,10); }
H1.HeaderClassName
{
color: #CEE80A;
}
.AnyTagClassName
{
color: #CEE80A;
}
</style>
background-color css
<style>
a { background-color: #CEE80A; }
a { background-color: rgb(206,232,10); }
div.DivClassName
{
background-color: #CEE80A;
}
.BgClassName
{
background-color: #CEE80A;
}
</style>
border-color css
<style>
span { border-color: #CEE80A; }
span { border-color: rgb(206,232,10); }
td.TdClassName
{
border-color: #CEE80A;
}
.TagClassName
{
border-color: #CEE80A;
}
</style>