Shades of Limeade #4B9602
Tints of Limeade #4B9602
RGB
CMYK
RGB Variations
Color information
#4B9602 (or 0x4B9602) is known color: Limeade. HEX triplet: 4B, 96 and 02. RGB value is (75,150,2). Sum of RGB (Red+Green+Blue) = 75+150+2=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9602 is #B469FD. Grayscale: #6F6F6F. Windows color (decimal): -11823614 or 169547. OLE color: 169547.
HSL color Cylindrical-coordinate representation of color #4B9602: hue angle of 90.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B9602 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 2 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.41 |
| HSL | 90.41º | 0.97% | 0.3% | - |
| HSV(B) | 90.41º | 0.99% | 0.59% | - |
| XYZ | 13.82 | 23.31 | 3.83 | - |
| YUV | 110.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 2 | 0.5 | 0 | 0.99 | 0.41 | 90.41 | 0.97 | 0.3 |
| Hex | 4B | 96 | 2 | 32 | 0 | 63 | 29 | 5A | 61 | 1E |
| Octal | 113 | 226 | 2 | 62 | 0 | 143 | 51 | 132 | 141 | 36 |
| Binary | 1001011 | 10010110 | 10 | 110010 | 0 | 1100011 | 101001 | 1011010 | 1100001 | 11110 |
Color Harmonies of #4B9602
Complementary color
Monochromatic Colors of #4B9602
Black with #4B9602
Text Example
Text Example
White with #4B9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9602; }
p { color: rgb(75,150,2); }
H1.HeaderClassName
{
color: #4B9602;
}
.AnyTagClassName
{
color: #4B9602;
}
</style>
background-color css
<style>
a { background-color: #4B9602; }
a { background-color: rgb(75,150,2); }
div.DivClassName
{
background-color: #4B9602;
}
.BgClassName
{
background-color: #4B9602;
}
</style>
border-color css
<style>
span { border-color: #4B9602; }
span { border-color: rgb(75,150,2); }
td.TdClassName
{
border-color: #4B9602;
}
.TagClassName
{
border-color: #4B9602;
}
</style>