Shades of Lemon #EEFE25
Tints of Lemon #EEFE25
RGB
CMYK
RGB Variations
Color information
#EEFE25 (or 0xEEFE25) is known color: Lemon. HEX triplet: EE, FE and 25. RGB value is (238,254,37). Sum of RGB (Red+Green+Blue) = 238+254+37=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 37 (14.84% from 255 or 6.99% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE25 is #1101DA. Grayscale: #E1E1E1. Windows color (decimal): -1114587 or 2490094. OLE color: 2490094.
HSL color Cylindrical-coordinate representation of color #EEFE25: hue angle of 64.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEFE25 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 37 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.00 |
| HSL | 64.42º | 0.99% | 0.57% | - |
| HSV(B) | 64.42º | 0.85% | 1% | - |
| XYZ | 71.04 | 89.19 | 15.22 | - |
| YUV | 224.48 | 22.2 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 37 | 0.06 | 0 | 0.85 | 0.00 | 64.42 | 0.99 | 0.57 |
| Hex | EE | FE | 25 | 6 | 0 | 55 | 0 | 40 | 63 | 39 |
| Octal | 356 | 376 | 45 | 6 | 0 | 125 | 0 | 100 | 143 | 71 |
| Binary | 11101110 | 11111110 | 100101 | 110 | 0 | 1010101 | 0 | 1000000 | 1100011 | 111001 |
Color Harmonies of #EEFE25
Complementary color
Monochromatic Colors of #EEFE25
Black with #EEFE25
Text Example
Text Example
White with #EEFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE25; }
p { color: rgb(238,254,37); }
H1.HeaderClassName
{
color: #EEFE25;
}
.AnyTagClassName
{
color: #EEFE25;
}
</style>
background-color css
<style>
a { background-color: #EEFE25; }
a { background-color: rgb(238,254,37); }
div.DivClassName
{
background-color: #EEFE25;
}
.BgClassName
{
background-color: #EEFE25;
}
</style>
border-color css
<style>
span { border-color: #EEFE25; }
span { border-color: rgb(238,254,37); }
td.TdClassName
{
border-color: #EEFE25;
}
.TagClassName
{
border-color: #EEFE25;
}
</style>