Shades of Lemon #ECFC20
Tints of Lemon #ECFC20
RGB
CMYK
RGB Variations
Color information
#ECFC20 (or 0xECFC20) is known color: Lemon. HEX triplet: EC, FC and 20. RGB value is (236,252,32). Sum of RGB (Red+Green+Blue) = 236+252+32=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC20 is #1303DF. Grayscale: #DEDEDE. Windows color (decimal): -1246176 or 2161900. OLE color: 2161900.
HSL color Cylindrical-coordinate representation of color #ECFC20: hue angle of 64.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECFC20 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 32 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.01 |
| HSL | 64.36º | 0.97% | 0.56% | - |
| HSV(B) | 64.36º | 0.87% | 0.99% | - |
| XYZ | 69.66 | 87.56 | 14.6 | - |
| YUV | 222.14 | 20.7 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 32 | 0.06 | 0 | 0.87 | 0.01 | 64.36 | 0.97 | 0.56 |
| Hex | EC | FC | 20 | 6 | 0 | 57 | 1 | 40 | 61 | 38 |
| Octal | 354 | 374 | 40 | 6 | 0 | 127 | 1 | 100 | 141 | 70 |
| Binary | 11101100 | 11111100 | 100000 | 110 | 0 | 1010111 | 1 | 1000000 | 1100001 | 111000 |
Color Harmonies of #ECFC20
Complementary color
Monochromatic Colors of #ECFC20
Black with #ECFC20
Text Example
Text Example
White with #ECFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC20; }
p { color: rgb(236,252,32); }
H1.HeaderClassName
{
color: #ECFC20;
}
.AnyTagClassName
{
color: #ECFC20;
}
</style>
background-color css
<style>
a { background-color: #ECFC20; }
a { background-color: rgb(236,252,32); }
div.DivClassName
{
background-color: #ECFC20;
}
.BgClassName
{
background-color: #ECFC20;
}
</style>
border-color css
<style>
span { border-color: #ECFC20; }
span { border-color: rgb(236,252,32); }
td.TdClassName
{
border-color: #ECFC20;
}
.TagClassName
{
border-color: #ECFC20;
}
</style>