Shades of Electric Lime #CFEC0D
Tints of Electric Lime #CFEC0D
RGB
CMYK
RGB Variations
Color information
#CFEC0D (or 0xCFEC0D) is known color: Electric Lime. HEX triplet: CF, EC and 0D. RGB value is (207,236,13). Sum of RGB (Red+Green+Blue) = 207+236+13=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC0D is #3013F2. Grayscale: #CACACA. Windows color (decimal): -3150835 or 912591. OLE color: 912591.
HSL color Cylindrical-coordinate representation of color #CFEC0D: hue angle of 67.8º degrees, saturation: 0.9, 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 #CFEC0D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.07 |
| HSL | 67.8º | 0.9% | 0.49% | - |
| HSV(B) | 67.8º | 0.94% | 0.93% | - |
| XYZ | 55.8 | 73.29 | 11.59 | - |
| YUV | 201.91 | 21.39 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 13 | 0.12 | 0 | 0.94 | 0.07 | 67.8 | 0.9 | 0.49 |
| Hex | CF | EC | D | C | 0 | 5E | 7 | 44 | 5A | 31 |
| Octal | 317 | 354 | 15 | 14 | 0 | 136 | 7 | 104 | 132 | 61 |
| Binary | 11001111 | 11101100 | 1101 | 1100 | 0 | 1011110 | 111 | 1000100 | 1011010 | 110001 |
Color Harmonies of #CFEC0D
Complementary color
Monochromatic Colors of #CFEC0D
Black with #CFEC0D
Text Example
Text Example
White with #CFEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC0D; }
p { color: rgb(207,236,13); }
H1.HeaderClassName
{
color: #CFEC0D;
}
.AnyTagClassName
{
color: #CFEC0D;
}
</style>
background-color css
<style>
a { background-color: #CFEC0D; }
a { background-color: rgb(207,236,13); }
div.DivClassName
{
background-color: #CFEC0D;
}
.BgClassName
{
background-color: #CFEC0D;
}
</style>
border-color css
<style>
span { border-color: #CFEC0D; }
span { border-color: rgb(207,236,13); }
td.TdClassName
{
border-color: #CFEC0D;
}
.TagClassName
{
border-color: #CFEC0D;
}
</style>