Shades of Limeade #4F951C
Tints of Limeade #4F951C
RGB
CMYK
RGB Variations
Color information
#4F951C (or 0x4F951C) is known color: Limeade. HEX triplet: 4F, 95 and 1C. RGB value is (79,149,28). Sum of RGB (Red+Green+Blue) = 79+149+28=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #4F951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F951C is #B06AE3. Grayscale: #727272. Windows color (decimal): -11561700 or 1873231. OLE color: 1873231.
HSL color Cylindrical-coordinate representation of color #4F951C: hue angle of 94.71º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F951C is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 28 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.42 |
| HSL | 94.71º | 0.68% | 0.35% | - |
| HSV(B) | 94.71º | 0.81% | 0.58% | - |
| XYZ | 14.18 | 23.24 | 4.84 | - |
| YUV | 114.28 | 79.31 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 28 | 0.47 | 0 | 0.81 | 0.42 | 94.71 | 0.68 | 0.35 |
| Hex | 4F | 95 | 1C | 2F | 0 | 51 | 2A | 5F | 44 | 23 |
| Octal | 117 | 225 | 34 | 57 | 0 | 121 | 52 | 137 | 104 | 43 |
| Binary | 1001111 | 10010101 | 11100 | 101111 | 0 | 1010001 | 101010 | 1011111 | 1000100 | 100011 |
Color Harmonies of #4F951C
Complementary color
Monochromatic Colors of #4F951C
Black with #4F951C
Text Example
Text Example
White with #4F951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F951C; }
p { color: rgb(79,149,28); }
H1.HeaderClassName
{
color: #4F951C;
}
.AnyTagClassName
{
color: #4F951C;
}
</style>
background-color css
<style>
a { background-color: #4F951C; }
a { background-color: rgb(79,149,28); }
div.DivClassName
{
background-color: #4F951C;
}
.BgClassName
{
background-color: #4F951C;
}
</style>
border-color css
<style>
span { border-color: #4F951C; }
span { border-color: rgb(79,149,28); }
td.TdClassName
{
border-color: #4F951C;
}
.TagClassName
{
border-color: #4F951C;
}
</style>