Shades of Limeade #4B9502
Tints of Limeade #4B9502
RGB
CMYK
RGB Variations
Color information
#4B9502 (or 0x4B9502) is known color: Limeade. HEX triplet: 4B, 95 and 02. RGB value is (75,149,2). Sum of RGB (Red+Green+Blue) = 75+149+2=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9502 is #B46AFD. Grayscale: #6E6E6E. Windows color (decimal): -11823870 or 169291. OLE color: 169291.
HSL color Cylindrical-coordinate representation of color #4B9502: hue angle of 90.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B9502 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.42 |
| HSL | 90.2º | 0.97% | 0.3% | - |
| HSV(B) | 90.2º | 0.99% | 0.58% | - |
| XYZ | 13.66 | 23 | 3.78 | - |
| YUV | 110.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 2 | 0.50 | 0 | 0.99 | 0.42 | 90.2 | 0.97 | 0.3 |
| Hex | 4B | 95 | 2 | 32 | 0 | 63 | 2A | 5A | 61 | 1E |
| Octal | 113 | 225 | 2 | 62 | 0 | 143 | 52 | 132 | 141 | 36 |
| Binary | 1001011 | 10010101 | 10 | 110010 | 0 | 1100011 | 101010 | 1011010 | 1100001 | 11110 |
Color Harmonies of #4B9502
Complementary color
Monochromatic Colors of #4B9502
Black with #4B9502
Text Example
Text Example
White with #4B9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9502; }
p { color: rgb(75,149,2); }
H1.HeaderClassName
{
color: #4B9502;
}
.AnyTagClassName
{
color: #4B9502;
}
</style>
background-color css
<style>
a { background-color: #4B9502; }
a { background-color: rgb(75,149,2); }
div.DivClassName
{
background-color: #4B9502;
}
.BgClassName
{
background-color: #4B9502;
}
</style>
border-color css
<style>
span { border-color: #4B9502; }
span { border-color: rgb(75,149,2); }
td.TdClassName
{
border-color: #4B9502;
}
.TagClassName
{
border-color: #4B9502;
}
</style>