Shades of Lemon #EFF31E
Tints of Lemon #EFF31E
RGB
CMYK
RGB Variations
Color information
#EFF31E (or 0xEFF31E) is known color: Lemon. HEX triplet: EF, F3 and 1E. RGB value is (239,243,30). Sum of RGB (Red+Green+Blue) = 239+243+30=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF31E is #100CE1. Grayscale: #DADADA. Windows color (decimal): -1051874 or 2028527. OLE color: 2028527.
HSL color Cylindrical-coordinate representation of color #EFF31E: hue angle of 61.13º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFF31E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 30 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.13º | 0.9% | 0.54% | - |
| HSV(B) | 61.13º | 0.88% | 0.95% | - |
| XYZ | 67.88 | 82.55 | 13.58 | - |
| YUV | 217.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 30 | 0.02 | 0 | 0.88 | 0.05 | 61.13 | 0.9 | 0.54 |
| Hex | EF | F3 | 1E | 2 | 0 | 58 | 5 | 3D | 5A | 36 |
| Octal | 357 | 363 | 36 | 2 | 0 | 130 | 5 | 75 | 132 | 66 |
| Binary | 11101111 | 11110011 | 11110 | 10 | 0 | 1011000 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #EFF31E
Complementary color
Monochromatic Colors of #EFF31E
Black with #EFF31E
Text Example
Text Example
White with #EFF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF31E; }
p { color: rgb(239,243,30); }
H1.HeaderClassName
{
color: #EFF31E;
}
.AnyTagClassName
{
color: #EFF31E;
}
</style>
background-color css
<style>
a { background-color: #EFF31E; }
a { background-color: rgb(239,243,30); }
div.DivClassName
{
background-color: #EFF31E;
}
.BgClassName
{
background-color: #EFF31E;
}
</style>
border-color css
<style>
span { border-color: #EFF31E; }
span { border-color: rgb(239,243,30); }
td.TdClassName
{
border-color: #EFF31E;
}
.TagClassName
{
border-color: #EFF31E;
}
</style>