Shades of Limeade #5E9938
Tints of Limeade #5E9938
RGB
CMYK
RGB Variations
Color information
#5E9938 (or 0x5E9938) is known color: Limeade. HEX triplet: 5E, 99 and 38. RGB value is (94,153,56). Sum of RGB (Red+Green+Blue) = 94+153+56=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9938 is #A166C7. Grayscale: #7C7C7C. Windows color (decimal): -10577608 or 3709278. OLE color: 3709278.
HSL color Cylindrical-coordinate representation of color #5E9938: hue angle of 96.49º 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 #5E9938 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 56 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.4 |
| HSL | 96.49º | 0.46% | 0.41% | - |
| HSV(B) | 96.49º | 0.63% | 0.6% | - |
| XYZ | 16.72 | 25.45 | 7.77 | - |
| YUV | 124.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 56 | 0.39 | 0 | 0.63 | 0.4 | 96.49 | 0.46 | 0.41 |
| Hex | 5E | 99 | 38 | 27 | 0 | 3F | 28 | 60 | 2E | 29 |
| Octal | 136 | 231 | 70 | 47 | 0 | 77 | 50 | 140 | 56 | 51 |
| Binary | 1011110 | 10011001 | 111000 | 100111 | 0 | 111111 | 101000 | 1100000 | 101110 | 101001 |
Color Harmonies of #5E9938
Complementary color
Monochromatic Colors of #5E9938
Black with #5E9938
Text Example
Text Example
White with #5E9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9938; }
p { color: rgb(94,153,56); }
H1.HeaderClassName
{
color: #5E9938;
}
.AnyTagClassName
{
color: #5E9938;
}
</style>
background-color css
<style>
a { background-color: #5E9938; }
a { background-color: rgb(94,153,56); }
div.DivClassName
{
background-color: #5E9938;
}
.BgClassName
{
background-color: #5E9938;
}
</style>
border-color css
<style>
span { border-color: #5E9938; }
span { border-color: rgb(94,153,56); }
td.TdClassName
{
border-color: #5E9938;
}
.TagClassName
{
border-color: #5E9938;
}
</style>