Shades of Limeade #4B9614
Tints of Limeade #4B9614
RGB
CMYK
RGB Variations
Color information
#4B9614 (or 0x4B9614) is known color: Limeade. HEX triplet: 4B, 96 and 14. RGB value is (75,150,20). Sum of RGB (Red+Green+Blue) = 75+150+20=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9614 is #B469EB. Grayscale: #717171. Windows color (decimal): -11823596 or 1349195. OLE color: 1349195.
HSL color Cylindrical-coordinate representation of color #4B9614: hue angle of 94.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B9614 is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 20 | - |
| CMYK | 0.5 | 0 | 0.87 | 0.41 |
| HSL | 94.62º | 0.76% | 0.33% | - |
| HSV(B) | 94.62º | 0.87% | 0.59% | - |
| XYZ | 13.93 | 23.36 | 4.44 | - |
| YUV | 112.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 20 | 0.5 | 0 | 0.87 | 0.41 | 94.62 | 0.76 | 0.33 |
| Hex | 4B | 96 | 14 | 32 | 0 | 57 | 29 | 5F | 4C | 21 |
| Octal | 113 | 226 | 24 | 62 | 0 | 127 | 51 | 137 | 114 | 41 |
| Binary | 1001011 | 10010110 | 10100 | 110010 | 0 | 1010111 | 101001 | 1011111 | 1001100 | 100001 |
Color Harmonies of #4B9614
Complementary color
Monochromatic Colors of #4B9614
Black with #4B9614
Text Example
Text Example
White with #4B9614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9614; }
p { color: rgb(75,150,20); }
H1.HeaderClassName
{
color: #4B9614;
}
.AnyTagClassName
{
color: #4B9614;
}
</style>
background-color css
<style>
a { background-color: #4B9614; }
a { background-color: rgb(75,150,20); }
div.DivClassName
{
background-color: #4B9614;
}
.BgClassName
{
background-color: #4B9614;
}
</style>
border-color css
<style>
span { border-color: #4B9614; }
span { border-color: rgb(75,150,20); }
td.TdClassName
{
border-color: #4B9614;
}
.TagClassName
{
border-color: #4B9614;
}
</style>