Shades of Limeade #5E9A39
Tints of Limeade #5E9A39
RGB
CMYK
RGB Variations
Color information
#5E9A39 (or 0x5E9A39) is known color: Limeade. HEX triplet: 5E, 9A and 39. RGB value is (94,154,57). Sum of RGB (Red+Green+Blue) = 94+154+57=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9A39 is #A165C6. Grayscale: #7D7D7D. Windows color (decimal): -10577351 or 3775070. OLE color: 3775070.
HSL color Cylindrical-coordinate representation of color #5E9A39: hue angle of 97.11º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9A39 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 57 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.40 |
| HSL | 97.11º | 0.46% | 0.41% | - |
| HSV(B) | 97.11º | 0.63% | 0.6% | - |
| XYZ | 16.91 | 25.79 | 7.96 | - |
| YUV | 125 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 57 | 0.39 | 0 | 0.63 | 0.40 | 97.11 | 0.46 | 0.41 |
| Hex | 5E | 9A | 39 | 27 | 0 | 3F | 28 | 61 | 2E | 29 |
| Octal | 136 | 232 | 71 | 47 | 0 | 77 | 50 | 141 | 56 | 51 |
| Binary | 1011110 | 10011010 | 111001 | 100111 | 0 | 111111 | 101000 | 1100001 | 101110 | 101001 |
Color Harmonies of #5E9A39
Complementary color
Monochromatic Colors of #5E9A39
Black with #5E9A39
Text Example
Text Example
White with #5E9A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A39; }
p { color: rgb(94,154,57); }
H1.HeaderClassName
{
color: #5E9A39;
}
.AnyTagClassName
{
color: #5E9A39;
}
</style>
background-color css
<style>
a { background-color: #5E9A39; }
a { background-color: rgb(94,154,57); }
div.DivClassName
{
background-color: #5E9A39;
}
.BgClassName
{
background-color: #5E9A39;
}
</style>
border-color css
<style>
span { border-color: #5E9A39; }
span { border-color: rgb(94,154,57); }
td.TdClassName
{
border-color: #5E9A39;
}
.TagClassName
{
border-color: #5E9A39;
}
</style>