Shades of Limeade #4B9012
Tints of Limeade #4B9012
RGB
CMYK
RGB Variations
Color information
#4B9012 (or 0x4B9012) is known color: Limeade. HEX triplet: 4B, 90 and 12. RGB value is (75,144,18). Sum of RGB (Red+Green+Blue) = 75+144+18=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9012 is #B46FED. Grayscale: #6D6D6D. Windows color (decimal): -11825134 or 1216587. OLE color: 1216587.
HSL color Cylindrical-coordinate representation of color #4B9012: hue angle of 92.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B9012 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 18 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.44 |
| HSL | 92.86º | 0.78% | 0.32% | - |
| HSV(B) | 92.86º | 0.88% | 0.56% | - |
| XYZ | 12.98 | 21.49 | 4.04 | - |
| YUV | 109.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 18 | 0.48 | 0 | 0.88 | 0.44 | 92.86 | 0.78 | 0.32 |
| Hex | 4B | 90 | 12 | 30 | 0 | 58 | 2C | 5D | 4E | 20 |
| Octal | 113 | 220 | 22 | 60 | 0 | 130 | 54 | 135 | 116 | 40 |
| Binary | 1001011 | 10010000 | 10010 | 110000 | 0 | 1011000 | 101100 | 1011101 | 1001110 | 100000 |
Color Harmonies of #4B9012
Complementary color
Monochromatic Colors of #4B9012
Black with #4B9012
Text Example
Text Example
White with #4B9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9012; }
p { color: rgb(75,144,18); }
H1.HeaderClassName
{
color: #4B9012;
}
.AnyTagClassName
{
color: #4B9012;
}
</style>
background-color css
<style>
a { background-color: #4B9012; }
a { background-color: rgb(75,144,18); }
div.DivClassName
{
background-color: #4B9012;
}
.BgClassName
{
background-color: #4B9012;
}
</style>
border-color css
<style>
span { border-color: #4B9012; }
span { border-color: rgb(75,144,18); }
td.TdClassName
{
border-color: #4B9012;
}
.TagClassName
{
border-color: #4B9012;
}
</style>