Shades of Limeade #5BA32B
Tints of Limeade #5BA32B
RGB
CMYK
RGB Variations
Color information
#5BA32B (or 0x5BA32B) is known color: Limeade. HEX triplet: 5B, A3 and 2B. RGB value is (91,163,43). Sum of RGB (Red+Green+Blue) = 91+163+43=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA32B is #A45CD4. Grayscale: #808080. Windows color (decimal): -10771669 or 2859867. OLE color: 2859867.
HSL color Cylindrical-coordinate representation of color #5BA32B: hue angle of 96º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BA32B is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 43 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.36 |
| HSL | 96º | 0.58% | 0.4% | - |
| HSV(B) | 96º | 0.74% | 0.64% | - |
| XYZ | 17.85 | 28.59 | 6.86 | - |
| YUV | 127.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 43 | 0.44 | 0 | 0.74 | 0.36 | 96 | 0.58 | 0.4 |
| Hex | 5B | A3 | 2B | 2C | 0 | 4A | 24 | 60 | 3A | 28 |
| Octal | 133 | 243 | 53 | 54 | 0 | 112 | 44 | 140 | 72 | 50 |
| Binary | 1011011 | 10100011 | 101011 | 101100 | 0 | 1001010 | 100100 | 1100000 | 111010 | 101000 |
Color Harmonies of #5BA32B
Complementary color
Monochromatic Colors of #5BA32B
Black with #5BA32B
Text Example
Text Example
White with #5BA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA32B; }
p { color: rgb(91,163,43); }
H1.HeaderClassName
{
color: #5BA32B;
}
.AnyTagClassName
{
color: #5BA32B;
}
</style>
background-color css
<style>
a { background-color: #5BA32B; }
a { background-color: rgb(91,163,43); }
div.DivClassName
{
background-color: #5BA32B;
}
.BgClassName
{
background-color: #5BA32B;
}
</style>
border-color css
<style>
span { border-color: #5BA32B; }
span { border-color: rgb(91,163,43); }
td.TdClassName
{
border-color: #5BA32B;
}
.TagClassName
{
border-color: #5BA32B;
}
</style>