Shades of Limeade #4A9502
Tints of Limeade #4A9502
RGB
CMYK
RGB Variations
Color information
#4A9502 (or 0x4A9502) is known color: Limeade. HEX triplet: 4A, 95 and 02. RGB value is (74,149,2). Sum of RGB (Red+Green+Blue) = 74+149+2=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9502 is #B56AFD. Grayscale: #6E6E6E. Windows color (decimal): -11889406 or 169290. OLE color: 169290.
HSL color Cylindrical-coordinate representation of color #4A9502: hue angle of 90.61º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A9502 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.42 |
| HSL | 90.61º | 0.97% | 0.3% | - |
| HSV(B) | 90.61º | 0.99% | 0.58% | - |
| XYZ | 13.58 | 22.96 | 3.77 | - |
| YUV | 109.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 2 | 0.50 | 0 | 0.99 | 0.42 | 90.61 | 0.97 | 0.3 |
| Hex | 4A | 95 | 2 | 32 | 0 | 63 | 2A | 5B | 61 | 1E |
| Octal | 112 | 225 | 2 | 62 | 0 | 143 | 52 | 133 | 141 | 36 |
| Binary | 1001010 | 10010101 | 10 | 110010 | 0 | 1100011 | 101010 | 1011011 | 1100001 | 11110 |
Color Harmonies of #4A9502
Complementary color
Monochromatic Colors of #4A9502
Black with #4A9502
Text Example
Text Example
White with #4A9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9502; }
p { color: rgb(74,149,2); }
H1.HeaderClassName
{
color: #4A9502;
}
.AnyTagClassName
{
color: #4A9502;
}
</style>
background-color css
<style>
a { background-color: #4A9502; }
a { background-color: rgb(74,149,2); }
div.DivClassName
{
background-color: #4A9502;
}
.BgClassName
{
background-color: #4A9502;
}
</style>
border-color css
<style>
span { border-color: #4A9502; }
span { border-color: rgb(74,149,2); }
td.TdClassName
{
border-color: #4A9502;
}
.TagClassName
{
border-color: #4A9502;
}
</style>