Shades of Limeade #4F9D2C
Tints of Limeade #4F9D2C
RGB
CMYK
RGB Variations
Color information
#4F9D2C (or 0x4F9D2C) is known color: Limeade. HEX triplet: 4F, 9D and 2C. RGB value is (79,157,44). Sum of RGB (Red+Green+Blue) = 79+157+44=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9D2C is #B062D3. Grayscale: #797979. Windows color (decimal): -11559636 or 2923855. OLE color: 2923855.
HSL color Cylindrical-coordinate representation of color #4F9D2C: hue angle of 101.42º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F9D2C is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 157 | 44 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.38 |
| HSL | 101.42º | 0.56% | 0.39% | - |
| HSV(B) | 101.42º | 0.72% | 0.62% | - |
| XYZ | 15.74 | 25.96 | 6.56 | - |
| YUV | 120.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 44 | 0.50 | 0 | 0.72 | 0.38 | 101.42 | 0.56 | 0.39 |
| Hex | 4F | 9D | 2C | 32 | 0 | 48 | 26 | 65 | 38 | 27 |
| Octal | 117 | 235 | 54 | 62 | 0 | 110 | 46 | 145 | 70 | 47 |
| Binary | 1001111 | 10011101 | 101100 | 110010 | 0 | 1001000 | 100110 | 1100101 | 111000 | 100111 |
Color Harmonies of #4F9D2C
Complementary color
Monochromatic Colors of #4F9D2C
Black with #4F9D2C
Text Example
Text Example
White with #4F9D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9D2C; }
p { color: rgb(79,157,44); }
H1.HeaderClassName
{
color: #4F9D2C;
}
.AnyTagClassName
{
color: #4F9D2C;
}
</style>
background-color css
<style>
a { background-color: #4F9D2C; }
a { background-color: rgb(79,157,44); }
div.DivClassName
{
background-color: #4F9D2C;
}
.BgClassName
{
background-color: #4F9D2C;
}
</style>
border-color css
<style>
span { border-color: #4F9D2C; }
span { border-color: rgb(79,157,44); }
td.TdClassName
{
border-color: #4F9D2C;
}
.TagClassName
{
border-color: #4F9D2C;
}
</style>