Shades of Lemon #ECFE22
Tints of Lemon #ECFE22
RGB
CMYK
RGB Variations
Color information
#ECFE22 (or 0xECFE22) is known color: Lemon. HEX triplet: EC, FE and 22. RGB value is (236,254,34). Sum of RGB (Red+Green+Blue) = 236+254+34=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 34 (13.67% from 255 or 6.49% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE22 is #1301DD. Grayscale: #E0E0E0. Windows color (decimal): -1245662 or 2293484. OLE color: 2293484.
HSL color Cylindrical-coordinate representation of color #ECFE22: hue angle of 64.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECFE22 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 34 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.00 |
| HSL | 64.91º | 0.99% | 0.56% | - |
| HSV(B) | 64.91º | 0.87% | 1% | - |
| XYZ | 70.32 | 88.83 | 14.95 | - |
| YUV | 223.54 | 21.04 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 34 | 0.07 | 0 | 0.87 | 0.00 | 64.91 | 0.99 | 0.56 |
| Hex | EC | FE | 22 | 7 | 0 | 57 | 0 | 41 | 63 | 38 |
| Octal | 354 | 376 | 42 | 7 | 0 | 127 | 0 | 101 | 143 | 70 |
| Binary | 11101100 | 11111110 | 100010 | 111 | 0 | 1010111 | 0 | 1000001 | 1100011 | 111000 |
Color Harmonies of #ECFE22
Complementary color
Monochromatic Colors of #ECFE22
Black with #ECFE22
Text Example
Text Example
White with #ECFE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE22; }
p { color: rgb(236,254,34); }
H1.HeaderClassName
{
color: #ECFE22;
}
.AnyTagClassName
{
color: #ECFE22;
}
</style>
background-color css
<style>
a { background-color: #ECFE22; }
a { background-color: rgb(236,254,34); }
div.DivClassName
{
background-color: #ECFE22;
}
.BgClassName
{
background-color: #ECFE22;
}
</style>
border-color css
<style>
span { border-color: #ECFE22; }
span { border-color: rgb(236,254,34); }
td.TdClassName
{
border-color: #ECFE22;
}
.TagClassName
{
border-color: #ECFE22;
}
</style>