Shades of Limeade #5BAC29
Tints of Limeade #5BAC29
RGB
CMYK
RGB Variations
Color information
#5BAC29 (or 0x5BAC29) is known color: Limeade. HEX triplet: 5B, AC and 29. RGB value is (91,172,41). Sum of RGB (Red+Green+Blue) = 91+172+41=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC29 is #A453D6. Grayscale: #858585. Windows color (decimal): -10769367 or 2731099. OLE color: 2731099.
HSL color Cylindrical-coordinate representation of color #5BAC29: hue angle of 97.1º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BAC29 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 41 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.33 |
| HSL | 97.1º | 0.62% | 0.42% | - |
| HSV(B) | 97.1º | 0.76% | 0.67% | - |
| XYZ | 19.47 | 31.89 | 7.23 | - |
| YUV | 132.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 41 | 0.47 | 0 | 0.76 | 0.33 | 97.1 | 0.62 | 0.42 |
| Hex | 5B | AC | 29 | 2F | 0 | 4C | 21 | 61 | 3E | 2A |
| Octal | 133 | 254 | 51 | 57 | 0 | 114 | 41 | 141 | 76 | 52 |
| Binary | 1011011 | 10101100 | 101001 | 101111 | 0 | 1001100 | 100001 | 1100001 | 111110 | 101010 |
Color Harmonies of #5BAC29
Complementary color
Monochromatic Colors of #5BAC29
Black with #5BAC29
Text Example
Text Example
White with #5BAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC29; }
p { color: rgb(91,172,41); }
H1.HeaderClassName
{
color: #5BAC29;
}
.AnyTagClassName
{
color: #5BAC29;
}
</style>
background-color css
<style>
a { background-color: #5BAC29; }
a { background-color: rgb(91,172,41); }
div.DivClassName
{
background-color: #5BAC29;
}
.BgClassName
{
background-color: #5BAC29;
}
</style>
border-color css
<style>
span { border-color: #5BAC29; }
span { border-color: rgb(91,172,41); }
td.TdClassName
{
border-color: #5BAC29;
}
.TagClassName
{
border-color: #5BAC29;
}
</style>