Shades of Limeade #5BA230
Tints of Limeade #5BA230
RGB
CMYK
RGB Variations
Color information
#5BA230 (or 0x5BA230) is known color: Limeade. HEX triplet: 5B, A2 and 30. RGB value is (91,162,48). Sum of RGB (Red+Green+Blue) = 91+162+48=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA230 is #A45DCF. Grayscale: #808080. Windows color (decimal): -10771920 or 3187291. OLE color: 3187291.
HSL color Cylindrical-coordinate representation of color #5BA230: hue angle of 97.37º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BA230 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 48 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.36 |
| HSL | 97.37º | 0.54% | 0.41% | - |
| HSV(B) | 97.37º | 0.7% | 0.64% | - |
| XYZ | 17.77 | 28.28 | 7.32 | - |
| YUV | 127.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 48 | 0.44 | 0 | 0.70 | 0.36 | 97.37 | 0.54 | 0.41 |
| Hex | 5B | A2 | 30 | 2C | 0 | 46 | 24 | 61 | 36 | 29 |
| Octal | 133 | 242 | 60 | 54 | 0 | 106 | 44 | 141 | 66 | 51 |
| Binary | 1011011 | 10100010 | 110000 | 101100 | 0 | 1000110 | 100100 | 1100001 | 110110 | 101001 |
Color Harmonies of #5BA230
Complementary color
Monochromatic Colors of #5BA230
Black with #5BA230
Text Example
Text Example
White with #5BA230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA230; }
p { color: rgb(91,162,48); }
H1.HeaderClassName
{
color: #5BA230;
}
.AnyTagClassName
{
color: #5BA230;
}
</style>
background-color css
<style>
a { background-color: #5BA230; }
a { background-color: rgb(91,162,48); }
div.DivClassName
{
background-color: #5BA230;
}
.BgClassName
{
background-color: #5BA230;
}
</style>
border-color css
<style>
span { border-color: #5BA230; }
span { border-color: rgb(91,162,48); }
td.TdClassName
{
border-color: #5BA230;
}
.TagClassName
{
border-color: #5BA230;
}
</style>