Shades of Limeade #5BAE27
Tints of Limeade #5BAE27
RGB
CMYK
RGB Variations
Color information
#5BAE27 (or 0x5BAE27) is known color: Limeade. HEX triplet: 5B, AE and 27. RGB value is (91,174,39). Sum of RGB (Red+Green+Blue) = 91+174+39=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAE27 is #A451D8. Grayscale: #868686. Windows color (decimal): -10768857 or 2600539. OLE color: 2600539.
HSL color Cylindrical-coordinate representation of color #5BAE27: hue angle of 96.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BAE27 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 39 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.32 |
| HSL | 96.89º | 0.63% | 0.42% | - |
| HSV(B) | 96.89º | 0.78% | 0.68% | - |
| XYZ | 19.82 | 32.64 | 7.18 | - |
| YUV | 133.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 39 | 0.48 | 0 | 0.78 | 0.32 | 96.89 | 0.63 | 0.42 |
| Hex | 5B | AE | 27 | 30 | 0 | 4E | 20 | 61 | 3F | 2A |
| Octal | 133 | 256 | 47 | 60 | 0 | 116 | 40 | 141 | 77 | 52 |
| Binary | 1011011 | 10101110 | 100111 | 110000 | 0 | 1001110 | 100000 | 1100001 | 111111 | 101010 |
Color Harmonies of #5BAE27
Complementary color
Monochromatic Colors of #5BAE27
Black with #5BAE27
Text Example
Text Example
White with #5BAE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE27; }
p { color: rgb(91,174,39); }
H1.HeaderClassName
{
color: #5BAE27;
}
.AnyTagClassName
{
color: #5BAE27;
}
</style>
background-color css
<style>
a { background-color: #5BAE27; }
a { background-color: rgb(91,174,39); }
div.DivClassName
{
background-color: #5BAE27;
}
.BgClassName
{
background-color: #5BAE27;
}
</style>
border-color css
<style>
span { border-color: #5BAE27; }
span { border-color: rgb(91,174,39); }
td.TdClassName
{
border-color: #5BAE27;
}
.TagClassName
{
border-color: #5BAE27;
}
</style>