Shades of Limeade #5BA22B
Tints of Limeade #5BA22B
RGB
CMYK
RGB Variations
Color information
#5BA22B (or 0x5BA22B) is known color: Limeade. HEX triplet: 5B, A2 and 2B. RGB value is (91,162,43). Sum of RGB (Red+Green+Blue) = 91+162+43=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA22B is #A45DD4. Grayscale: #7F7F7F. Windows color (decimal): -10771925 or 2859611. OLE color: 2859611.
HSL color Cylindrical-coordinate representation of color #5BA22B: hue angle of 95.8º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BA22B is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 43 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.36 |
| HSL | 95.8º | 0.58% | 0.4% | - |
| HSV(B) | 95.8º | 0.73% | 0.64% | - |
| XYZ | 17.67 | 28.24 | 6.8 | - |
| YUV | 127.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 43 | 0.44 | 0 | 0.73 | 0.36 | 95.8 | 0.58 | 0.4 |
| Hex | 5B | A2 | 2B | 2C | 0 | 49 | 24 | 60 | 3A | 28 |
| Octal | 133 | 242 | 53 | 54 | 0 | 111 | 44 | 140 | 72 | 50 |
| Binary | 1011011 | 10100010 | 101011 | 101100 | 0 | 1001001 | 100100 | 1100000 | 111010 | 101000 |
Color Harmonies of #5BA22B
Complementary color
Monochromatic Colors of #5BA22B
Black with #5BA22B
Text Example
Text Example
White with #5BA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA22B; }
p { color: rgb(91,162,43); }
H1.HeaderClassName
{
color: #5BA22B;
}
.AnyTagClassName
{
color: #5BA22B;
}
</style>
background-color css
<style>
a { background-color: #5BA22B; }
a { background-color: rgb(91,162,43); }
div.DivClassName
{
background-color: #5BA22B;
}
.BgClassName
{
background-color: #5BA22B;
}
</style>
border-color css
<style>
span { border-color: #5BA22B; }
span { border-color: rgb(91,162,43); }
td.TdClassName
{
border-color: #5BA22B;
}
.TagClassName
{
border-color: #5BA22B;
}
</style>