Shades of Limeade #5BAE2B
Tints of Limeade #5BAE2B
RGB
CMYK
RGB Variations
Color information
#5BAE2B (or 0x5BAE2B) is known color: Limeade. HEX triplet: 5B, AE and 2B. RGB value is (91,174,43). Sum of RGB (Red+Green+Blue) = 91+174+43=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAE2B is #A451D4. Grayscale: #868686. Windows color (decimal): -10768853 or 2862683. OLE color: 2862683.
HSL color Cylindrical-coordinate representation of color #5BAE2B: hue angle of 98.02º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BAE2B is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 43 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.32 |
| HSL | 98.02º | 0.6% | 0.43% | - |
| HSV(B) | 98.02º | 0.75% | 0.68% | - |
| XYZ | 19.89 | 32.67 | 7.54 | - |
| YUV | 134.25 | 76.5 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 43 | 0.48 | 0 | 0.75 | 0.32 | 98.02 | 0.6 | 0.43 |
| Hex | 5B | AE | 2B | 30 | 0 | 4B | 20 | 62 | 3C | 2B |
| Octal | 133 | 256 | 53 | 60 | 0 | 113 | 40 | 142 | 74 | 53 |
| Binary | 1011011 | 10101110 | 101011 | 110000 | 0 | 1001011 | 100000 | 1100010 | 111100 | 101011 |
Color Harmonies of #5BAE2B
Complementary color
Monochromatic Colors of #5BAE2B
Black with #5BAE2B
Text Example
Text Example
White with #5BAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE2B; }
p { color: rgb(91,174,43); }
H1.HeaderClassName
{
color: #5BAE2B;
}
.AnyTagClassName
{
color: #5BAE2B;
}
</style>
background-color css
<style>
a { background-color: #5BAE2B; }
a { background-color: rgb(91,174,43); }
div.DivClassName
{
background-color: #5BAE2B;
}
.BgClassName
{
background-color: #5BAE2B;
}
</style>
border-color css
<style>
span { border-color: #5BAE2B; }
span { border-color: rgb(91,174,43); }
td.TdClassName
{
border-color: #5BAE2B;
}
.TagClassName
{
border-color: #5BAE2B;
}
</style>