Shades of Electric Lime #CEF417
Tints of Electric Lime #CEF417
RGB
CMYK
RGB Variations
Color information
#CEF417 (or 0xCEF417) is known color: Electric Lime. HEX triplet: CE, F4 and 17. RGB value is (206,244,23). Sum of RGB (Red+Green+Blue) = 206+244+23=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF417 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF417 is #310BE8. Grayscale: #D0D0D0. Windows color (decimal): -3214313 or 1569998. OLE color: 1569998.
HSL color Cylindrical-coordinate representation of color #CEF417: hue angle of 70.32º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEF417 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 23 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.32º | 0.91% | 0.52% | - |
| HSV(B) | 70.32º | 0.91% | 0.96% | - |
| XYZ | 57.96 | 77.89 | 12.79 | - |
| YUV | 207.44 | 23.91 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 23 | 0.16 | 0 | 0.91 | 0.04 | 70.32 | 0.91 | 0.52 |
| Hex | CE | F4 | 17 | 10 | 0 | 5B | 4 | 46 | 5B | 34 |
| Octal | 316 | 364 | 27 | 20 | 0 | 133 | 4 | 106 | 133 | 64 |
| Binary | 11001110 | 11110100 | 10111 | 10000 | 0 | 1011011 | 100 | 1000110 | 1011011 | 110100 |
Color Harmonies of #CEF417
Complementary color
Monochromatic Colors of #CEF417
Black with #CEF417
Text Example
Text Example
White with #CEF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF417; }
p { color: rgb(206,244,23); }
H1.HeaderClassName
{
color: #CEF417;
}
.AnyTagClassName
{
color: #CEF417;
}
</style>
background-color css
<style>
a { background-color: #CEF417; }
a { background-color: rgb(206,244,23); }
div.DivClassName
{
background-color: #CEF417;
}
.BgClassName
{
background-color: #CEF417;
}
</style>
border-color css
<style>
span { border-color: #CEF417; }
span { border-color: rgb(206,244,23); }
td.TdClassName
{
border-color: #CEF417;
}
.TagClassName
{
border-color: #CEF417;
}
</style>