Shades of Limeade #5BA20D
Tints of Limeade #5BA20D
RGB
CMYK
RGB Variations
Color information
#5BA20D (or 0x5BA20D) is known color: Limeade. HEX triplet: 5B, A2 and 0D. RGB value is (91,162,13). Sum of RGB (Red+Green+Blue) = 91+162+13=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA20D is #A45DF2. Grayscale: #7C7C7C. Windows color (decimal): -10771955 or 893531. OLE color: 893531.
HSL color Cylindrical-coordinate representation of color #5BA20D: hue angle of 88.59º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BA20D is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 13 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.36 |
| HSL | 88.59º | 0.85% | 0.34% | - |
| HSV(B) | 88.59º | 0.92% | 0.64% | - |
| XYZ | 17.31 | 28.09 | 4.89 | - |
| YUV | 123.79 | 65.48 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 13 | 0.44 | 0 | 0.92 | 0.36 | 88.59 | 0.85 | 0.34 |
| Hex | 5B | A2 | D | 2C | 0 | 5C | 24 | 59 | 55 | 22 |
| Octal | 133 | 242 | 15 | 54 | 0 | 134 | 44 | 131 | 125 | 42 |
| Binary | 1011011 | 10100010 | 1101 | 101100 | 0 | 1011100 | 100100 | 1011001 | 1010101 | 100010 |
Color Harmonies of #5BA20D
Complementary color
Monochromatic Colors of #5BA20D
Black with #5BA20D
Text Example
Text Example
White with #5BA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA20D; }
p { color: rgb(91,162,13); }
H1.HeaderClassName
{
color: #5BA20D;
}
.AnyTagClassName
{
color: #5BA20D;
}
</style>
background-color css
<style>
a { background-color: #5BA20D; }
a { background-color: rgb(91,162,13); }
div.DivClassName
{
background-color: #5BA20D;
}
.BgClassName
{
background-color: #5BA20D;
}
</style>
border-color css
<style>
span { border-color: #5BA20D; }
span { border-color: rgb(91,162,13); }
td.TdClassName
{
border-color: #5BA20D;
}
.TagClassName
{
border-color: #5BA20D;
}
</style>