Shades of Limeade #4E971D
Tints of Limeade #4E971D
RGB
CMYK
RGB Variations
Color information
#4E971D (or 0x4E971D) is known color: Limeade. HEX triplet: 4E, 97 and 1D. RGB value is (78,151,29). Sum of RGB (Red+Green+Blue) = 78+151+29=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #4E971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E971D is #B168E2. Grayscale: #737373. Windows color (decimal): -11626723 or 1939278. OLE color: 1939278.
HSL color Cylindrical-coordinate representation of color #4E971D: hue angle of 95.9º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E971D is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 29 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.41 |
| HSL | 95.9º | 0.68% | 0.35% | - |
| HSV(B) | 95.9º | 0.81% | 0.59% | - |
| XYZ | 14.43 | 23.84 | 5 | - |
| YUV | 115.27 | 79.32 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 29 | 0.48 | 0 | 0.81 | 0.41 | 95.9 | 0.68 | 0.35 |
| Hex | 4E | 97 | 1D | 30 | 0 | 51 | 29 | 60 | 44 | 23 |
| Octal | 116 | 227 | 35 | 60 | 0 | 121 | 51 | 140 | 104 | 43 |
| Binary | 1001110 | 10010111 | 11101 | 110000 | 0 | 1010001 | 101001 | 1100000 | 1000100 | 100011 |
Color Harmonies of #4E971D
Complementary color
Monochromatic Colors of #4E971D
Black with #4E971D
Text Example
Text Example
White with #4E971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E971D; }
p { color: rgb(78,151,29); }
H1.HeaderClassName
{
color: #4E971D;
}
.AnyTagClassName
{
color: #4E971D;
}
</style>
background-color css
<style>
a { background-color: #4E971D; }
a { background-color: rgb(78,151,29); }
div.DivClassName
{
background-color: #4E971D;
}
.BgClassName
{
background-color: #4E971D;
}
</style>
border-color css
<style>
span { border-color: #4E971D; }
span { border-color: rgb(78,151,29); }
td.TdClassName
{
border-color: #4E971D;
}
.TagClassName
{
border-color: #4E971D;
}
</style>