Shades of Lemon #EFF41E
Tints of Lemon #EFF41E
RGB
CMYK
RGB Variations
Color information
#EFF41E (or 0xEFF41E) is known color: Lemon. HEX triplet: EF, F4 and 1E. RGB value is (239,244,30). Sum of RGB (Red+Green+Blue) = 239+244+30=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 30 (12.11% from 255 or 5.85% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF41E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF41E is #100BE1. Grayscale: #DADADA. Windows color (decimal): -1051618 or 2028783. OLE color: 2028783.
HSL color Cylindrical-coordinate representation of color #EFF41E: hue angle of 61.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFF41E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 30 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.04 |
| HSL | 61.4º | 0.91% | 0.54% | - |
| HSV(B) | 61.4º | 0.88% | 0.96% | - |
| XYZ | 68.18 | 83.15 | 13.68 | - |
| YUV | 218.11 | 21.84 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 30 | 0.02 | 0 | 0.88 | 0.04 | 61.4 | 0.91 | 0.54 |
| Hex | EF | F4 | 1E | 2 | 0 | 58 | 4 | 3D | 5B | 36 |
| Octal | 357 | 364 | 36 | 2 | 0 | 130 | 4 | 75 | 133 | 66 |
| Binary | 11101111 | 11110100 | 11110 | 10 | 0 | 1011000 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #EFF41E
Complementary color
Monochromatic Colors of #EFF41E
Black with #EFF41E
Text Example
Text Example
White with #EFF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF41E; }
p { color: rgb(239,244,30); }
H1.HeaderClassName
{
color: #EFF41E;
}
.AnyTagClassName
{
color: #EFF41E;
}
</style>
background-color css
<style>
a { background-color: #EFF41E; }
a { background-color: rgb(239,244,30); }
div.DivClassName
{
background-color: #EFF41E;
}
.BgClassName
{
background-color: #EFF41E;
}
</style>
border-color css
<style>
span { border-color: #EFF41E; }
span { border-color: rgb(239,244,30); }
td.TdClassName
{
border-color: #EFF41E;
}
.TagClassName
{
border-color: #EFF41E;
}
</style>