Shades of Limeade #5BA42B
Tints of Limeade #5BA42B
RGB
CMYK
RGB Variations
Color information
#5BA42B (or 0x5BA42B) is known color: Limeade. HEX triplet: 5B, A4 and 2B. RGB value is (91,164,43). Sum of RGB (Red+Green+Blue) = 91+164+43=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA42B is #A45BD4. Grayscale: #808080. Windows color (decimal): -10771413 or 2860123. OLE color: 2860123.
HSL color Cylindrical-coordinate representation of color #5BA42B: hue angle of 96.2º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BA42B is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 43 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.36 |
| HSL | 96.2º | 0.58% | 0.41% | - |
| HSV(B) | 96.2º | 0.74% | 0.64% | - |
| XYZ | 18.03 | 28.95 | 6.92 | - |
| YUV | 128.38 | 79.82 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 43 | 0.45 | 0 | 0.74 | 0.36 | 96.2 | 0.58 | 0.41 |
| Hex | 5B | A4 | 2B | 2D | 0 | 4A | 24 | 60 | 3A | 29 |
| Octal | 133 | 244 | 53 | 55 | 0 | 112 | 44 | 140 | 72 | 51 |
| Binary | 1011011 | 10100100 | 101011 | 101101 | 0 | 1001010 | 100100 | 1100000 | 111010 | 101001 |
Color Harmonies of #5BA42B
Complementary color
Monochromatic Colors of #5BA42B
Black with #5BA42B
Text Example
Text Example
White with #5BA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA42B; }
p { color: rgb(91,164,43); }
H1.HeaderClassName
{
color: #5BA42B;
}
.AnyTagClassName
{
color: #5BA42B;
}
</style>
background-color css
<style>
a { background-color: #5BA42B; }
a { background-color: rgb(91,164,43); }
div.DivClassName
{
background-color: #5BA42B;
}
.BgClassName
{
background-color: #5BA42B;
}
</style>
border-color css
<style>
span { border-color: #5BA42B; }
span { border-color: rgb(91,164,43); }
td.TdClassName
{
border-color: #5BA42B;
}
.TagClassName
{
border-color: #5BA42B;
}
</style>