Shades of Electric Lime #CFEC00
Tints of Electric Lime #CFEC00
RGB
CMYK
RGB Variations
Color information
#CFEC00 (or 0xCFEC00) is known color: Electric Lime. HEX triplet: CF, EC and 00. RGB value is (207,236,0). Sum of RGB (Red+Green+Blue) = 207+236+0=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC00 is #3013FF. Grayscale: #C9C9C9. Windows color (decimal): -3150848 or 60623. OLE color: 60623.
HSL color Cylindrical-coordinate representation of color #CFEC00: hue angle of 67.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFEC00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.07 |
| HSL | 67.37º | 1% | 0.46% | - |
| HSV(B) | 67.37º | 1% | 0.93% | - |
| XYZ | 55.73 | 73.26 | 11.2 | - |
| YUV | 200.43 | 14.89 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 0 | 0.12 | 0 | 1 | 0.07 | 67.37 | 1 | 0.46 |
| Hex | CF | EC | 0 | C | 0 | 64 | 7 | 43 | 64 | 2E |
| Octal | 317 | 354 | 0 | 14 | 0 | 144 | 7 | 103 | 144 | 56 |
| Binary | 11001111 | 11101100 | 0 | 1100 | 0 | 1100100 | 111 | 1000011 | 1100100 | 101110 |
Color Harmonies of #CFEC00
Complementary color
Monochromatic Colors of #CFEC00
Black with #CFEC00
Text Example
Text Example
White with #CFEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC00; }
p { color: rgb(207,236,0); }
H1.HeaderClassName
{
color: #CFEC00;
}
.AnyTagClassName
{
color: #CFEC00;
}
</style>
background-color css
<style>
a { background-color: #CFEC00; }
a { background-color: rgb(207,236,0); }
div.DivClassName
{
background-color: #CFEC00;
}
.BgClassName
{
background-color: #CFEC00;
}
</style>
border-color css
<style>
span { border-color: #CFEC00; }
span { border-color: rgb(207,236,0); }
td.TdClassName
{
border-color: #CFEC00;
}
.TagClassName
{
border-color: #CFEC00;
}
</style>