Shades of Limeade #5E9524
Tints of Limeade #5E9524
RGB
CMYK
RGB Variations
Color information
#5E9524 (or 0x5E9524) is known color: Limeade. HEX triplet: 5E, 95 and 24. RGB value is (94,149,36). Sum of RGB (Red+Green+Blue) = 94+149+36=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9524 is #A16ADB. Grayscale: #787878. Windows color (decimal): -10578652 or 2397534. OLE color: 2397534.
HSL color Cylindrical-coordinate representation of color #5E9524: hue angle of 89.2º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E9524 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 36 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.42 |
| HSL | 89.2º | 0.61% | 0.36% | - |
| HSV(B) | 89.2º | 0.76% | 0.58% | - |
| XYZ | 15.68 | 24 | 5.48 | - |
| YUV | 119.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 36 | 0.37 | 0 | 0.76 | 0.42 | 89.2 | 0.61 | 0.36 |
| Hex | 5E | 95 | 24 | 25 | 0 | 4C | 2A | 59 | 3D | 24 |
| Octal | 136 | 225 | 44 | 45 | 0 | 114 | 52 | 131 | 75 | 44 |
| Binary | 1011110 | 10010101 | 100100 | 100101 | 0 | 1001100 | 101010 | 1011001 | 111101 | 100100 |
Color Harmonies of #5E9524
Complementary color
Monochromatic Colors of #5E9524
Black with #5E9524
Text Example
Text Example
White with #5E9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9524; }
p { color: rgb(94,149,36); }
H1.HeaderClassName
{
color: #5E9524;
}
.AnyTagClassName
{
color: #5E9524;
}
</style>
background-color css
<style>
a { background-color: #5E9524; }
a { background-color: rgb(94,149,36); }
div.DivClassName
{
background-color: #5E9524;
}
.BgClassName
{
background-color: #5E9524;
}
</style>
border-color css
<style>
span { border-color: #5E9524; }
span { border-color: rgb(94,149,36); }
td.TdClassName
{
border-color: #5E9524;
}
.TagClassName
{
border-color: #5E9524;
}
</style>