Shades of Limeade #5BAE28
Tints of Limeade #5BAE28
RGB
CMYK
RGB Variations
Color information
#5BAE28 (or 0x5BAE28) is known color: Limeade. HEX triplet: 5B, AE and 28. RGB value is (91,174,40). Sum of RGB (Red+Green+Blue) = 91+174+40=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAE28 is #A451D7. Grayscale: #868686. Windows color (decimal): -10768856 or 2666075. OLE color: 2666075.
HSL color Cylindrical-coordinate representation of color #5BAE28: hue angle of 97.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BAE28 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 40 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.32 |
| HSL | 97.16º | 0.63% | 0.42% | - |
| HSV(B) | 97.16º | 0.77% | 0.68% | - |
| XYZ | 19.83 | 32.65 | 7.26 | - |
| YUV | 133.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 40 | 0.48 | 0 | 0.77 | 0.32 | 97.16 | 0.63 | 0.42 |
| Hex | 5B | AE | 28 | 30 | 0 | 4D | 20 | 61 | 3F | 2A |
| Octal | 133 | 256 | 50 | 60 | 0 | 115 | 40 | 141 | 77 | 52 |
| Binary | 1011011 | 10101110 | 101000 | 110000 | 0 | 1001101 | 100000 | 1100001 | 111111 | 101010 |
Color Harmonies of #5BAE28
Complementary color
Monochromatic Colors of #5BAE28
Black with #5BAE28
Text Example
Text Example
White with #5BAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE28; }
p { color: rgb(91,174,40); }
H1.HeaderClassName
{
color: #5BAE28;
}
.AnyTagClassName
{
color: #5BAE28;
}
</style>
background-color css
<style>
a { background-color: #5BAE28; }
a { background-color: rgb(91,174,40); }
div.DivClassName
{
background-color: #5BAE28;
}
.BgClassName
{
background-color: #5BAE28;
}
</style>
border-color css
<style>
span { border-color: #5BAE28; }
span { border-color: rgb(91,174,40); }
td.TdClassName
{
border-color: #5BAE28;
}
.TagClassName
{
border-color: #5BAE28;
}
</style>