Shades of Limeade #5BA22D
Tints of Limeade #5BA22D
RGB
CMYK
RGB Variations
Color information
#5BA22D (or 0x5BA22D) is known color: Limeade. HEX triplet: 5B, A2 and 2D. RGB value is (91,162,45). Sum of RGB (Red+Green+Blue) = 91+162+45=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA22D is #A45DD2. Grayscale: #7F7F7F. Windows color (decimal): -10771923 or 2990683. OLE color: 2990683.
HSL color Cylindrical-coordinate representation of color #5BA22D: hue angle of 96.41º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BA22D is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 45 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.36 |
| HSL | 96.41º | 0.57% | 0.41% | - |
| HSV(B) | 96.41º | 0.72% | 0.64% | - |
| XYZ | 17.71 | 28.25 | 7 | - |
| YUV | 127.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 45 | 0.44 | 0 | 0.72 | 0.36 | 96.41 | 0.57 | 0.41 |
| Hex | 5B | A2 | 2D | 2C | 0 | 48 | 24 | 60 | 39 | 29 |
| Octal | 133 | 242 | 55 | 54 | 0 | 110 | 44 | 140 | 71 | 51 |
| Binary | 1011011 | 10100010 | 101101 | 101100 | 0 | 1001000 | 100100 | 1100000 | 111001 | 101001 |
Color Harmonies of #5BA22D
Complementary color
Monochromatic Colors of #5BA22D
Black with #5BA22D
Text Example
Text Example
White with #5BA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA22D; }
p { color: rgb(91,162,45); }
H1.HeaderClassName
{
color: #5BA22D;
}
.AnyTagClassName
{
color: #5BA22D;
}
</style>
background-color css
<style>
a { background-color: #5BA22D; }
a { background-color: rgb(91,162,45); }
div.DivClassName
{
background-color: #5BA22D;
}
.BgClassName
{
background-color: #5BA22D;
}
</style>
border-color css
<style>
span { border-color: #5BA22D; }
span { border-color: rgb(91,162,45); }
td.TdClassName
{
border-color: #5BA22D;
}
.TagClassName
{
border-color: #5BA22D;
}
</style>