Shades of Limeade #4E970F
Tints of Limeade #4E970F
RGB
CMYK
RGB Variations
Color information
#4E970F (or 0x4E970F) is known color: Limeade. HEX triplet: 4E, 97 and 0F. RGB value is (78,151,15). Sum of RGB (Red+Green+Blue) = 78+151+15=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #4E970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E970F is #B168F0. Grayscale: #727272. Windows color (decimal): -11626737 or 1021774. OLE color: 1021774.
HSL color Cylindrical-coordinate representation of color #4E970F: hue angle of 92.21º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E970F is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 15 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.41 |
| HSL | 92.21º | 0.82% | 0.33% | - |
| HSV(B) | 92.21º | 0.9% | 0.59% | - |
| XYZ | 14.29 | 23.79 | 4.29 | - |
| YUV | 113.67 | 72.32 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 15 | 0.48 | 0 | 0.90 | 0.41 | 92.21 | 0.82 | 0.33 |
| Hex | 4E | 97 | F | 30 | 0 | 5A | 29 | 5C | 52 | 21 |
| Octal | 116 | 227 | 17 | 60 | 0 | 132 | 51 | 134 | 122 | 41 |
| Binary | 1001110 | 10010111 | 1111 | 110000 | 0 | 1011010 | 101001 | 1011100 | 1010010 | 100001 |
Color Harmonies of #4E970F
Complementary color
Monochromatic Colors of #4E970F
Black with #4E970F
Text Example
Text Example
White with #4E970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E970F; }
p { color: rgb(78,151,15); }
H1.HeaderClassName
{
color: #4E970F;
}
.AnyTagClassName
{
color: #4E970F;
}
</style>
background-color css
<style>
a { background-color: #4E970F; }
a { background-color: rgb(78,151,15); }
div.DivClassName
{
background-color: #4E970F;
}
.BgClassName
{
background-color: #4E970F;
}
</style>
border-color css
<style>
span { border-color: #4E970F; }
span { border-color: rgb(78,151,15); }
td.TdClassName
{
border-color: #4E970F;
}
.TagClassName
{
border-color: #4E970F;
}
</style>