Shades of Limeade #5BA318
Tints of Limeade #5BA318
RGB
CMYK
RGB Variations
Color information
#5BA318 (or 0x5BA318) is known color: Limeade. HEX triplet: 5B, A3 and 18. RGB value is (91,163,24). Sum of RGB (Red+Green+Blue) = 91+163+24=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA318 is #A45CE7. Grayscale: #7E7E7E. Windows color (decimal): -10771688 or 1614683. OLE color: 1614683.
HSL color Cylindrical-coordinate representation of color #5BA318: hue angle of 91.08º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5BA318 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 24 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.36 |
| HSL | 91.08º | 0.74% | 0.37% | - |
| HSV(B) | 91.08º | 0.85% | 0.64% | - |
| XYZ | 17.58 | 28.48 | 5.44 | - |
| YUV | 125.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 24 | 0.44 | 0 | 0.85 | 0.36 | 91.08 | 0.74 | 0.37 |
| Hex | 5B | A3 | 18 | 2C | 0 | 55 | 24 | 5B | 4A | 25 |
| Octal | 133 | 243 | 30 | 54 | 0 | 125 | 44 | 133 | 112 | 45 |
| Binary | 1011011 | 10100011 | 11000 | 101100 | 0 | 1010101 | 100100 | 1011011 | 1001010 | 100101 |
Color Harmonies of #5BA318
Complementary color
Monochromatic Colors of #5BA318
Black with #5BA318
Text Example
Text Example
White with #5BA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA318; }
p { color: rgb(91,163,24); }
H1.HeaderClassName
{
color: #5BA318;
}
.AnyTagClassName
{
color: #5BA318;
}
</style>
background-color css
<style>
a { background-color: #5BA318; }
a { background-color: rgb(91,163,24); }
div.DivClassName
{
background-color: #5BA318;
}
.BgClassName
{
background-color: #5BA318;
}
</style>
border-color css
<style>
span { border-color: #5BA318; }
span { border-color: rgb(91,163,24); }
td.TdClassName
{
border-color: #5BA318;
}
.TagClassName
{
border-color: #5BA318;
}
</style>