Shades of Limeade #5BAC25
Tints of Limeade #5BAC25
RGB
CMYK
RGB Variations
Color information
#5BAC25 (or 0x5BAC25) is known color: Limeade. HEX triplet: 5B, AC and 25. RGB value is (91,172,37). Sum of RGB (Red+Green+Blue) = 91+172+37=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC25 is #A453DA. Grayscale: #848484. Windows color (decimal): -10769371 or 2468955. OLE color: 2468955.
HSL color Cylindrical-coordinate representation of color #5BAC25: hue angle of 96º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BAC25 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 37 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.33 |
| HSL | 96º | 0.65% | 0.41% | - |
| HSV(B) | 96º | 0.78% | 0.67% | - |
| XYZ | 19.4 | 31.86 | 6.88 | - |
| YUV | 132.39 | 74.16 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 37 | 0.47 | 0 | 0.78 | 0.33 | 96 | 0.65 | 0.41 |
| Hex | 5B | AC | 25 | 2F | 0 | 4E | 21 | 60 | 41 | 29 |
| Octal | 133 | 254 | 45 | 57 | 0 | 116 | 41 | 140 | 101 | 51 |
| Binary | 1011011 | 10101100 | 100101 | 101111 | 0 | 1001110 | 100001 | 1100000 | 1000001 | 101001 |
Color Harmonies of #5BAC25
Complementary color
Monochromatic Colors of #5BAC25
Black with #5BAC25
Text Example
Text Example
White with #5BAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC25; }
p { color: rgb(91,172,37); }
H1.HeaderClassName
{
color: #5BAC25;
}
.AnyTagClassName
{
color: #5BAC25;
}
</style>
background-color css
<style>
a { background-color: #5BAC25; }
a { background-color: rgb(91,172,37); }
div.DivClassName
{
background-color: #5BAC25;
}
.BgClassName
{
background-color: #5BAC25;
}
</style>
border-color css
<style>
span { border-color: #5BAC25; }
span { border-color: rgb(91,172,37); }
td.TdClassName
{
border-color: #5BAC25;
}
.TagClassName
{
border-color: #5BAC25;
}
</style>