Shades of Electric Lime #CEF416
Tints of Electric Lime #CEF416
RGB
CMYK
RGB Variations
Color information
#CEF416 (or 0xCEF416) is known color: Electric Lime. HEX triplet: CE, F4 and 16. RGB value is (206,244,22). Sum of RGB (Red+Green+Blue) = 206+244+22=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF416 is #310BE9. Grayscale: #D0D0D0. Windows color (decimal): -3214314 or 1504462. OLE color: 1504462.
HSL color Cylindrical-coordinate representation of color #CEF416: hue angle of 70.27º 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 #CEF416 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.27º | 0.91% | 0.52% | - |
| HSV(B) | 70.27º | 0.91% | 0.96% | - |
| XYZ | 57.95 | 77.88 | 12.74 | - |
| YUV | 207.33 | 23.41 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 22 | 0.16 | 0 | 0.91 | 0.04 | 70.27 | 0.91 | 0.52 |
| Hex | CE | F4 | 16 | 10 | 0 | 5B | 4 | 46 | 5B | 34 |
| Octal | 316 | 364 | 26 | 20 | 0 | 133 | 4 | 106 | 133 | 64 |
| Binary | 11001110 | 11110100 | 10110 | 10000 | 0 | 1011011 | 100 | 1000110 | 1011011 | 110100 |
Color Harmonies of #CEF416
Complementary color
Monochromatic Colors of #CEF416
Black with #CEF416
Text Example
Text Example
White with #CEF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF416; }
p { color: rgb(206,244,22); }
H1.HeaderClassName
{
color: #CEF416;
}
.AnyTagClassName
{
color: #CEF416;
}
</style>
background-color css
<style>
a { background-color: #CEF416; }
a { background-color: rgb(206,244,22); }
div.DivClassName
{
background-color: #CEF416;
}
.BgClassName
{
background-color: #CEF416;
}
</style>
border-color css
<style>
span { border-color: #CEF416; }
span { border-color: rgb(206,244,22); }
td.TdClassName
{
border-color: #CEF416;
}
.TagClassName
{
border-color: #CEF416;
}
</style>