Shades of Limeade #4E910C
Tints of Limeade #4E910C
RGB
CMYK
RGB Variations
Color information
#4E910C (or 0x4E910C) is known color: Limeade. HEX triplet: 4E, 91 and 0C. RGB value is (78,145,12). Sum of RGB (Red+Green+Blue) = 78+145+12=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #4E910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E910C is #B16EF3. Grayscale: #6E6E6E. Windows color (decimal): -11628276 or 823630. OLE color: 823630.
HSL color Cylindrical-coordinate representation of color #4E910C: hue angle of 90.23º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E910C is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 12 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.43 |
| HSL | 90.23º | 0.85% | 0.31% | - |
| HSV(B) | 90.23º | 0.92% | 0.57% | - |
| XYZ | 13.33 | 21.9 | 3.87 | - |
| YUV | 109.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 12 | 0.46 | 0 | 0.92 | 0.43 | 90.23 | 0.85 | 0.31 |
| Hex | 4E | 91 | C | 2E | 0 | 5C | 2B | 5A | 55 | 1F |
| Octal | 116 | 221 | 14 | 56 | 0 | 134 | 53 | 132 | 125 | 37 |
| Binary | 1001110 | 10010001 | 1100 | 101110 | 0 | 1011100 | 101011 | 1011010 | 1010101 | 11111 |
Color Harmonies of #4E910C
Complementary color
Monochromatic Colors of #4E910C
Black with #4E910C
Text Example
Text Example
White with #4E910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E910C; }
p { color: rgb(78,145,12); }
H1.HeaderClassName
{
color: #4E910C;
}
.AnyTagClassName
{
color: #4E910C;
}
</style>
background-color css
<style>
a { background-color: #4E910C; }
a { background-color: rgb(78,145,12); }
div.DivClassName
{
background-color: #4E910C;
}
.BgClassName
{
background-color: #4E910C;
}
</style>
border-color css
<style>
span { border-color: #4E910C; }
span { border-color: rgb(78,145,12); }
td.TdClassName
{
border-color: #4E910C;
}
.TagClassName
{
border-color: #4E910C;
}
</style>