Shades of Limeade #4A9500
Tints of Limeade #4A9500
RGB
CMYK
RGB Variations
Color information
#4A9500 (or 0x4A9500) is known color: Limeade. HEX triplet: 4A, 95 and 00. RGB value is (74,149,0). Sum of RGB (Red+Green+Blue) = 74+149+0=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9500 is #B56AFF. Grayscale: #6E6E6E. Windows color (decimal): -11889408 or 38218. OLE color: 38218.
HSL color Cylindrical-coordinate representation of color #4A9500: hue angle of 90.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A9500 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.42 |
| HSL | 90.2º | 1% | 0.29% | - |
| HSV(B) | 90.2º | 1% | 0.58% | - |
| XYZ | 13.57 | 22.95 | 3.71 | - |
| YUV | 109.59 | 66.15 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 0 | 0.50 | 0 | 1 | 0.42 | 90.2 | 1 | 0.29 |
| Hex | 4A | 95 | 0 | 32 | 0 | 64 | 2A | 5A | 64 | 1D |
| Octal | 112 | 225 | 0 | 62 | 0 | 144 | 52 | 132 | 144 | 35 |
| Binary | 1001010 | 10010101 | 0 | 110010 | 0 | 1100100 | 101010 | 1011010 | 1100100 | 11101 |
Color Harmonies of #4A9500
Complementary color
Monochromatic Colors of #4A9500
Black with #4A9500
Text Example
Text Example
White with #4A9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9500; }
p { color: rgb(74,149,0); }
H1.HeaderClassName
{
color: #4A9500;
}
.AnyTagClassName
{
color: #4A9500;
}
</style>
background-color css
<style>
a { background-color: #4A9500; }
a { background-color: rgb(74,149,0); }
div.DivClassName
{
background-color: #4A9500;
}
.BgClassName
{
background-color: #4A9500;
}
</style>
border-color css
<style>
span { border-color: #4A9500; }
span { border-color: rgb(74,149,0); }
td.TdClassName
{
border-color: #4A9500;
}
.TagClassName
{
border-color: #4A9500;
}
</style>