Shades of Limeade #5BAC27
Tints of Limeade #5BAC27
RGB
CMYK
RGB Variations
Color information
#5BAC27 (or 0x5BAC27) is known color: Limeade. HEX triplet: 5B, AC and 27. RGB value is (91,172,39). Sum of RGB (Red+Green+Blue) = 91+172+39=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC27 is #A453D8. Grayscale: #858585. Windows color (decimal): -10769369 or 2600027. OLE color: 2600027.
HSL color Cylindrical-coordinate representation of color #5BAC27: hue angle of 96.54º 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 #5BAC27 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 39 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.33 |
| HSL | 96.54º | 0.63% | 0.41% | - |
| HSV(B) | 96.54º | 0.77% | 0.67% | - |
| XYZ | 19.43 | 31.88 | 7.05 | - |
| YUV | 132.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 39 | 0.47 | 0 | 0.77 | 0.33 | 96.54 | 0.63 | 0.41 |
| Hex | 5B | AC | 27 | 2F | 0 | 4D | 21 | 61 | 3F | 29 |
| Octal | 133 | 254 | 47 | 57 | 0 | 115 | 41 | 141 | 77 | 51 |
| Binary | 1011011 | 10101100 | 100111 | 101111 | 0 | 1001101 | 100001 | 1100001 | 111111 | 101001 |
Color Harmonies of #5BAC27
Complementary color
Monochromatic Colors of #5BAC27
Black with #5BAC27
Text Example
Text Example
White with #5BAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC27; }
p { color: rgb(91,172,39); }
H1.HeaderClassName
{
color: #5BAC27;
}
.AnyTagClassName
{
color: #5BAC27;
}
</style>
background-color css
<style>
a { background-color: #5BAC27; }
a { background-color: rgb(91,172,39); }
div.DivClassName
{
background-color: #5BAC27;
}
.BgClassName
{
background-color: #5BAC27;
}
</style>
border-color css
<style>
span { border-color: #5BAC27; }
span { border-color: rgb(91,172,39); }
td.TdClassName
{
border-color: #5BAC27;
}
.TagClassName
{
border-color: #5BAC27;
}
</style>