Shades of Limeade #4E9712
Tints of Limeade #4E9712
RGB
CMYK
RGB Variations
Color information
#4E9712 (or 0x4E9712) is known color: Limeade. HEX triplet: 4E, 97 and 12. RGB value is (78,151,18). Sum of RGB (Red+Green+Blue) = 78+151+18=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9712 is #B168ED. Grayscale: #727272. Windows color (decimal): -11626734 or 1218382. OLE color: 1218382.
HSL color Cylindrical-coordinate representation of color #4E9712: hue angle of 92.93º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E9712 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 18 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.41 |
| HSL | 92.93º | 0.79% | 0.33% | - |
| HSV(B) | 92.93º | 0.88% | 0.59% | - |
| XYZ | 14.32 | 23.8 | 4.41 | - |
| YUV | 114.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 18 | 0.48 | 0 | 0.88 | 0.41 | 92.93 | 0.79 | 0.33 |
| Hex | 4E | 97 | 12 | 30 | 0 | 58 | 29 | 5D | 4F | 21 |
| Octal | 116 | 227 | 22 | 60 | 0 | 130 | 51 | 135 | 117 | 41 |
| Binary | 1001110 | 10010111 | 10010 | 110000 | 0 | 1011000 | 101001 | 1011101 | 1001111 | 100001 |
Color Harmonies of #4E9712
Complementary color
Monochromatic Colors of #4E9712
Black with #4E9712
Text Example
Text Example
White with #4E9712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9712; }
p { color: rgb(78,151,18); }
H1.HeaderClassName
{
color: #4E9712;
}
.AnyTagClassName
{
color: #4E9712;
}
</style>
background-color css
<style>
a { background-color: #4E9712; }
a { background-color: rgb(78,151,18); }
div.DivClassName
{
background-color: #4E9712;
}
.BgClassName
{
background-color: #4E9712;
}
</style>
border-color css
<style>
span { border-color: #4E9712; }
span { border-color: rgb(78,151,18); }
td.TdClassName
{
border-color: #4E9712;
}
.TagClassName
{
border-color: #4E9712;
}
</style>