Shades of Limeade #4E930D
Tints of Limeade #4E930D
RGB
CMYK
RGB Variations
Color information
#4E930D (or 0x4E930D) is known color: Limeade. HEX triplet: 4E, 93 and 0D. RGB value is (78,147,13). Sum of RGB (Red+Green+Blue) = 78+147+13=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #4E930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E930D is #B16CF2. Grayscale: #6F6F6F. Windows color (decimal): -11627763 or 889678. OLE color: 889678.
HSL color Cylindrical-coordinate representation of color #4E930D: hue angle of 90.9º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E930D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 13 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.42 |
| HSL | 90.9º | 0.84% | 0.31% | - |
| HSV(B) | 90.9º | 0.91% | 0.58% | - |
| XYZ | 13.65 | 22.52 | 4.01 | - |
| YUV | 111.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 13 | 0.47 | 0 | 0.91 | 0.42 | 90.9 | 0.84 | 0.31 |
| Hex | 4E | 93 | D | 2F | 0 | 5B | 2A | 5B | 54 | 1F |
| Octal | 116 | 223 | 15 | 57 | 0 | 133 | 52 | 133 | 124 | 37 |
| Binary | 1001110 | 10010011 | 1101 | 101111 | 0 | 1011011 | 101010 | 1011011 | 1010100 | 11111 |
Color Harmonies of #4E930D
Complementary color
Monochromatic Colors of #4E930D
Black with #4E930D
Text Example
Text Example
White with #4E930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E930D; }
p { color: rgb(78,147,13); }
H1.HeaderClassName
{
color: #4E930D;
}
.AnyTagClassName
{
color: #4E930D;
}
</style>
background-color css
<style>
a { background-color: #4E930D; }
a { background-color: rgb(78,147,13); }
div.DivClassName
{
background-color: #4E930D;
}
.BgClassName
{
background-color: #4E930D;
}
</style>
border-color css
<style>
span { border-color: #4E930D; }
span { border-color: rgb(78,147,13); }
td.TdClassName
{
border-color: #4E930D;
}
.TagClassName
{
border-color: #4E930D;
}
</style>