Shades of Limeade #5B9E33
Tints of Limeade #5B9E33
RGB
CMYK
RGB Variations
Color information
#5B9E33 (or 0x5B9E33) is known color: Limeade. HEX triplet: 5B, 9E and 33. RGB value is (91,158,51). Sum of RGB (Red+Green+Blue) = 91+158+51=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9E33 is #A461CC. Grayscale: #7E7E7E. Windows color (decimal): -10772941 or 3382875. OLE color: 3382875.
HSL color Cylindrical-coordinate representation of color #5B9E33: hue angle of 97.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B9E33 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 51 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.38 |
| HSL | 97.57º | 0.51% | 0.41% | - |
| HSV(B) | 97.57º | 0.68% | 0.62% | - |
| XYZ | 17.14 | 26.92 | 7.42 | - |
| YUV | 125.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 51 | 0.42 | 0 | 0.68 | 0.38 | 97.57 | 0.51 | 0.41 |
| Hex | 5B | 9E | 33 | 2A | 0 | 44 | 26 | 62 | 33 | 29 |
| Octal | 133 | 236 | 63 | 52 | 0 | 104 | 46 | 142 | 63 | 51 |
| Binary | 1011011 | 10011110 | 110011 | 101010 | 0 | 1000100 | 100110 | 1100010 | 110011 | 101001 |
Color Harmonies of #5B9E33
Complementary color
Monochromatic Colors of #5B9E33
Black with #5B9E33
Text Example
Text Example
White with #5B9E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E33; }
p { color: rgb(91,158,51); }
H1.HeaderClassName
{
color: #5B9E33;
}
.AnyTagClassName
{
color: #5B9E33;
}
</style>
background-color css
<style>
a { background-color: #5B9E33; }
a { background-color: rgb(91,158,51); }
div.DivClassName
{
background-color: #5B9E33;
}
.BgClassName
{
background-color: #5B9E33;
}
</style>
border-color css
<style>
span { border-color: #5B9E33; }
span { border-color: rgb(91,158,51); }
td.TdClassName
{
border-color: #5B9E33;
}
.TagClassName
{
border-color: #5B9E33;
}
</style>