Shades of Limeade #5E963F
Tints of Limeade #5E963F
RGB
CMYK
RGB Variations
Color information
#5E963F (or 0x5E963F) is known color: Limeade. HEX triplet: 5E, 96 and 3F. RGB value is (94,150,63). Sum of RGB (Red+Green+Blue) = 94+150+63=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #5E963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E963F is #A169C0. Grayscale: #7B7B7B. Windows color (decimal): -10578369 or 4167262. OLE color: 4167262.
HSL color Cylindrical-coordinate representation of color #5E963F: hue angle of 98.62º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E963F is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 63 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.41 |
| HSL | 98.62º | 0.41% | 0.42% | - |
| HSV(B) | 98.62º | 0.58% | 0.59% | - |
| XYZ | 16.42 | 24.55 | 8.58 | - |
| YUV | 123.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 63 | 0.37 | 0 | 0.58 | 0.41 | 98.62 | 0.41 | 0.42 |
| Hex | 5E | 96 | 3F | 25 | 0 | 3A | 29 | 63 | 29 | 2A |
| Octal | 136 | 226 | 77 | 45 | 0 | 72 | 51 | 143 | 51 | 52 |
| Binary | 1011110 | 10010110 | 111111 | 100101 | 0 | 111010 | 101001 | 1100011 | 101001 | 101010 |
Color Harmonies of #5E963F
Complementary color
Monochromatic Colors of #5E963F
Black with #5E963F
Text Example
Text Example
White with #5E963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E963F; }
p { color: rgb(94,150,63); }
H1.HeaderClassName
{
color: #5E963F;
}
.AnyTagClassName
{
color: #5E963F;
}
</style>
background-color css
<style>
a { background-color: #5E963F; }
a { background-color: rgb(94,150,63); }
div.DivClassName
{
background-color: #5E963F;
}
.BgClassName
{
background-color: #5E963F;
}
</style>
border-color css
<style>
span { border-color: #5E963F; }
span { border-color: rgb(94,150,63); }
td.TdClassName
{
border-color: #5E963F;
}
.TagClassName
{
border-color: #5E963F;
}
</style>