Shades of Limeade #4B9B10
Tints of Limeade #4B9B10
RGB
CMYK
RGB Variations
Color information
#4B9B10 (or 0x4B9B10) is known color: Limeade. HEX triplet: 4B, 9B and 10. RGB value is (75,155,16). Sum of RGB (Red+Green+Blue) = 75+155+16=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 155 (60.94% from 255 or 63.01% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9B10 is #B464EF. Grayscale: #737373. Windows color (decimal): -11822320 or 1088331. OLE color: 1088331.
HSL color Cylindrical-coordinate representation of color #4B9B10: hue angle of 94.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B9B10 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 155 | 16 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.39 |
| HSL | 94.53º | 0.81% | 0.34% | - |
| HSV(B) | 94.53º | 0.9% | 0.61% | - |
| XYZ | 14.72 | 24.98 | 4.54 | - |
| YUV | 115.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 16 | 0.52 | 0 | 0.90 | 0.39 | 94.53 | 0.81 | 0.34 |
| Hex | 4B | 9B | 10 | 34 | 0 | 5A | 27 | 5F | 51 | 22 |
| Octal | 113 | 233 | 20 | 64 | 0 | 132 | 47 | 137 | 121 | 42 |
| Binary | 1001011 | 10011011 | 10000 | 110100 | 0 | 1011010 | 100111 | 1011111 | 1010001 | 100010 |
Color Harmonies of #4B9B10
Complementary color
Monochromatic Colors of #4B9B10
Black with #4B9B10
Text Example
Text Example
White with #4B9B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9B10; }
p { color: rgb(75,155,16); }
H1.HeaderClassName
{
color: #4B9B10;
}
.AnyTagClassName
{
color: #4B9B10;
}
</style>
background-color css
<style>
a { background-color: #4B9B10; }
a { background-color: rgb(75,155,16); }
div.DivClassName
{
background-color: #4B9B10;
}
.BgClassName
{
background-color: #4B9B10;
}
</style>
border-color css
<style>
span { border-color: #4B9B10; }
span { border-color: rgb(75,155,16); }
td.TdClassName
{
border-color: #4B9B10;
}
.TagClassName
{
border-color: #4B9B10;
}
</style>