Shades of Limeade #5BAB27
Tints of Limeade #5BAB27
RGB
CMYK
RGB Variations
Color information
#5BAB27 (or 0x5BAB27) is known color: Limeade. HEX triplet: 5B, AB and 27. RGB value is (91,171,39). Sum of RGB (Red+Green+Blue) = 91+171+39=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB27 is #A454D8. Grayscale: #848484. Windows color (decimal): -10769625 or 2599771. OLE color: 2599771.
HSL color Cylindrical-coordinate representation of color #5BAB27: hue angle of 96.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BAB27 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 39 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.33 |
| HSL | 96.36º | 0.63% | 0.41% | - |
| HSV(B) | 96.36º | 0.77% | 0.67% | - |
| XYZ | 19.24 | 31.5 | 6.98 | - |
| YUV | 132.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 39 | 0.47 | 0 | 0.77 | 0.33 | 96.36 | 0.63 | 0.41 |
| Hex | 5B | AB | 27 | 2F | 0 | 4D | 21 | 60 | 3F | 29 |
| Octal | 133 | 253 | 47 | 57 | 0 | 115 | 41 | 140 | 77 | 51 |
| Binary | 1011011 | 10101011 | 100111 | 101111 | 0 | 1001101 | 100001 | 1100000 | 111111 | 101001 |
Color Harmonies of #5BAB27
Complementary color
Monochromatic Colors of #5BAB27
Black with #5BAB27
Text Example
Text Example
White with #5BAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB27; }
p { color: rgb(91,171,39); }
H1.HeaderClassName
{
color: #5BAB27;
}
.AnyTagClassName
{
color: #5BAB27;
}
</style>
background-color css
<style>
a { background-color: #5BAB27; }
a { background-color: rgb(91,171,39); }
div.DivClassName
{
background-color: #5BAB27;
}
.BgClassName
{
background-color: #5BAB27;
}
</style>
border-color css
<style>
span { border-color: #5BAB27; }
span { border-color: rgb(91,171,39); }
td.TdClassName
{
border-color: #5BAB27;
}
.TagClassName
{
border-color: #5BAB27;
}
</style>