Shades of Limeade #4E970B
Tints of Limeade #4E970B
RGB
CMYK
RGB Variations
Color information
#4E970B (or 0x4E970B) is known color: Limeade. HEX triplet: 4E, 97 and 0B. RGB value is (78,151,11). Sum of RGB (Red+Green+Blue) = 78+151+11=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #4E970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E970B is #B168F4. Grayscale: #717171. Windows color (decimal): -11626741 or 759630. OLE color: 759630.
HSL color Cylindrical-coordinate representation of color #4E970B: hue angle of 91.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E970B is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 11 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.41 |
| HSL | 91.29º | 0.86% | 0.32% | - |
| HSV(B) | 91.29º | 0.93% | 0.59% | - |
| XYZ | 14.27 | 23.78 | 4.15 | - |
| YUV | 113.21 | 70.32 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 11 | 0.48 | 0 | 0.93 | 0.41 | 91.29 | 0.86 | 0.32 |
| Hex | 4E | 97 | B | 30 | 0 | 5D | 29 | 5B | 56 | 20 |
| Octal | 116 | 227 | 13 | 60 | 0 | 135 | 51 | 133 | 126 | 40 |
| Binary | 1001110 | 10010111 | 1011 | 110000 | 0 | 1011101 | 101001 | 1011011 | 1010110 | 100000 |
Color Harmonies of #4E970B
Complementary color
Monochromatic Colors of #4E970B
Black with #4E970B
Text Example
Text Example
White with #4E970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E970B; }
p { color: rgb(78,151,11); }
H1.HeaderClassName
{
color: #4E970B;
}
.AnyTagClassName
{
color: #4E970B;
}
</style>
background-color css
<style>
a { background-color: #4E970B; }
a { background-color: rgb(78,151,11); }
div.DivClassName
{
background-color: #4E970B;
}
.BgClassName
{
background-color: #4E970B;
}
</style>
border-color css
<style>
span { border-color: #4E970B; }
span { border-color: rgb(78,151,11); }
td.TdClassName
{
border-color: #4E970B;
}
.TagClassName
{
border-color: #4E970B;
}
</style>