Shades of Lemon #EFFC24
Tints of Lemon #EFFC24
RGB
CMYK
RGB Variations
Color information
#EFFC24 (or 0xEFFC24) is known color: Lemon. HEX triplet: EF, FC and 24. RGB value is (239,252,36). Sum of RGB (Red+Green+Blue) = 239+252+36=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 36 (14.45% from 255 or 6.83% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC24 is #1003DB. Grayscale: #E0E0E0. Windows color (decimal): -1049564 or 2424047. OLE color: 2424047.
HSL color Cylindrical-coordinate representation of color #EFFC24: hue angle of 63.61º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFFC24 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 36 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.01 |
| HSL | 63.61º | 0.97% | 0.56% | - |
| HSV(B) | 63.61º | 0.86% | 0.99% | - |
| XYZ | 70.73 | 88.1 | 14.95 | - |
| YUV | 223.49 | 22.19 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 36 | 0.05 | 0 | 0.86 | 0.01 | 63.61 | 0.97 | 0.56 |
| Hex | EF | FC | 24 | 5 | 0 | 56 | 1 | 40 | 61 | 38 |
| Octal | 357 | 374 | 44 | 5 | 0 | 126 | 1 | 100 | 141 | 70 |
| Binary | 11101111 | 11111100 | 100100 | 101 | 0 | 1010110 | 1 | 1000000 | 1100001 | 111000 |
Color Harmonies of #EFFC24
Complementary color
Monochromatic Colors of #EFFC24
Black with #EFFC24
Text Example
Text Example
White with #EFFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC24; }
p { color: rgb(239,252,36); }
H1.HeaderClassName
{
color: #EFFC24;
}
.AnyTagClassName
{
color: #EFFC24;
}
</style>
background-color css
<style>
a { background-color: #EFFC24; }
a { background-color: rgb(239,252,36); }
div.DivClassName
{
background-color: #EFFC24;
}
.BgClassName
{
background-color: #EFFC24;
}
</style>
border-color css
<style>
span { border-color: #EFFC24; }
span { border-color: rgb(239,252,36); }
td.TdClassName
{
border-color: #EFFC24;
}
.TagClassName
{
border-color: #EFFC24;
}
</style>