Shades of Limeade #4D900D
Tints of Limeade #4D900D
RGB
CMYK
RGB Variations
Color information
#4D900D (or 0x4D900D) is known color: Limeade. HEX triplet: 4D, 90 and 0D. RGB value is (77,144,13). Sum of RGB (Red+Green+Blue) = 77+144+13=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #4D900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D900D is #B26FF2. Grayscale: #6D6D6D. Windows color (decimal): -11694067 or 888909. OLE color: 888909.
HSL color Cylindrical-coordinate representation of color #4D900D: hue angle of 90.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D900D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 13 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.44 |
| HSL | 90.69º | 0.83% | 0.31% | - |
| HSV(B) | 90.69º | 0.91% | 0.56% | - |
| XYZ | 13.11 | 21.55 | 3.85 | - |
| YUV | 109.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 13 | 0.47 | 0 | 0.91 | 0.44 | 90.69 | 0.83 | 0.31 |
| Hex | 4D | 90 | D | 2F | 0 | 5B | 2C | 5B | 53 | 1F |
| Octal | 115 | 220 | 15 | 57 | 0 | 133 | 54 | 133 | 123 | 37 |
| Binary | 1001101 | 10010000 | 1101 | 101111 | 0 | 1011011 | 101100 | 1011011 | 1010011 | 11111 |
Color Harmonies of #4D900D
Complementary color
Monochromatic Colors of #4D900D
Black with #4D900D
Text Example
Text Example
White with #4D900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D900D; }
p { color: rgb(77,144,13); }
H1.HeaderClassName
{
color: #4D900D;
}
.AnyTagClassName
{
color: #4D900D;
}
</style>
background-color css
<style>
a { background-color: #4D900D; }
a { background-color: rgb(77,144,13); }
div.DivClassName
{
background-color: #4D900D;
}
.BgClassName
{
background-color: #4D900D;
}
</style>
border-color css
<style>
span { border-color: #4D900D; }
span { border-color: rgb(77,144,13); }
td.TdClassName
{
border-color: #4D900D;
}
.TagClassName
{
border-color: #4D900D;
}
</style>