Shades of Limeade #5B952E
Tints of Limeade #5B952E
RGB
CMYK
RGB Variations
Color information
#5B952E (or 0x5B952E) is known color: Limeade. HEX triplet: 5B, 95 and 2E. RGB value is (91,149,46). Sum of RGB (Red+Green+Blue) = 91+149+46=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #5B952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B952E is #A46AD1. Grayscale: #787878. Windows color (decimal): -10775250 or 3052891. OLE color: 3052891.
HSL color Cylindrical-coordinate representation of color #5B952E: hue angle of 93.79º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B952E is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 46 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.42 |
| HSL | 93.79º | 0.53% | 0.38% | - |
| HSV(B) | 93.79º | 0.69% | 0.58% | - |
| XYZ | 15.55 | 23.92 | 6.38 | - |
| YUV | 119.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 46 | 0.39 | 0 | 0.69 | 0.42 | 93.79 | 0.53 | 0.38 |
| Hex | 5B | 95 | 2E | 27 | 0 | 45 | 2A | 5E | 35 | 26 |
| Octal | 133 | 225 | 56 | 47 | 0 | 105 | 52 | 136 | 65 | 46 |
| Binary | 1011011 | 10010101 | 101110 | 100111 | 0 | 1000101 | 101010 | 1011110 | 110101 | 100110 |
Color Harmonies of #5B952E
Complementary color
Monochromatic Colors of #5B952E
Black with #5B952E
Text Example
Text Example
White with #5B952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B952E; }
p { color: rgb(91,149,46); }
H1.HeaderClassName
{
color: #5B952E;
}
.AnyTagClassName
{
color: #5B952E;
}
</style>
background-color css
<style>
a { background-color: #5B952E; }
a { background-color: rgb(91,149,46); }
div.DivClassName
{
background-color: #5B952E;
}
.BgClassName
{
background-color: #5B952E;
}
</style>
border-color css
<style>
span { border-color: #5B952E; }
span { border-color: rgb(91,149,46); }
td.TdClassName
{
border-color: #5B952E;
}
.TagClassName
{
border-color: #5B952E;
}
</style>