Shades of Electric Lime #CEF516
Tints of Electric Lime #CEF516
RGB
CMYK
RGB Variations
Color information
#CEF516 (or 0xCEF516) is known color: Electric Lime. HEX triplet: CE, F5 and 16. RGB value is (206,245,22). Sum of RGB (Red+Green+Blue) = 206+245+22=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF516 is #310AE9. Grayscale: #D0D0D0. Windows color (decimal): -3214058 or 1504718. OLE color: 1504718.
HSL color Cylindrical-coordinate representation of color #CEF516: hue angle of 70.49º degrees, saturation: 0.92, 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 #CEF516 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.49º | 0.92% | 0.52% | - |
| HSV(B) | 70.49º | 0.91% | 0.96% | - |
| XYZ | 58.25 | 78.48 | 12.84 | - |
| YUV | 207.92 | 23.08 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 22 | 0.16 | 0 | 0.91 | 0.04 | 70.49 | 0.92 | 0.52 |
| Hex | CE | F5 | 16 | 10 | 0 | 5B | 4 | 46 | 5C | 34 |
| Octal | 316 | 365 | 26 | 20 | 0 | 133 | 4 | 106 | 134 | 64 |
| Binary | 11001110 | 11110101 | 10110 | 10000 | 0 | 1011011 | 100 | 1000110 | 1011100 | 110100 |
Color Harmonies of #CEF516
Complementary color
Monochromatic Colors of #CEF516
Black with #CEF516
Text Example
Text Example
White with #CEF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF516; }
p { color: rgb(206,245,22); }
H1.HeaderClassName
{
color: #CEF516;
}
.AnyTagClassName
{
color: #CEF516;
}
</style>
background-color css
<style>
a { background-color: #CEF516; }
a { background-color: rgb(206,245,22); }
div.DivClassName
{
background-color: #CEF516;
}
.BgClassName
{
background-color: #CEF516;
}
</style>
border-color css
<style>
span { border-color: #CEF516; }
span { border-color: rgb(206,245,22); }
td.TdClassName
{
border-color: #CEF516;
}
.TagClassName
{
border-color: #CEF516;
}
</style>