Shades of Lemon #EDFE24
Tints of Lemon #EDFE24
RGB
CMYK
RGB Variations
Color information
#EDFE24 (or 0xEDFE24) is known color: Lemon. HEX triplet: ED, FE and 24. RGB value is (237,254,36). Sum of RGB (Red+Green+Blue) = 237+254+36=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 36 (14.45% from 255 or 6.83% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE24 is #1201DB. Grayscale: #E0E0E0. Windows color (decimal): -1180124 or 2424557. OLE color: 2424557.
HSL color Cylindrical-coordinate representation of color #EDFE24: hue angle of 64.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDFE24 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 36 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.00 |
| HSL | 64.68º | 0.99% | 0.57% | - |
| HSV(B) | 64.68º | 0.86% | 1% | - |
| XYZ | 70.69 | 89.02 | 15.13 | - |
| YUV | 224.07 | 21.87 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 36 | 0.07 | 0 | 0.86 | 0.00 | 64.68 | 0.99 | 0.57 |
| Hex | ED | FE | 24 | 7 | 0 | 56 | 0 | 41 | 63 | 39 |
| Octal | 355 | 376 | 44 | 7 | 0 | 126 | 0 | 101 | 143 | 71 |
| Binary | 11101101 | 11111110 | 100100 | 111 | 0 | 1010110 | 0 | 1000001 | 1100011 | 111001 |
Color Harmonies of #EDFE24
Complementary color
Monochromatic Colors of #EDFE24
Black with #EDFE24
Text Example
Text Example
White with #EDFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE24; }
p { color: rgb(237,254,36); }
H1.HeaderClassName
{
color: #EDFE24;
}
.AnyTagClassName
{
color: #EDFE24;
}
</style>
background-color css
<style>
a { background-color: #EDFE24; }
a { background-color: rgb(237,254,36); }
div.DivClassName
{
background-color: #EDFE24;
}
.BgClassName
{
background-color: #EDFE24;
}
</style>
border-color css
<style>
span { border-color: #EDFE24; }
span { border-color: rgb(237,254,36); }
td.TdClassName
{
border-color: #EDFE24;
}
.TagClassName
{
border-color: #EDFE24;
}
</style>