Shades of Limeade #5BA30F
Tints of Limeade #5BA30F
RGB
CMYK
RGB Variations
Color information
#5BA30F (or 0x5BA30F) is known color: Limeade. HEX triplet: 5B, A3 and 0F. RGB value is (91,163,15). Sum of RGB (Red+Green+Blue) = 91+163+15=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA30F is #A45CF0. Grayscale: #7D7D7D. Windows color (decimal): -10771697 or 1024859. OLE color: 1024859.
HSL color Cylindrical-coordinate representation of color #5BA30F: hue angle of 89.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5BA30F is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 15 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.36 |
| HSL | 89.19º | 0.83% | 0.35% | - |
| HSV(B) | 89.19º | 0.91% | 0.64% | - |
| XYZ | 17.5 | 28.45 | 5.02 | - |
| YUV | 124.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 15 | 0.44 | 0 | 0.91 | 0.36 | 89.19 | 0.83 | 0.35 |
| Hex | 5B | A3 | F | 2C | 0 | 5B | 24 | 59 | 53 | 23 |
| Octal | 133 | 243 | 17 | 54 | 0 | 133 | 44 | 131 | 123 | 43 |
| Binary | 1011011 | 10100011 | 1111 | 101100 | 0 | 1011011 | 100100 | 1011001 | 1010011 | 100011 |
Color Harmonies of #5BA30F
Complementary color
Monochromatic Colors of #5BA30F
Black with #5BA30F
Text Example
Text Example
White with #5BA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA30F; }
p { color: rgb(91,163,15); }
H1.HeaderClassName
{
color: #5BA30F;
}
.AnyTagClassName
{
color: #5BA30F;
}
</style>
background-color css
<style>
a { background-color: #5BA30F; }
a { background-color: rgb(91,163,15); }
div.DivClassName
{
background-color: #5BA30F;
}
.BgClassName
{
background-color: #5BA30F;
}
</style>
border-color css
<style>
span { border-color: #5BA30F; }
span { border-color: rgb(91,163,15); }
td.TdClassName
{
border-color: #5BA30F;
}
.TagClassName
{
border-color: #5BA30F;
}
</style>