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