Shades of Electric Lime #CEF718
Tints of Electric Lime #CEF718
RGB
CMYK
RGB Variations
Color information
#CEF718 (or 0xCEF718) is known color: Electric Lime. HEX triplet: CE, F7 and 18. RGB value is (206,247,24). Sum of RGB (Red+Green+Blue) = 206+247+24=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF718 is #3108E7. Grayscale: #D2D2D2. Windows color (decimal): -3213544 or 1636302. OLE color: 1636302.
HSL color Cylindrical-coordinate representation of color #CEF718: hue angle of 71.03º degrees, saturation: 0.93, 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 #CEF718 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.03º | 0.93% | 0.53% | - |
| HSV(B) | 71.03º | 0.9% | 0.97% | - |
| XYZ | 58.88 | 79.71 | 13.15 | - |
| YUV | 209.32 | 23.42 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 24 | 0.17 | 0 | 0.90 | 0.03 | 71.03 | 0.93 | 0.53 |
| Hex | CE | F7 | 18 | 11 | 0 | 5A | 3 | 47 | 5D | 35 |
| Octal | 316 | 367 | 30 | 21 | 0 | 132 | 3 | 107 | 135 | 65 |
| Binary | 11001110 | 11110111 | 11000 | 10001 | 0 | 1011010 | 11 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CEF718
Complementary color
Monochromatic Colors of #CEF718
Black with #CEF718
Text Example
Text Example
White with #CEF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF718; }
p { color: rgb(206,247,24); }
H1.HeaderClassName
{
color: #CEF718;
}
.AnyTagClassName
{
color: #CEF718;
}
</style>
background-color css
<style>
a { background-color: #CEF718; }
a { background-color: rgb(206,247,24); }
div.DivClassName
{
background-color: #CEF718;
}
.BgClassName
{
background-color: #CEF718;
}
</style>
border-color css
<style>
span { border-color: #CEF718; }
span { border-color: rgb(206,247,24); }
td.TdClassName
{
border-color: #CEF718;
}
.TagClassName
{
border-color: #CEF718;
}
</style>