Shades of Electric Lime #CEF617
Tints of Electric Lime #CEF617
RGB
CMYK
RGB Variations
Color information
#CEF617 (or 0xCEF617) is known color: Electric Lime. HEX triplet: CE, F6 and 17. RGB value is (206,246,23). Sum of RGB (Red+Green+Blue) = 206+246+23=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF617 is #3109E8. Grayscale: #D1D1D1. Windows color (decimal): -3213801 or 1570510. OLE color: 1570510.
HSL color Cylindrical-coordinate representation of color #CEF617: hue angle of 70.76º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEF617 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 23 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.76º | 0.93% | 0.53% | - |
| HSV(B) | 70.76º | 0.91% | 0.96% | - |
| XYZ | 58.56 | 79.1 | 12.99 | - |
| YUV | 208.62 | 23.25 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 23 | 0.16 | 0 | 0.91 | 0.04 | 70.76 | 0.93 | 0.53 |
| Hex | CE | F6 | 17 | 10 | 0 | 5B | 4 | 47 | 5D | 35 |
| Octal | 316 | 366 | 27 | 20 | 0 | 133 | 4 | 107 | 135 | 65 |
| Binary | 11001110 | 11110110 | 10111 | 10000 | 0 | 1011011 | 100 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CEF617
Complementary color
Monochromatic Colors of #CEF617
Black with #CEF617
Text Example
Text Example
White with #CEF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF617; }
p { color: rgb(206,246,23); }
H1.HeaderClassName
{
color: #CEF617;
}
.AnyTagClassName
{
color: #CEF617;
}
</style>
background-color css
<style>
a { background-color: #CEF617; }
a { background-color: rgb(206,246,23); }
div.DivClassName
{
background-color: #CEF617;
}
.BgClassName
{
background-color: #CEF617;
}
</style>
border-color css
<style>
span { border-color: #CEF617; }
span { border-color: rgb(206,246,23); }
td.TdClassName
{
border-color: #CEF617;
}
.TagClassName
{
border-color: #CEF617;
}
</style>