Shades of Limeade #4E931C
Tints of Limeade #4E931C
RGB
CMYK
RGB Variations
Color information
#4E931C (or 0x4E931C) is known color: Limeade. HEX triplet: 4E, 93 and 1C. RGB value is (78,147,28). Sum of RGB (Red+Green+Blue) = 78+147+28=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #4E931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E931C is #B16CE3. Grayscale: #717171. Windows color (decimal): -11627748 or 1872718. OLE color: 1872718.
HSL color Cylindrical-coordinate representation of color #4E931C: hue angle of 94.79º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E931C is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 28 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.42 |
| HSL | 94.79º | 0.68% | 0.34% | - |
| HSV(B) | 94.79º | 0.81% | 0.58% | - |
| XYZ | 13.79 | 22.57 | 4.73 | - |
| YUV | 112.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 28 | 0.47 | 0 | 0.81 | 0.42 | 94.79 | 0.68 | 0.34 |
| Hex | 4E | 93 | 1C | 2F | 0 | 51 | 2A | 5F | 44 | 22 |
| Octal | 116 | 223 | 34 | 57 | 0 | 121 | 52 | 137 | 104 | 42 |
| Binary | 1001110 | 10010011 | 11100 | 101111 | 0 | 1010001 | 101010 | 1011111 | 1000100 | 100010 |
Color Harmonies of #4E931C
Complementary color
Monochromatic Colors of #4E931C
Black with #4E931C
Text Example
Text Example
White with #4E931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E931C; }
p { color: rgb(78,147,28); }
H1.HeaderClassName
{
color: #4E931C;
}
.AnyTagClassName
{
color: #4E931C;
}
</style>
background-color css
<style>
a { background-color: #4E931C; }
a { background-color: rgb(78,147,28); }
div.DivClassName
{
background-color: #4E931C;
}
.BgClassName
{
background-color: #4E931C;
}
</style>
border-color css
<style>
span { border-color: #4E931C; }
span { border-color: rgb(78,147,28); }
td.TdClassName
{
border-color: #4E931C;
}
.TagClassName
{
border-color: #4E931C;
}
</style>