Shades of Electric Lime #CEF80D
Tints of Electric Lime #CEF80D
RGB
CMYK
RGB Variations
Color information
#CEF80D (or 0xCEF80D) is known color: Electric Lime. HEX triplet: CE, F8 and 0D. RGB value is (206,248,13). Sum of RGB (Red+Green+Blue) = 206+248+13=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF80D is #3107F2. Grayscale: #D1D1D1. Windows color (decimal): -3213299 or 915662. OLE color: 915662.
HSL color Cylindrical-coordinate representation of color #CEF80D: hue angle of 70.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF80D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 13 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.03 |
| HSL | 70.72º | 0.94% | 0.51% | - |
| HSV(B) | 70.72º | 0.95% | 0.97% | - |
| XYZ | 59.09 | 80.29 | 12.76 | - |
| YUV | 208.65 | 17.59 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 13 | 0.17 | 0 | 0.95 | 0.03 | 70.72 | 0.94 | 0.51 |
| Hex | CE | F8 | D | 11 | 0 | 5F | 3 | 47 | 5E | 33 |
| Octal | 316 | 370 | 15 | 21 | 0 | 137 | 3 | 107 | 136 | 63 |
| Binary | 11001110 | 11111000 | 1101 | 10001 | 0 | 1011111 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CEF80D
Complementary color
Monochromatic Colors of #CEF80D
Black with #CEF80D
Text Example
Text Example
White with #CEF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF80D; }
p { color: rgb(206,248,13); }
H1.HeaderClassName
{
color: #CEF80D;
}
.AnyTagClassName
{
color: #CEF80D;
}
</style>
background-color css
<style>
a { background-color: #CEF80D; }
a { background-color: rgb(206,248,13); }
div.DivClassName
{
background-color: #CEF80D;
}
.BgClassName
{
background-color: #CEF80D;
}
</style>
border-color css
<style>
span { border-color: #CEF80D; }
span { border-color: rgb(206,248,13); }
td.TdClassName
{
border-color: #CEF80D;
}
.TagClassName
{
border-color: #CEF80D;
}
</style>