Shades of Electric Lime #CEF612
Tints of Electric Lime #CEF612
RGB
CMYK
RGB Variations
Color information
#CEF612 (or 0xCEF612) is known color: Electric Lime. HEX triplet: CE, F6 and 12. RGB value is (206,246,18). Sum of RGB (Red+Green+Blue) = 206+246+18=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF612 is #3109ED. Grayscale: #D0D0D0. Windows color (decimal): -3213806 or 1242830. OLE color: 1242830.
HSL color Cylindrical-coordinate representation of color #CEF612: hue angle of 70.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF612 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 18 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.04 |
| HSL | 70.53º | 0.93% | 0.52% | - |
| HSV(B) | 70.53º | 0.93% | 0.96% | - |
| XYZ | 58.52 | 79.08 | 12.75 | - |
| YUV | 208.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 18 | 0.16 | 0 | 0.93 | 0.04 | 70.53 | 0.93 | 0.52 |
| Hex | CE | F6 | 12 | 10 | 0 | 5D | 4 | 47 | 5D | 34 |
| Octal | 316 | 366 | 22 | 20 | 0 | 135 | 4 | 107 | 135 | 64 |
| Binary | 11001110 | 11110110 | 10010 | 10000 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CEF612
Complementary color
Monochromatic Colors of #CEF612
Black with #CEF612
Text Example
Text Example
White with #CEF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF612; }
p { color: rgb(206,246,18); }
H1.HeaderClassName
{
color: #CEF612;
}
.AnyTagClassName
{
color: #CEF612;
}
</style>
background-color css
<style>
a { background-color: #CEF612; }
a { background-color: rgb(206,246,18); }
div.DivClassName
{
background-color: #CEF612;
}
.BgClassName
{
background-color: #CEF612;
}
</style>
border-color css
<style>
span { border-color: #CEF612; }
span { border-color: rgb(206,246,18); }
td.TdClassName
{
border-color: #CEF612;
}
.TagClassName
{
border-color: #CEF612;
}
</style>