Shades of Limeade #5BAA2B
Tints of Limeade #5BAA2B
RGB
CMYK
RGB Variations
Color information
#5BAA2B (or 0x5BAA2B) is known color: Limeade. HEX triplet: 5B, AA and 2B. RGB value is (91,170,43). Sum of RGB (Red+Green+Blue) = 91+170+43=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA2B is #A455D4. Grayscale: #848484. Windows color (decimal): -10769877 or 2861659. OLE color: 2861659.
HSL color Cylindrical-coordinate representation of color #5BAA2B: hue angle of 97.32º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BAA2B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 43 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.33 |
| HSL | 97.32º | 0.6% | 0.42% | - |
| HSV(B) | 97.32º | 0.75% | 0.67% | - |
| XYZ | 19.13 | 31.15 | 7.29 | - |
| YUV | 131.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 43 | 0.46 | 0 | 0.75 | 0.33 | 97.32 | 0.6 | 0.42 |
| Hex | 5B | AA | 2B | 2E | 0 | 4B | 21 | 61 | 3C | 2A |
| Octal | 133 | 252 | 53 | 56 | 0 | 113 | 41 | 141 | 74 | 52 |
| Binary | 1011011 | 10101010 | 101011 | 101110 | 0 | 1001011 | 100001 | 1100001 | 111100 | 101010 |
Color Harmonies of #5BAA2B
Complementary color
Monochromatic Colors of #5BAA2B
Black with #5BAA2B
Text Example
Text Example
White with #5BAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA2B; }
p { color: rgb(91,170,43); }
H1.HeaderClassName
{
color: #5BAA2B;
}
.AnyTagClassName
{
color: #5BAA2B;
}
</style>
background-color css
<style>
a { background-color: #5BAA2B; }
a { background-color: rgb(91,170,43); }
div.DivClassName
{
background-color: #5BAA2B;
}
.BgClassName
{
background-color: #5BAA2B;
}
</style>
border-color css
<style>
span { border-color: #5BAA2B; }
span { border-color: rgb(91,170,43); }
td.TdClassName
{
border-color: #5BAA2B;
}
.TagClassName
{
border-color: #5BAA2B;
}
</style>