Shades of Limeade #4B9304
Tints of Limeade #4B9304
RGB
CMYK
RGB Variations
Color information
#4B9304 (or 0x4B9304) is known color: Limeade. HEX triplet: 4B, 93 and 04. RGB value is (75,147,4). Sum of RGB (Red+Green+Blue) = 75+147+4=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9304 is #B46CFB. Grayscale: #6D6D6D. Windows color (decimal): -11824380 or 299851. OLE color: 299851.
HSL color Cylindrical-coordinate representation of color #4B9304: hue angle of 90.21º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B9304 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 4 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.42 |
| HSL | 90.21º | 0.95% | 0.3% | - |
| HSV(B) | 90.21º | 0.97% | 0.58% | - |
| XYZ | 13.36 | 22.37 | 3.73 | - |
| YUV | 109.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 4 | 0.49 | 0 | 0.97 | 0.42 | 90.21 | 0.95 | 0.3 |
| Hex | 4B | 93 | 4 | 31 | 0 | 61 | 2A | 5A | 5F | 1E |
| Octal | 113 | 223 | 4 | 61 | 0 | 141 | 52 | 132 | 137 | 36 |
| Binary | 1001011 | 10010011 | 100 | 110001 | 0 | 1100001 | 101010 | 1011010 | 1011111 | 11110 |
Color Harmonies of #4B9304
Complementary color
Monochromatic Colors of #4B9304
Black with #4B9304
Text Example
Text Example
White with #4B9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9304; }
p { color: rgb(75,147,4); }
H1.HeaderClassName
{
color: #4B9304;
}
.AnyTagClassName
{
color: #4B9304;
}
</style>
background-color css
<style>
a { background-color: #4B9304; }
a { background-color: rgb(75,147,4); }
div.DivClassName
{
background-color: #4B9304;
}
.BgClassName
{
background-color: #4B9304;
}
</style>
border-color css
<style>
span { border-color: #4B9304; }
span { border-color: rgb(75,147,4); }
td.TdClassName
{
border-color: #4B9304;
}
.TagClassName
{
border-color: #4B9304;
}
</style>