Shades of Lemon #EDFE1E
Tints of Lemon #EDFE1E
RGB
CMYK
RGB Variations
Color information
#EDFE1E (or 0xEDFE1E) is known color: Lemon. HEX triplet: ED, FE and 1E. RGB value is (237,254,30). Sum of RGB (Red+Green+Blue) = 237+254+30=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE1E is #1201E1. Grayscale: #E0E0E0. Windows color (decimal): -1180130 or 2031341. OLE color: 2031341.
HSL color Cylindrical-coordinate representation of color #EDFE1E: hue angle of 64.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDFE1E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 30 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.00 |
| HSL | 64.55º | 0.99% | 0.56% | - |
| HSV(B) | 64.55º | 0.88% | 1% | - |
| XYZ | 70.6 | 88.98 | 14.68 | - |
| YUV | 223.38 | 18.87 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 30 | 0.07 | 0 | 0.88 | 0.00 | 64.55 | 0.99 | 0.56 |
| Hex | ED | FE | 1E | 7 | 0 | 58 | 0 | 41 | 63 | 38 |
| Octal | 355 | 376 | 36 | 7 | 0 | 130 | 0 | 101 | 143 | 70 |
| Binary | 11101101 | 11111110 | 11110 | 111 | 0 | 1011000 | 0 | 1000001 | 1100011 | 111000 |
Color Harmonies of #EDFE1E
Complementary color
Monochromatic Colors of #EDFE1E
Black with #EDFE1E
Text Example
Text Example
White with #EDFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE1E; }
p { color: rgb(237,254,30); }
H1.HeaderClassName
{
color: #EDFE1E;
}
.AnyTagClassName
{
color: #EDFE1E;
}
</style>
background-color css
<style>
a { background-color: #EDFE1E; }
a { background-color: rgb(237,254,30); }
div.DivClassName
{
background-color: #EDFE1E;
}
.BgClassName
{
background-color: #EDFE1E;
}
</style>
border-color css
<style>
span { border-color: #EDFE1E; }
span { border-color: rgb(237,254,30); }
td.TdClassName
{
border-color: #EDFE1E;
}
.TagClassName
{
border-color: #EDFE1E;
}
</style>