Shades of Limeade #5E972B
Tints of Limeade #5E972B
RGB
CMYK
RGB Variations
Color information
#5E972B (or 0x5E972B) is known color: Limeade. HEX triplet: 5E, 97 and 2B. RGB value is (94,151,43). Sum of RGB (Red+Green+Blue) = 94+151+43=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #5E972B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E972B is #A168D4. Grayscale: #7A7A7A. Windows color (decimal): -10578133 or 2856798. OLE color: 2856798.
HSL color Cylindrical-coordinate representation of color #5E972B: hue angle of 91.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E972B is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 43 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.41 |
| HSL | 91.67º | 0.56% | 0.38% | - |
| HSV(B) | 91.67º | 0.72% | 0.59% | - |
| XYZ | 16.12 | 24.69 | 6.2 | - |
| YUV | 121.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 43 | 0.38 | 0 | 0.72 | 0.41 | 91.67 | 0.56 | 0.38 |
| Hex | 5E | 97 | 2B | 26 | 0 | 48 | 29 | 5C | 38 | 26 |
| Octal | 136 | 227 | 53 | 46 | 0 | 110 | 51 | 134 | 70 | 46 |
| Binary | 1011110 | 10010111 | 101011 | 100110 | 0 | 1001000 | 101001 | 1011100 | 111000 | 100110 |
Color Harmonies of #5E972B
Complementary color
Monochromatic Colors of #5E972B
Black with #5E972B
Text Example
Text Example
White with #5E972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E972B; }
p { color: rgb(94,151,43); }
H1.HeaderClassName
{
color: #5E972B;
}
.AnyTagClassName
{
color: #5E972B;
}
</style>
background-color css
<style>
a { background-color: #5E972B; }
a { background-color: rgb(94,151,43); }
div.DivClassName
{
background-color: #5E972B;
}
.BgClassName
{
background-color: #5E972B;
}
</style>
border-color css
<style>
span { border-color: #5E972B; }
span { border-color: rgb(94,151,43); }
td.TdClassName
{
border-color: #5E972B;
}
.TagClassName
{
border-color: #5E972B;
}
</style>