Shades of Limeade #5E9634
Tints of Limeade #5E9634
RGB
CMYK
RGB Variations
Color information
#5E9634 (or 0x5E9634) is known color: Limeade. HEX triplet: 5E, 96 and 34. RGB value is (94,150,52). Sum of RGB (Red+Green+Blue) = 94+150+52=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9634 is #A169CB. Grayscale: #7A7A7A. Windows color (decimal): -10578380 or 3446366. OLE color: 3446366.
HSL color Cylindrical-coordinate representation of color #5E9634: hue angle of 94.29º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E9634 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 52 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.41 |
| HSL | 94.29º | 0.49% | 0.4% | - |
| HSV(B) | 94.29º | 0.65% | 0.59% | - |
| XYZ | 16.14 | 24.44 | 7.12 | - |
| YUV | 122.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 52 | 0.37 | 0 | 0.65 | 0.41 | 94.29 | 0.49 | 0.4 |
| Hex | 5E | 96 | 34 | 25 | 0 | 41 | 29 | 5E | 31 | 28 |
| Octal | 136 | 226 | 64 | 45 | 0 | 101 | 51 | 136 | 61 | 50 |
| Binary | 1011110 | 10010110 | 110100 | 100101 | 0 | 1000001 | 101001 | 1011110 | 110001 | 101000 |
Color Harmonies of #5E9634
Complementary color
Monochromatic Colors of #5E9634
Black with #5E9634
Text Example
Text Example
White with #5E9634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9634; }
p { color: rgb(94,150,52); }
H1.HeaderClassName
{
color: #5E9634;
}
.AnyTagClassName
{
color: #5E9634;
}
</style>
background-color css
<style>
a { background-color: #5E9634; }
a { background-color: rgb(94,150,52); }
div.DivClassName
{
background-color: #5E9634;
}
.BgClassName
{
background-color: #5E9634;
}
</style>
border-color css
<style>
span { border-color: #5E9634; }
span { border-color: rgb(94,150,52); }
td.TdClassName
{
border-color: #5E9634;
}
.TagClassName
{
border-color: #5E9634;
}
</style>