Shades of Electric Lime #CEF80B
Tints of Electric Lime #CEF80B
RGB
CMYK
RGB Variations
Color information
#CEF80B (or 0xCEF80B) is known color: Electric Lime. HEX triplet: CE, F8 and 0B. RGB value is (206,248,11). Sum of RGB (Red+Green+Blue) = 206+248+11=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF80B is #3107F4. Grayscale: #D1D1D1. Windows color (decimal): -3213301 or 784590. OLE color: 784590.
HSL color Cylindrical-coordinate representation of color #CEF80B: hue angle of 70.63º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF80B is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 11 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.03 |
| HSL | 70.63º | 0.94% | 0.51% | - |
| HSV(B) | 70.63º | 0.96% | 0.97% | - |
| XYZ | 59.08 | 80.28 | 12.7 | - |
| YUV | 208.42 | 16.59 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 11 | 0.17 | 0 | 0.96 | 0.03 | 70.63 | 0.94 | 0.51 |
| Hex | CE | F8 | B | 11 | 0 | 60 | 3 | 47 | 5E | 33 |
| Octal | 316 | 370 | 13 | 21 | 0 | 140 | 3 | 107 | 136 | 63 |
| Binary | 11001110 | 11111000 | 1011 | 10001 | 0 | 1100000 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CEF80B
Complementary color
Monochromatic Colors of #CEF80B
Black with #CEF80B
Text Example
Text Example
White with #CEF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF80B; }
p { color: rgb(206,248,11); }
H1.HeaderClassName
{
color: #CEF80B;
}
.AnyTagClassName
{
color: #CEF80B;
}
</style>
background-color css
<style>
a { background-color: #CEF80B; }
a { background-color: rgb(206,248,11); }
div.DivClassName
{
background-color: #CEF80B;
}
.BgClassName
{
background-color: #CEF80B;
}
</style>
border-color css
<style>
span { border-color: #CEF80B; }
span { border-color: rgb(206,248,11); }
td.TdClassName
{
border-color: #CEF80B;
}
.TagClassName
{
border-color: #CEF80B;
}
</style>