Shades of Limeade #5BAB29
Tints of Limeade #5BAB29
RGB
CMYK
RGB Variations
Color information
#5BAB29 (or 0x5BAB29) is known color: Limeade. HEX triplet: 5B, AB and 29. RGB value is (91,171,41). Sum of RGB (Red+Green+Blue) = 91+171+41=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB29 is #A454D6. Grayscale: #848484. Windows color (decimal): -10769623 or 2730843. OLE color: 2730843.
HSL color Cylindrical-coordinate representation of color #5BAB29: hue angle of 96.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BAB29 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 41 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.33 |
| HSL | 96.92º | 0.61% | 0.42% | - |
| HSV(B) | 96.92º | 0.76% | 0.67% | - |
| XYZ | 19.28 | 31.51 | 7.16 | - |
| YUV | 132.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 41 | 0.47 | 0 | 0.76 | 0.33 | 96.92 | 0.61 | 0.42 |
| Hex | 5B | AB | 29 | 2F | 0 | 4C | 21 | 61 | 3D | 2A |
| Octal | 133 | 253 | 51 | 57 | 0 | 114 | 41 | 141 | 75 | 52 |
| Binary | 1011011 | 10101011 | 101001 | 101111 | 0 | 1001100 | 100001 | 1100001 | 111101 | 101010 |
Color Harmonies of #5BAB29
Complementary color
Monochromatic Colors of #5BAB29
Black with #5BAB29
Text Example
Text Example
White with #5BAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB29; }
p { color: rgb(91,171,41); }
H1.HeaderClassName
{
color: #5BAB29;
}
.AnyTagClassName
{
color: #5BAB29;
}
</style>
background-color css
<style>
a { background-color: #5BAB29; }
a { background-color: rgb(91,171,41); }
div.DivClassName
{
background-color: #5BAB29;
}
.BgClassName
{
background-color: #5BAB29;
}
</style>
border-color css
<style>
span { border-color: #5BAB29; }
span { border-color: rgb(91,171,41); }
td.TdClassName
{
border-color: #5BAB29;
}
.TagClassName
{
border-color: #5BAB29;
}
</style>