Shades of Limeade #5BAB2C
Tints of Limeade #5BAB2C
RGB
CMYK
RGB Variations
Color information
#5BAB2C (or 0x5BAB2C) is known color: Limeade. HEX triplet: 5B, AB and 2C. RGB value is (91,171,44). Sum of RGB (Red+Green+Blue) = 91+171+44=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB2C is #A454D3. Grayscale: #858585. Windows color (decimal): -10769620 or 2927451. OLE color: 2927451.
HSL color Cylindrical-coordinate representation of color #5BAB2C: hue angle of 97.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BAB2C is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 44 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.33 |
| HSL | 97.8º | 0.59% | 0.42% | - |
| HSV(B) | 97.8º | 0.74% | 0.67% | - |
| XYZ | 19.33 | 31.53 | 7.45 | - |
| YUV | 132.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 44 | 0.47 | 0 | 0.74 | 0.33 | 97.8 | 0.59 | 0.42 |
| Hex | 5B | AB | 2C | 2F | 0 | 4A | 21 | 62 | 3B | 2A |
| Octal | 133 | 253 | 54 | 57 | 0 | 112 | 41 | 142 | 73 | 52 |
| Binary | 1011011 | 10101011 | 101100 | 101111 | 0 | 1001010 | 100001 | 1100010 | 111011 | 101010 |
Color Harmonies of #5BAB2C
Complementary color
Monochromatic Colors of #5BAB2C
Black with #5BAB2C
Text Example
Text Example
White with #5BAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB2C; }
p { color: rgb(91,171,44); }
H1.HeaderClassName
{
color: #5BAB2C;
}
.AnyTagClassName
{
color: #5BAB2C;
}
</style>
background-color css
<style>
a { background-color: #5BAB2C; }
a { background-color: rgb(91,171,44); }
div.DivClassName
{
background-color: #5BAB2C;
}
.BgClassName
{
background-color: #5BAB2C;
}
</style>
border-color css
<style>
span { border-color: #5BAB2C; }
span { border-color: rgb(91,171,44); }
td.TdClassName
{
border-color: #5BAB2C;
}
.TagClassName
{
border-color: #5BAB2C;
}
</style>