Shades of Limeade #5BAA2D
Tints of Limeade #5BAA2D
RGB
CMYK
RGB Variations
Color information
#5BAA2D (or 0x5BAA2D) is known color: Limeade. HEX triplet: 5B, AA and 2D. RGB value is (91,170,45). Sum of RGB (Red+Green+Blue) = 91+170+45=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA2D is #A455D2. Grayscale: #848484. Windows color (decimal): -10769875 or 2992731. OLE color: 2992731.
HSL color Cylindrical-coordinate representation of color #5BAA2D: hue angle of 97.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BAA2D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 45 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.33 |
| HSL | 97.92º | 0.58% | 0.42% | - |
| HSV(B) | 97.92º | 0.74% | 0.67% | - |
| XYZ | 19.16 | 31.16 | 7.49 | - |
| YUV | 132.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 45 | 0.46 | 0 | 0.74 | 0.33 | 97.92 | 0.58 | 0.42 |
| Hex | 5B | AA | 2D | 2E | 0 | 4A | 21 | 62 | 3A | 2A |
| Octal | 133 | 252 | 55 | 56 | 0 | 112 | 41 | 142 | 72 | 52 |
| Binary | 1011011 | 10101010 | 101101 | 101110 | 0 | 1001010 | 100001 | 1100010 | 111010 | 101010 |
Color Harmonies of #5BAA2D
Complementary color
Monochromatic Colors of #5BAA2D
Black with #5BAA2D
Text Example
Text Example
White with #5BAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA2D; }
p { color: rgb(91,170,45); }
H1.HeaderClassName
{
color: #5BAA2D;
}
.AnyTagClassName
{
color: #5BAA2D;
}
</style>
background-color css
<style>
a { background-color: #5BAA2D; }
a { background-color: rgb(91,170,45); }
div.DivClassName
{
background-color: #5BAA2D;
}
.BgClassName
{
background-color: #5BAA2D;
}
</style>
border-color css
<style>
span { border-color: #5BAA2D; }
span { border-color: rgb(91,170,45); }
td.TdClassName
{
border-color: #5BAA2D;
}
.TagClassName
{
border-color: #5BAA2D;
}
</style>