Shades of Limeade #4B910A
Tints of Limeade #4B910A
RGB
CMYK
RGB Variations
Color information
#4B910A (or 0x4B910A) is known color: Limeade. HEX triplet: 4B, 91 and 0A. RGB value is (75,145,10). Sum of RGB (Red+Green+Blue) = 75+145+10=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #4B910A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B910A is #B46EF5. Grayscale: #6D6D6D. Windows color (decimal): -11824886 or 692555. OLE color: 692555.
HSL color Cylindrical-coordinate representation of color #4B910A: hue angle of 91.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B910A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 145 | 10 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.43 |
| HSL | 91.11º | 0.87% | 0.3% | - |
| HSV(B) | 91.11º | 0.93% | 0.57% | - |
| XYZ | 13.08 | 21.77 | 3.8 | - |
| YUV | 108.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 10 | 0.48 | 0 | 0.93 | 0.43 | 91.11 | 0.87 | 0.3 |
| Hex | 4B | 91 | A | 30 | 0 | 5D | 2B | 5B | 57 | 1E |
| Octal | 113 | 221 | 12 | 60 | 0 | 135 | 53 | 133 | 127 | 36 |
| Binary | 1001011 | 10010001 | 1010 | 110000 | 0 | 1011101 | 101011 | 1011011 | 1010111 | 11110 |
Color Harmonies of #4B910A
Complementary color
Monochromatic Colors of #4B910A
Black with #4B910A
Text Example
Text Example
White with #4B910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B910A; }
p { color: rgb(75,145,10); }
H1.HeaderClassName
{
color: #4B910A;
}
.AnyTagClassName
{
color: #4B910A;
}
</style>
background-color css
<style>
a { background-color: #4B910A; }
a { background-color: rgb(75,145,10); }
div.DivClassName
{
background-color: #4B910A;
}
.BgClassName
{
background-color: #4B910A;
}
</style>
border-color css
<style>
span { border-color: #4B910A; }
span { border-color: rgb(75,145,10); }
td.TdClassName
{
border-color: #4B910A;
}
.TagClassName
{
border-color: #4B910A;
}
</style>