Shades of Limeade #4E900D
Tints of Limeade #4E900D
RGB
CMYK
RGB Variations
Color information
#4E900D (or 0x4E900D) is known color: Limeade. HEX triplet: 4E, 90 and 0D. RGB value is (78,144,13). Sum of RGB (Red+Green+Blue) = 78+144+13=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #4E900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E900D is #B16FF2. Grayscale: #6D6D6D. Windows color (decimal): -11628531 or 888910. OLE color: 888910.
HSL color Cylindrical-coordinate representation of color #4E900D: hue angle of 90.23º 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 #4E900D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 13 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.44 |
| HSL | 90.23º | 0.83% | 0.31% | - |
| HSV(B) | 90.23º | 0.91% | 0.56% | - |
| XYZ | 13.19 | 21.6 | 3.85 | - |
| YUV | 109.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 13 | 0.46 | 0 | 0.91 | 0.44 | 90.23 | 0.83 | 0.31 |
| Hex | 4E | 90 | D | 2E | 0 | 5B | 2C | 5A | 53 | 1F |
| Octal | 116 | 220 | 15 | 56 | 0 | 133 | 54 | 132 | 123 | 37 |
| Binary | 1001110 | 10010000 | 1101 | 101110 | 0 | 1011011 | 101100 | 1011010 | 1010011 | 11111 |
Color Harmonies of #4E900D
Complementary color
Monochromatic Colors of #4E900D
Black with #4E900D
Text Example
Text Example
White with #4E900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E900D; }
p { color: rgb(78,144,13); }
H1.HeaderClassName
{
color: #4E900D;
}
.AnyTagClassName
{
color: #4E900D;
}
</style>
background-color css
<style>
a { background-color: #4E900D; }
a { background-color: rgb(78,144,13); }
div.DivClassName
{
background-color: #4E900D;
}
.BgClassName
{
background-color: #4E900D;
}
</style>
border-color css
<style>
span { border-color: #4E900D; }
span { border-color: rgb(78,144,13); }
td.TdClassName
{
border-color: #4E900D;
}
.TagClassName
{
border-color: #4E900D;
}
</style>