Shades of Limeade #5BAC28
Tints of Limeade #5BAC28
RGB
CMYK
RGB Variations
Color information
#5BAC28 (or 0x5BAC28) is known color: Limeade. HEX triplet: 5B, AC and 28. RGB value is (91,172,40). Sum of RGB (Red+Green+Blue) = 91+172+40=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC28 is #A453D7. Grayscale: #858585. Windows color (decimal): -10769368 or 2665563. OLE color: 2665563.
HSL color Cylindrical-coordinate representation of color #5BAC28: hue angle of 96.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BAC28 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 40 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.33 |
| HSL | 96.82º | 0.62% | 0.42% | - |
| HSV(B) | 96.82º | 0.77% | 0.67% | - |
| XYZ | 19.45 | 31.88 | 7.14 | - |
| YUV | 132.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 40 | 0.47 | 0 | 0.77 | 0.33 | 96.82 | 0.62 | 0.42 |
| Hex | 5B | AC | 28 | 2F | 0 | 4D | 21 | 61 | 3E | 2A |
| Octal | 133 | 254 | 50 | 57 | 0 | 115 | 41 | 141 | 76 | 52 |
| Binary | 1011011 | 10101100 | 101000 | 101111 | 0 | 1001101 | 100001 | 1100001 | 111110 | 101010 |
Color Harmonies of #5BAC28
Complementary color
Monochromatic Colors of #5BAC28
Black with #5BAC28
Text Example
Text Example
White with #5BAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC28; }
p { color: rgb(91,172,40); }
H1.HeaderClassName
{
color: #5BAC28;
}
.AnyTagClassName
{
color: #5BAC28;
}
</style>
background-color css
<style>
a { background-color: #5BAC28; }
a { background-color: rgb(91,172,40); }
div.DivClassName
{
background-color: #5BAC28;
}
.BgClassName
{
background-color: #5BAC28;
}
</style>
border-color css
<style>
span { border-color: #5BAC28; }
span { border-color: rgb(91,172,40); }
td.TdClassName
{
border-color: #5BAC28;
}
.TagClassName
{
border-color: #5BAC28;
}
</style>