Shades of Limeade #5BA82F
Tints of Limeade #5BA82F
RGB
CMYK
RGB Variations
Color information
#5BA82F (or 0x5BA82F) is known color: Limeade. HEX triplet: 5B, A8 and 2F. RGB value is (91,168,47). Sum of RGB (Red+Green+Blue) = 91+168+47=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA82F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA82F is #A457D0. Grayscale: #838383. Windows color (decimal): -10770385 or 3123291. OLE color: 3123291.
HSL color Cylindrical-coordinate representation of color #5BA82F: hue angle of 98.18º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BA82F is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 47 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.34 |
| HSL | 98.18º | 0.56% | 0.42% | - |
| HSV(B) | 98.18º | 0.72% | 0.66% | - |
| XYZ | 18.83 | 30.43 | 7.57 | - |
| YUV | 131.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 47 | 0.46 | 0 | 0.72 | 0.34 | 98.18 | 0.56 | 0.42 |
| Hex | 5B | A8 | 2F | 2E | 0 | 48 | 22 | 62 | 38 | 2A |
| Octal | 133 | 250 | 57 | 56 | 0 | 110 | 42 | 142 | 70 | 52 |
| Binary | 1011011 | 10101000 | 101111 | 101110 | 0 | 1001000 | 100010 | 1100010 | 111000 | 101010 |
Color Harmonies of #5BA82F
Complementary color
Monochromatic Colors of #5BA82F
Black with #5BA82F
Text Example
Text Example
White with #5BA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA82F; }
p { color: rgb(91,168,47); }
H1.HeaderClassName
{
color: #5BA82F;
}
.AnyTagClassName
{
color: #5BA82F;
}
</style>
background-color css
<style>
a { background-color: #5BA82F; }
a { background-color: rgb(91,168,47); }
div.DivClassName
{
background-color: #5BA82F;
}
.BgClassName
{
background-color: #5BA82F;
}
</style>
border-color css
<style>
span { border-color: #5BA82F; }
span { border-color: rgb(91,168,47); }
td.TdClassName
{
border-color: #5BA82F;
}
.TagClassName
{
border-color: #5BA82F;
}
</style>