Shades of Lemon #EFF003
Tints of Lemon #EFF003
RGB
CMYK
RGB Variations
Color information
#EFF003 (or 0xEFF003) is known color: Lemon. HEX triplet: EF, F0 and 03. RGB value is (239,240,3). Sum of RGB (Red+Green+Blue) = 239+240+3=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF003 is #100FFC. Grayscale: #D5D5D5. Windows color (decimal): -1052669 or 258287. OLE color: 258287.
HSL color Cylindrical-coordinate representation of color #EFF003: hue angle of 60.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFF003 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 3 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.06 |
| HSL | 60.25º | 0.98% | 0.48% | - |
| HSV(B) | 60.25º | 0.99% | 0.94% | - |
| XYZ | 66.77 | 80.68 | 12.14 | - |
| YUV | 212.68 | 9.67 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 3 | 0.00 | 0 | 0.99 | 0.06 | 60.25 | 0.98 | 0.48 |
| Hex | EF | F0 | 3 | 0 | 0 | 63 | 6 | 3C | 62 | 30 |
| Octal | 357 | 360 | 3 | 0 | 0 | 143 | 6 | 74 | 142 | 60 |
| Binary | 11101111 | 11110000 | 11 | 0 | 0 | 1100011 | 110 | 111100 | 1100010 | 110000 |
Color Harmonies of #EFF003
Complementary color
Monochromatic Colors of #EFF003
Black with #EFF003
Text Example
Text Example
White with #EFF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF003; }
p { color: rgb(239,240,3); }
H1.HeaderClassName
{
color: #EFF003;
}
.AnyTagClassName
{
color: #EFF003;
}
</style>
background-color css
<style>
a { background-color: #EFF003; }
a { background-color: rgb(239,240,3); }
div.DivClassName
{
background-color: #EFF003;
}
.BgClassName
{
background-color: #EFF003;
}
</style>
border-color css
<style>
span { border-color: #EFF003; }
span { border-color: rgb(239,240,3); }
td.TdClassName
{
border-color: #EFF003;
}
.TagClassName
{
border-color: #EFF003;
}
</style>