Shades of Electric Lime #CEF60F
Tints of Electric Lime #CEF60F
RGB
CMYK
RGB Variations
Color information
#CEF60F (or 0xCEF60F) is known color: Electric Lime. HEX triplet: CE, F6 and 0F. RGB value is (206,246,15). Sum of RGB (Red+Green+Blue) = 206+246+15=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF60F is #3109F0. Grayscale: #D0D0D0. Windows color (decimal): -3213809 or 1046222. OLE color: 1046222.
HSL color Cylindrical-coordinate representation of color #CEF60F: hue angle of 70.39º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF60F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.04 |
| HSL | 70.39º | 0.93% | 0.51% | - |
| HSV(B) | 70.39º | 0.94% | 0.96% | - |
| XYZ | 58.5 | 79.07 | 12.63 | - |
| YUV | 207.71 | 19.25 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 15 | 0.16 | 0 | 0.94 | 0.04 | 70.39 | 0.93 | 0.51 |
| Hex | CE | F6 | F | 10 | 0 | 5E | 4 | 46 | 5D | 33 |
| Octal | 316 | 366 | 17 | 20 | 0 | 136 | 4 | 106 | 135 | 63 |
| Binary | 11001110 | 11110110 | 1111 | 10000 | 0 | 1011110 | 100 | 1000110 | 1011101 | 110011 |
Color Harmonies of #CEF60F
Complementary color
Monochromatic Colors of #CEF60F
Black with #CEF60F
Text Example
Text Example
White with #CEF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF60F; }
p { color: rgb(206,246,15); }
H1.HeaderClassName
{
color: #CEF60F;
}
.AnyTagClassName
{
color: #CEF60F;
}
</style>
background-color css
<style>
a { background-color: #CEF60F; }
a { background-color: rgb(206,246,15); }
div.DivClassName
{
background-color: #CEF60F;
}
.BgClassName
{
background-color: #CEF60F;
}
</style>
border-color css
<style>
span { border-color: #CEF60F; }
span { border-color: rgb(206,246,15); }
td.TdClassName
{
border-color: #CEF60F;
}
.TagClassName
{
border-color: #CEF60F;
}
</style>