Shades of Limeade #5E9D36
Tints of Limeade #5E9D36
RGB
CMYK
RGB Variations
Color information
#5E9D36 (or 0x5E9D36) is known color: Limeade. HEX triplet: 5E, 9D and 36. RGB value is (94,157,54). Sum of RGB (Red+Green+Blue) = 94+157+54=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D36 is #A162C9. Grayscale: #7E7E7E. Windows color (decimal): -10576586 or 3579230. OLE color: 3579230.
HSL color Cylindrical-coordinate representation of color #5E9D36: hue angle of 96.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E9D36 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 54 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.38 |
| HSL | 96.7º | 0.49% | 0.41% | - |
| HSV(B) | 96.7º | 0.66% | 0.62% | - |
| XYZ | 17.34 | 26.76 | 7.74 | - |
| YUV | 126.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 54 | 0.40 | 0 | 0.66 | 0.38 | 96.7 | 0.49 | 0.41 |
| Hex | 5E | 9D | 36 | 28 | 0 | 42 | 26 | 61 | 31 | 29 |
| Octal | 136 | 235 | 66 | 50 | 0 | 102 | 46 | 141 | 61 | 51 |
| Binary | 1011110 | 10011101 | 110110 | 101000 | 0 | 1000010 | 100110 | 1100001 | 110001 | 101001 |
Color Harmonies of #5E9D36
Complementary color
Monochromatic Colors of #5E9D36
Black with #5E9D36
Text Example
Text Example
White with #5E9D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D36; }
p { color: rgb(94,157,54); }
H1.HeaderClassName
{
color: #5E9D36;
}
.AnyTagClassName
{
color: #5E9D36;
}
</style>
background-color css
<style>
a { background-color: #5E9D36; }
a { background-color: rgb(94,157,54); }
div.DivClassName
{
background-color: #5E9D36;
}
.BgClassName
{
background-color: #5E9D36;
}
</style>
border-color css
<style>
span { border-color: #5E9D36; }
span { border-color: rgb(94,157,54); }
td.TdClassName
{
border-color: #5E9D36;
}
.TagClassName
{
border-color: #5E9D36;
}
</style>