Shades of Lemon #EFFC1E
Tints of Lemon #EFFC1E
RGB
CMYK
RGB Variations
Color information
#EFFC1E (or 0xEFFC1E) is known color: Lemon. HEX triplet: EF, FC and 1E. RGB value is (239,252,30). Sum of RGB (Red+Green+Blue) = 239+252+30=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC1E is #1003E1. Grayscale: #DFDFDF. Windows color (decimal): -1049570 or 2030831. OLE color: 2030831.
HSL color Cylindrical-coordinate representation of color #EFFC1E: hue angle of 63.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFFC1E is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 30 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.01 |
| HSL | 63.51º | 0.97% | 0.55% | - |
| HSV(B) | 63.51º | 0.88% | 0.99% | - |
| XYZ | 70.64 | 88.07 | 14.5 | - |
| YUV | 222.81 | 19.19 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 30 | 0.05 | 0 | 0.88 | 0.01 | 63.51 | 0.97 | 0.55 |
| Hex | EF | FC | 1E | 5 | 0 | 58 | 1 | 40 | 61 | 37 |
| Octal | 357 | 374 | 36 | 5 | 0 | 130 | 1 | 100 | 141 | 67 |
| Binary | 11101111 | 11111100 | 11110 | 101 | 0 | 1011000 | 1 | 1000000 | 1100001 | 110111 |
Color Harmonies of #EFFC1E
Complementary color
Monochromatic Colors of #EFFC1E
Black with #EFFC1E
Text Example
Text Example
White with #EFFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC1E; }
p { color: rgb(239,252,30); }
H1.HeaderClassName
{
color: #EFFC1E;
}
.AnyTagClassName
{
color: #EFFC1E;
}
</style>
background-color css
<style>
a { background-color: #EFFC1E; }
a { background-color: rgb(239,252,30); }
div.DivClassName
{
background-color: #EFFC1E;
}
.BgClassName
{
background-color: #EFFC1E;
}
</style>
border-color css
<style>
span { border-color: #EFFC1E; }
span { border-color: rgb(239,252,30); }
td.TdClassName
{
border-color: #EFFC1E;
}
.TagClassName
{
border-color: #EFFC1E;
}
</style>