Shades of Limeade #5E9D38
Tints of Limeade #5E9D38
RGB
CMYK
RGB Variations
Color information
#5E9D38 (or 0x5E9D38) is known color: Limeade. HEX triplet: 5E, 9D and 38. RGB value is (94,157,56). Sum of RGB (Red+Green+Blue) = 94+157+56=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D38 is #A162C7. Grayscale: #7E7E7E. Windows color (decimal): -10576584 or 3710302. OLE color: 3710302.
HSL color Cylindrical-coordinate representation of color #5E9D38: hue angle of 97.43º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E9D38 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 56 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.38 |
| HSL | 97.43º | 0.47% | 0.42% | - |
| HSV(B) | 97.43º | 0.64% | 0.62% | - |
| XYZ | 17.39 | 26.78 | 7.99 | - |
| YUV | 126.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 56 | 0.40 | 0 | 0.64 | 0.38 | 97.43 | 0.47 | 0.42 |
| Hex | 5E | 9D | 38 | 28 | 0 | 40 | 26 | 61 | 2F | 2A |
| Octal | 136 | 235 | 70 | 50 | 0 | 100 | 46 | 141 | 57 | 52 |
| Binary | 1011110 | 10011101 | 111000 | 101000 | 0 | 1000000 | 100110 | 1100001 | 101111 | 101010 |
Color Harmonies of #5E9D38
Complementary color
Monochromatic Colors of #5E9D38
Black with #5E9D38
Text Example
Text Example
White with #5E9D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D38; }
p { color: rgb(94,157,56); }
H1.HeaderClassName
{
color: #5E9D38;
}
.AnyTagClassName
{
color: #5E9D38;
}
</style>
background-color css
<style>
a { background-color: #5E9D38; }
a { background-color: rgb(94,157,56); }
div.DivClassName
{
background-color: #5E9D38;
}
.BgClassName
{
background-color: #5E9D38;
}
</style>
border-color css
<style>
span { border-color: #5E9D38; }
span { border-color: rgb(94,157,56); }
td.TdClassName
{
border-color: #5E9D38;
}
.TagClassName
{
border-color: #5E9D38;
}
</style>