Shades of Limeade #4D9603
Tints of Limeade #4D9603
RGB
CMYK
RGB Variations
Color information
#4D9603 (or 0x4D9603) is known color: Limeade. HEX triplet: 4D, 96 and 03. RGB value is (77,150,3). Sum of RGB (Red+Green+Blue) = 77+150+3=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9603 is #B269FC. Grayscale: #6F6F6F. Windows color (decimal): -11692541 or 235085. OLE color: 235085.
HSL color Cylindrical-coordinate representation of color #4D9603: hue angle of 89.8º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D9603 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.41 |
| HSL | 89.8º | 0.96% | 0.3% | - |
| HSV(B) | 89.8º | 0.98% | 0.59% | - |
| XYZ | 13.98 | 23.4 | 3.87 | - |
| YUV | 111.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 3 | 0.49 | 0 | 0.98 | 0.41 | 89.8 | 0.96 | 0.3 |
| Hex | 4D | 96 | 3 | 31 | 0 | 62 | 29 | 5A | 60 | 1E |
| Octal | 115 | 226 | 3 | 61 | 0 | 142 | 51 | 132 | 140 | 36 |
| Binary | 1001101 | 10010110 | 11 | 110001 | 0 | 1100010 | 101001 | 1011010 | 1100000 | 11110 |
Color Harmonies of #4D9603
Complementary color
Monochromatic Colors of #4D9603
Black with #4D9603
Text Example
Text Example
White with #4D9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9603; }
p { color: rgb(77,150,3); }
H1.HeaderClassName
{
color: #4D9603;
}
.AnyTagClassName
{
color: #4D9603;
}
</style>
background-color css
<style>
a { background-color: #4D9603; }
a { background-color: rgb(77,150,3); }
div.DivClassName
{
background-color: #4D9603;
}
.BgClassName
{
background-color: #4D9603;
}
</style>
border-color css
<style>
span { border-color: #4D9603; }
span { border-color: rgb(77,150,3); }
td.TdClassName
{
border-color: #4D9603;
}
.TagClassName
{
border-color: #4D9603;
}
</style>