Shades of Limeade #4A930D
Tints of Limeade #4A930D
RGB
CMYK
RGB Variations
Color information
#4A930D (or 0x4A930D) is known color: Limeade. HEX triplet: 4A, 93 and 0D. RGB value is (74,147,13). Sum of RGB (Red+Green+Blue) = 74+147+13=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #4A930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A930D is #B56CF2. Grayscale: #6E6E6E. Windows color (decimal): -11889907 or 889674. OLE color: 889674.
HSL color Cylindrical-coordinate representation of color #4A930D: hue angle of 92.69º 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 #4A930D is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 147 | 13 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.42 |
| HSL | 92.69º | 0.84% | 0.31% | - |
| HSV(B) | 92.69º | 0.91% | 0.58% | - |
| XYZ | 13.33 | 22.35 | 3.99 | - |
| YUV | 109.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 13 | 0.50 | 0 | 0.91 | 0.42 | 92.69 | 0.84 | 0.31 |
| Hex | 4A | 93 | D | 32 | 0 | 5B | 2A | 5D | 54 | 1F |
| Octal | 112 | 223 | 15 | 62 | 0 | 133 | 52 | 135 | 124 | 37 |
| Binary | 1001010 | 10010011 | 1101 | 110010 | 0 | 1011011 | 101010 | 1011101 | 1010100 | 11111 |
Color Harmonies of #4A930D
Complementary color
Monochromatic Colors of #4A930D
Black with #4A930D
Text Example
Text Example
White with #4A930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A930D; }
p { color: rgb(74,147,13); }
H1.HeaderClassName
{
color: #4A930D;
}
.AnyTagClassName
{
color: #4A930D;
}
</style>
background-color css
<style>
a { background-color: #4A930D; }
a { background-color: rgb(74,147,13); }
div.DivClassName
{
background-color: #4A930D;
}
.BgClassName
{
background-color: #4A930D;
}
</style>
border-color css
<style>
span { border-color: #4A930D; }
span { border-color: rgb(74,147,13); }
td.TdClassName
{
border-color: #4A930D;
}
.TagClassName
{
border-color: #4A930D;
}
</style>