Shades of Limeade #5E9834
Tints of Limeade #5E9834
RGB
CMYK
RGB Variations
Color information
#5E9834 (or 0x5E9834) is known color: Limeade. HEX triplet: 5E, 98 and 34. RGB value is (94,152,52). Sum of RGB (Red+Green+Blue) = 94+152+52=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9834 is #A167CB. Grayscale: #7B7B7B. Windows color (decimal): -10577868 or 3446878. OLE color: 3446878.
HSL color Cylindrical-coordinate representation of color #5E9834: hue angle of 94.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E9834 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 52 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.40 |
| HSL | 94.8º | 0.49% | 0.4% | - |
| HSV(B) | 94.8º | 0.66% | 0.6% | - |
| XYZ | 16.46 | 25.08 | 7.22 | - |
| YUV | 123.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 52 | 0.38 | 0 | 0.66 | 0.40 | 94.8 | 0.49 | 0.4 |
| Hex | 5E | 98 | 34 | 26 | 0 | 42 | 28 | 5F | 31 | 28 |
| Octal | 136 | 230 | 64 | 46 | 0 | 102 | 50 | 137 | 61 | 50 |
| Binary | 1011110 | 10011000 | 110100 | 100110 | 0 | 1000010 | 101000 | 1011111 | 110001 | 101000 |
Color Harmonies of #5E9834
Complementary color
Monochromatic Colors of #5E9834
Black with #5E9834
Text Example
Text Example
White with #5E9834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9834; }
p { color: rgb(94,152,52); }
H1.HeaderClassName
{
color: #5E9834;
}
.AnyTagClassName
{
color: #5E9834;
}
</style>
background-color css
<style>
a { background-color: #5E9834; }
a { background-color: rgb(94,152,52); }
div.DivClassName
{
background-color: #5E9834;
}
.BgClassName
{
background-color: #5E9834;
}
</style>
border-color css
<style>
span { border-color: #5E9834; }
span { border-color: rgb(94,152,52); }
td.TdClassName
{
border-color: #5E9834;
}
.TagClassName
{
border-color: #5E9834;
}
</style>