Shades of Limeade #4FA22D
Tints of Limeade #4FA22D
RGB
CMYK
RGB Variations
Color information
#4FA22D (or 0x4FA22D) is known color: Limeade. HEX triplet: 4F, A2 and 2D. RGB value is (79,162,45). Sum of RGB (Red+Green+Blue) = 79+162+45=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA22D is #B05DD2. Grayscale: #7C7C7C. Windows color (decimal): -11558355 or 2990671. OLE color: 2990671.
HSL color Cylindrical-coordinate representation of color #4FA22D: hue angle of 102.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4FA22D is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 45 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.36 |
| HSL | 102.56º | 0.57% | 0.41% | - |
| HSV(B) | 102.56º | 0.72% | 0.64% | - |
| XYZ | 16.62 | 27.69 | 6.95 | - |
| YUV | 123.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 45 | 0.51 | 0 | 0.72 | 0.36 | 102.56 | 0.57 | 0.41 |
| Hex | 4F | A2 | 2D | 33 | 0 | 48 | 24 | 67 | 39 | 29 |
| Octal | 117 | 242 | 55 | 63 | 0 | 110 | 44 | 147 | 71 | 51 |
| Binary | 1001111 | 10100010 | 101101 | 110011 | 0 | 1001000 | 100100 | 1100111 | 111001 | 101001 |
Color Harmonies of #4FA22D
Complementary color
Monochromatic Colors of #4FA22D
Black with #4FA22D
Text Example
Text Example
White with #4FA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA22D; }
p { color: rgb(79,162,45); }
H1.HeaderClassName
{
color: #4FA22D;
}
.AnyTagClassName
{
color: #4FA22D;
}
</style>
background-color css
<style>
a { background-color: #4FA22D; }
a { background-color: rgb(79,162,45); }
div.DivClassName
{
background-color: #4FA22D;
}
.BgClassName
{
background-color: #4FA22D;
}
</style>
border-color css
<style>
span { border-color: #4FA22D; }
span { border-color: rgb(79,162,45); }
td.TdClassName
{
border-color: #4FA22D;
}
.TagClassName
{
border-color: #4FA22D;
}
</style>