Shades of Limeade #5E9630
Tints of Limeade #5E9630
RGB
CMYK
RGB Variations
Color information
#5E9630 (or 0x5E9630) is known color: Limeade. HEX triplet: 5E, 96 and 30. RGB value is (94,150,48). Sum of RGB (Red+Green+Blue) = 94+150+48=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9630 is #A169CF. Grayscale: #797979. Windows color (decimal): -10578384 or 3184222. OLE color: 3184222.
HSL color Cylindrical-coordinate representation of color #5E9630: hue angle of 92.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E9630 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 48 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.41 |
| HSL | 92.94º | 0.52% | 0.39% | - |
| HSV(B) | 92.94º | 0.68% | 0.59% | - |
| XYZ | 16.06 | 24.41 | 6.66 | - |
| YUV | 121.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 48 | 0.37 | 0 | 0.68 | 0.41 | 92.94 | 0.52 | 0.39 |
| Hex | 5E | 96 | 30 | 25 | 0 | 44 | 29 | 5D | 34 | 27 |
| Octal | 136 | 226 | 60 | 45 | 0 | 104 | 51 | 135 | 64 | 47 |
| Binary | 1011110 | 10010110 | 110000 | 100101 | 0 | 1000100 | 101001 | 1011101 | 110100 | 100111 |
Color Harmonies of #5E9630
Complementary color
Monochromatic Colors of #5E9630
Black with #5E9630
Text Example
Text Example
White with #5E9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9630; }
p { color: rgb(94,150,48); }
H1.HeaderClassName
{
color: #5E9630;
}
.AnyTagClassName
{
color: #5E9630;
}
</style>
background-color css
<style>
a { background-color: #5E9630; }
a { background-color: rgb(94,150,48); }
div.DivClassName
{
background-color: #5E9630;
}
.BgClassName
{
background-color: #5E9630;
}
</style>
border-color css
<style>
span { border-color: #5E9630; }
span { border-color: rgb(94,150,48); }
td.TdClassName
{
border-color: #5E9630;
}
.TagClassName
{
border-color: #5E9630;
}
</style>