Shades of Electric Lime #CEE80B
Tints of Electric Lime #CEE80B
RGB
CMYK
RGB Variations
Color information
#CEE80B (or 0xCEE80B) is known color: Electric Lime. HEX triplet: CE, E8 and 0B. RGB value is (206,232,11). Sum of RGB (Red+Green+Blue) = 206+232+11=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE80B is #3117F4. Grayscale: #C7C7C7. Windows color (decimal): -3217397 or 780494. OLE color: 780494.
HSL color Cylindrical-coordinate representation of color #CEE80B: hue angle of 67.06º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE80B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.09 |
| HSL | 67.06º | 0.91% | 0.48% | - |
| HSV(B) | 67.06º | 0.95% | 0.91% | - |
| XYZ | 54.37 | 70.86 | 11.13 | - |
| YUV | 199.03 | 21.89 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 11 | 0.11 | 0 | 0.95 | 0.09 | 67.06 | 0.91 | 0.48 |
| Hex | CE | E8 | B | B | 0 | 5F | 9 | 43 | 5B | 30 |
| Octal | 316 | 350 | 13 | 13 | 0 | 137 | 11 | 103 | 133 | 60 |
| Binary | 11001110 | 11101000 | 1011 | 1011 | 0 | 1011111 | 1001 | 1000011 | 1011011 | 110000 |
Color Harmonies of #CEE80B
Complementary color
Monochromatic Colors of #CEE80B
Black with #CEE80B
Text Example
Text Example
White with #CEE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE80B; }
p { color: rgb(206,232,11); }
H1.HeaderClassName
{
color: #CEE80B;
}
.AnyTagClassName
{
color: #CEE80B;
}
</style>
background-color css
<style>
a { background-color: #CEE80B; }
a { background-color: rgb(206,232,11); }
div.DivClassName
{
background-color: #CEE80B;
}
.BgClassName
{
background-color: #CEE80B;
}
</style>
border-color css
<style>
span { border-color: #CEE80B; }
span { border-color: rgb(206,232,11); }
td.TdClassName
{
border-color: #CEE80B;
}
.TagClassName
{
border-color: #CEE80B;
}
</style>