Shades of Limeade #5B9B30
Tints of Limeade #5B9B30
RGB
CMYK
RGB Variations
Color information
#5B9B30 (or 0x5B9B30) is known color: Limeade. HEX triplet: 5B, 9B and 30. RGB value is (91,155,48). Sum of RGB (Red+Green+Blue) = 91+155+48=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9B30 is #A464CF. Grayscale: #7C7C7C. Windows color (decimal): -10773712 or 3185499. OLE color: 3185499.
HSL color Cylindrical-coordinate representation of color #5B9B30: hue angle of 95.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B9B30 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 155 | 48 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.39 |
| HSL | 95.89º | 0.53% | 0.4% | - |
| HSV(B) | 95.89º | 0.69% | 0.61% | - |
| XYZ | 16.57 | 25.88 | 6.92 | - |
| YUV | 123.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 48 | 0.41 | 0 | 0.69 | 0.39 | 95.89 | 0.53 | 0.4 |
| Hex | 5B | 9B | 30 | 29 | 0 | 45 | 27 | 60 | 35 | 28 |
| Octal | 133 | 233 | 60 | 51 | 0 | 105 | 47 | 140 | 65 | 50 |
| Binary | 1011011 | 10011011 | 110000 | 101001 | 0 | 1000101 | 100111 | 1100000 | 110101 | 101000 |
Color Harmonies of #5B9B30
Complementary color
Monochromatic Colors of #5B9B30
Black with #5B9B30
Text Example
Text Example
White with #5B9B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9B30; }
p { color: rgb(91,155,48); }
H1.HeaderClassName
{
color: #5B9B30;
}
.AnyTagClassName
{
color: #5B9B30;
}
</style>
background-color css
<style>
a { background-color: #5B9B30; }
a { background-color: rgb(91,155,48); }
div.DivClassName
{
background-color: #5B9B30;
}
.BgClassName
{
background-color: #5B9B30;
}
</style>
border-color css
<style>
span { border-color: #5B9B30; }
span { border-color: rgb(91,155,48); }
td.TdClassName
{
border-color: #5B9B30;
}
.TagClassName
{
border-color: #5B9B30;
}
</style>