Shades of Limeade #5BA11B
Tints of Limeade #5BA11B
RGB
CMYK
RGB Variations
Color information
#5BA11B (or 0x5BA11B) is known color: Limeade. HEX triplet: 5B, A1 and 1B. RGB value is (91,161,27). Sum of RGB (Red+Green+Blue) = 91+161+27=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA11B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA11B is #A45EE4. Grayscale: #7D7D7D. Windows color (decimal): -10772197 or 1810779. OLE color: 1810779.
HSL color Cylindrical-coordinate representation of color #5BA11B: hue angle of 91.34º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5BA11B is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 27 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.37 |
| HSL | 91.34º | 0.71% | 0.37% | - |
| HSV(B) | 91.34º | 0.83% | 0.63% | - |
| XYZ | 17.26 | 27.79 | 5.49 | - |
| YUV | 124.79 | 72.81 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 27 | 0.43 | 0 | 0.83 | 0.37 | 91.34 | 0.71 | 0.37 |
| Hex | 5B | A1 | 1B | 2B | 0 | 53 | 25 | 5B | 47 | 25 |
| Octal | 133 | 241 | 33 | 53 | 0 | 123 | 45 | 133 | 107 | 45 |
| Binary | 1011011 | 10100001 | 11011 | 101011 | 0 | 1010011 | 100101 | 1011011 | 1000111 | 100101 |
Color Harmonies of #5BA11B
Complementary color
Monochromatic Colors of #5BA11B
Black with #5BA11B
Text Example
Text Example
White with #5BA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA11B; }
p { color: rgb(91,161,27); }
H1.HeaderClassName
{
color: #5BA11B;
}
.AnyTagClassName
{
color: #5BA11B;
}
</style>
background-color css
<style>
a { background-color: #5BA11B; }
a { background-color: rgb(91,161,27); }
div.DivClassName
{
background-color: #5BA11B;
}
.BgClassName
{
background-color: #5BA11B;
}
</style>
border-color css
<style>
span { border-color: #5BA11B; }
span { border-color: rgb(91,161,27); }
td.TdClassName
{
border-color: #5BA11B;
}
.TagClassName
{
border-color: #5BA11B;
}
</style>