Shades of Limeade #5E972C
Tints of Limeade #5E972C
RGB
CMYK
RGB Variations
Color information
#5E972C (or 0x5E972C) is known color: Limeade. HEX triplet: 5E, 97 and 2C. RGB value is (94,151,44). Sum of RGB (Red+Green+Blue) = 94+151+44=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #5E972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E972C is #A168D3. Grayscale: #7A7A7A. Windows color (decimal): -10578132 or 2922334. OLE color: 2922334.
HSL color Cylindrical-coordinate representation of color #5E972C: hue angle of 91.96º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E972C is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 44 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.41 |
| HSL | 91.96º | 0.55% | 0.38% | - |
| HSV(B) | 91.96º | 0.71% | 0.59% | - |
| XYZ | 16.14 | 24.69 | 6.3 | - |
| YUV | 121.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 44 | 0.38 | 0 | 0.71 | 0.41 | 91.96 | 0.55 | 0.38 |
| Hex | 5E | 97 | 2C | 26 | 0 | 47 | 29 | 5C | 37 | 26 |
| Octal | 136 | 227 | 54 | 46 | 0 | 107 | 51 | 134 | 67 | 46 |
| Binary | 1011110 | 10010111 | 101100 | 100110 | 0 | 1000111 | 101001 | 1011100 | 110111 | 100110 |
Color Harmonies of #5E972C
Complementary color
Monochromatic Colors of #5E972C
Black with #5E972C
Text Example
Text Example
White with #5E972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E972C; }
p { color: rgb(94,151,44); }
H1.HeaderClassName
{
color: #5E972C;
}
.AnyTagClassName
{
color: #5E972C;
}
</style>
background-color css
<style>
a { background-color: #5E972C; }
a { background-color: rgb(94,151,44); }
div.DivClassName
{
background-color: #5E972C;
}
.BgClassName
{
background-color: #5E972C;
}
</style>
border-color css
<style>
span { border-color: #5E972C; }
span { border-color: rgb(94,151,44); }
td.TdClassName
{
border-color: #5E972C;
}
.TagClassName
{
border-color: #5E972C;
}
</style>