Shades of Electric Lime #CFEC0E
Tints of Electric Lime #CFEC0E
RGB
CMYK
RGB Variations
Color information
#CFEC0E (or 0xCFEC0E) is known color: Electric Lime. HEX triplet: CF, EC and 0E. RGB value is (207,236,14). Sum of RGB (Red+Green+Blue) = 207+236+14=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC0E is #3013F1. Grayscale: #CACACA. Windows color (decimal): -3150834 or 978127. OLE color: 978127.
HSL color Cylindrical-coordinate representation of color #CFEC0E: hue angle of 67.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFEC0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.07 |
| HSL | 67.84º | 0.89% | 0.49% | - |
| HSV(B) | 67.84º | 0.94% | 0.93% | - |
| XYZ | 55.81 | 73.29 | 11.62 | - |
| YUV | 202.02 | 21.89 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 14 | 0.12 | 0 | 0.94 | 0.07 | 67.84 | 0.89 | 0.49 |
| Hex | CF | EC | E | C | 0 | 5E | 7 | 44 | 59 | 31 |
| Octal | 317 | 354 | 16 | 14 | 0 | 136 | 7 | 104 | 131 | 61 |
| Binary | 11001111 | 11101100 | 1110 | 1100 | 0 | 1011110 | 111 | 1000100 | 1011001 | 110001 |
Color Harmonies of #CFEC0E
Complementary color
Monochromatic Colors of #CFEC0E
Black with #CFEC0E
Text Example
Text Example
White with #CFEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC0E; }
p { color: rgb(207,236,14); }
H1.HeaderClassName
{
color: #CFEC0E;
}
.AnyTagClassName
{
color: #CFEC0E;
}
</style>
background-color css
<style>
a { background-color: #CFEC0E; }
a { background-color: rgb(207,236,14); }
div.DivClassName
{
background-color: #CFEC0E;
}
.BgClassName
{
background-color: #CFEC0E;
}
</style>
border-color css
<style>
span { border-color: #CFEC0E; }
span { border-color: rgb(207,236,14); }
td.TdClassName
{
border-color: #CFEC0E;
}
.TagClassName
{
border-color: #CFEC0E;
}
</style>