Shades of Electric Lime #CEF818
Tints of Electric Lime #CEF818
RGB
CMYK
RGB Variations
Color information
#CEF818 (or 0xCEF818) is known color: Electric Lime. HEX triplet: CE, F8 and 18. RGB value is (206,248,24). Sum of RGB (Red+Green+Blue) = 206+248+24=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF818 is #3107E7. Grayscale: #D2D2D2. Windows color (decimal): -3213288 or 1636558. OLE color: 1636558.
HSL color Cylindrical-coordinate representation of color #CEF818: hue angle of 71.25º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF818 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.25º | 0.94% | 0.53% | - |
| HSV(B) | 71.25º | 0.9% | 0.97% | - |
| XYZ | 59.19 | 80.32 | 13.25 | - |
| YUV | 209.91 | 23.09 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 24 | 0.17 | 0 | 0.90 | 0.03 | 71.25 | 0.94 | 0.53 |
| Hex | CE | F8 | 18 | 11 | 0 | 5A | 3 | 47 | 5E | 35 |
| Octal | 316 | 370 | 30 | 21 | 0 | 132 | 3 | 107 | 136 | 65 |
| Binary | 11001110 | 11111000 | 11000 | 10001 | 0 | 1011010 | 11 | 1000111 | 1011110 | 110101 |
Color Harmonies of #CEF818
Complementary color
Monochromatic Colors of #CEF818
Black with #CEF818
Text Example
Text Example
White with #CEF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF818; }
p { color: rgb(206,248,24); }
H1.HeaderClassName
{
color: #CEF818;
}
.AnyTagClassName
{
color: #CEF818;
}
</style>
background-color css
<style>
a { background-color: #CEF818; }
a { background-color: rgb(206,248,24); }
div.DivClassName
{
background-color: #CEF818;
}
.BgClassName
{
background-color: #CEF818;
}
</style>
border-color css
<style>
span { border-color: #CEF818; }
span { border-color: rgb(206,248,24); }
td.TdClassName
{
border-color: #CEF818;
}
.TagClassName
{
border-color: #CEF818;
}
</style>