Shades of Limeade #5BA22F
Tints of Limeade #5BA22F
RGB
CMYK
RGB Variations
Color information
#5BA22F (or 0x5BA22F) is known color: Limeade. HEX triplet: 5B, A2 and 2F. RGB value is (91,162,47). Sum of RGB (Red+Green+Blue) = 91+162+47=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA22F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA22F is #A45DD0. Grayscale: #808080. Windows color (decimal): -10771921 or 3121755. OLE color: 3121755.
HSL color Cylindrical-coordinate representation of color #5BA22F: hue angle of 97.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BA22F is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 47 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.36 |
| HSL | 97.04º | 0.55% | 0.41% | - |
| HSV(B) | 97.04º | 0.71% | 0.64% | - |
| XYZ | 17.75 | 28.27 | 7.21 | - |
| YUV | 127.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 47 | 0.44 | 0 | 0.71 | 0.36 | 97.04 | 0.55 | 0.41 |
| Hex | 5B | A2 | 2F | 2C | 0 | 47 | 24 | 61 | 37 | 29 |
| Octal | 133 | 242 | 57 | 54 | 0 | 107 | 44 | 141 | 67 | 51 |
| Binary | 1011011 | 10100010 | 101111 | 101100 | 0 | 1000111 | 100100 | 1100001 | 110111 | 101001 |
Color Harmonies of #5BA22F
Complementary color
Monochromatic Colors of #5BA22F
Black with #5BA22F
Text Example
Text Example
White with #5BA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA22F; }
p { color: rgb(91,162,47); }
H1.HeaderClassName
{
color: #5BA22F;
}
.AnyTagClassName
{
color: #5BA22F;
}
</style>
background-color css
<style>
a { background-color: #5BA22F; }
a { background-color: rgb(91,162,47); }
div.DivClassName
{
background-color: #5BA22F;
}
.BgClassName
{
background-color: #5BA22F;
}
</style>
border-color css
<style>
span { border-color: #5BA22F; }
span { border-color: rgb(91,162,47); }
td.TdClassName
{
border-color: #5BA22F;
}
.TagClassName
{
border-color: #5BA22F;
}
</style>