Shades of Limeade #5B942B
Tints of Limeade #5B942B
RGB
CMYK
RGB Variations
Color information
#5B942B (or 0x5B942B) is known color: Limeade. HEX triplet: 5B, 94 and 2B. RGB value is (91,148,43). Sum of RGB (Red+Green+Blue) = 91+148+43=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #5B942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B942B is #A46BD4. Grayscale: #777777. Windows color (decimal): -10775509 or 2856027. OLE color: 2856027.
HSL color Cylindrical-coordinate representation of color #5B942B: hue angle of 92.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B942B is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 43 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.42 |
| HSL | 92.57º | 0.55% | 0.37% | - |
| HSV(B) | 92.57º | 0.71% | 0.58% | - |
| XYZ | 15.34 | 23.58 | 6.03 | - |
| YUV | 118.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 43 | 0.39 | 0 | 0.71 | 0.42 | 92.57 | 0.55 | 0.37 |
| Hex | 5B | 94 | 2B | 27 | 0 | 47 | 2A | 5D | 37 | 25 |
| Octal | 133 | 224 | 53 | 47 | 0 | 107 | 52 | 135 | 67 | 45 |
| Binary | 1011011 | 10010100 | 101011 | 100111 | 0 | 1000111 | 101010 | 1011101 | 110111 | 100101 |
Color Harmonies of #5B942B
Complementary color
Monochromatic Colors of #5B942B
Black with #5B942B
Text Example
Text Example
White with #5B942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B942B; }
p { color: rgb(91,148,43); }
H1.HeaderClassName
{
color: #5B942B;
}
.AnyTagClassName
{
color: #5B942B;
}
</style>
background-color css
<style>
a { background-color: #5B942B; }
a { background-color: rgb(91,148,43); }
div.DivClassName
{
background-color: #5B942B;
}
.BgClassName
{
background-color: #5B942B;
}
</style>
border-color css
<style>
span { border-color: #5B942B; }
span { border-color: rgb(91,148,43); }
td.TdClassName
{
border-color: #5B942B;
}
.TagClassName
{
border-color: #5B942B;
}
</style>