Shades of Limeade #4E950F
Tints of Limeade #4E950F
RGB
CMYK
RGB Variations
Color information
#4E950F (or 0x4E950F) is known color: Limeade. HEX triplet: 4E, 95 and 0F. RGB value is (78,149,15). Sum of RGB (Red+Green+Blue) = 78+149+15=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #4E950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E950F is #B16AF0. Grayscale: #707070. Windows color (decimal): -11627249 or 1021262. OLE color: 1021262.
HSL color Cylindrical-coordinate representation of color #4E950F: hue angle of 91.79º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E950F is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 149 | 15 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.42 |
| HSL | 91.79º | 0.82% | 0.32% | - |
| HSV(B) | 91.79º | 0.9% | 0.58% | - |
| XYZ | 13.98 | 23.15 | 4.18 | - |
| YUV | 112.5 | 72.98 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 149 | 15 | 0.48 | 0 | 0.90 | 0.42 | 91.79 | 0.82 | 0.32 |
| Hex | 4E | 95 | F | 30 | 0 | 5A | 2A | 5C | 52 | 20 |
| Octal | 116 | 225 | 17 | 60 | 0 | 132 | 52 | 134 | 122 | 40 |
| Binary | 1001110 | 10010101 | 1111 | 110000 | 0 | 1011010 | 101010 | 1011100 | 1010010 | 100000 |
Color Harmonies of #4E950F
Complementary color
Monochromatic Colors of #4E950F
Black with #4E950F
Text Example
Text Example
White with #4E950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E950F; }
p { color: rgb(78,149,15); }
H1.HeaderClassName
{
color: #4E950F;
}
.AnyTagClassName
{
color: #4E950F;
}
</style>
background-color css
<style>
a { background-color: #4E950F; }
a { background-color: rgb(78,149,15); }
div.DivClassName
{
background-color: #4E950F;
}
.BgClassName
{
background-color: #4E950F;
}
</style>
border-color css
<style>
span { border-color: #4E950F; }
span { border-color: rgb(78,149,15); }
td.TdClassName
{
border-color: #4E950F;
}
.TagClassName
{
border-color: #4E950F;
}
</style>