Shades of Limeade #4F9F25
Tints of Limeade #4F9F25
RGB
CMYK
RGB Variations
Color information
#4F9F25 (or 0x4F9F25) is known color: Limeade. HEX triplet: 4F, 9F and 25. RGB value is (79,159,37). Sum of RGB (Red+Green+Blue) = 79+159+37=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9F25 is #B060DA. Grayscale: #797979. Windows color (decimal): -11559131 or 2465615. OLE color: 2465615.
HSL color Cylindrical-coordinate representation of color #4F9F25: hue angle of 99.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F9F25 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 37 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.38 |
| HSL | 99.34º | 0.62% | 0.38% | - |
| HSV(B) | 99.34º | 0.77% | 0.62% | - |
| XYZ | 15.96 | 26.59 | 6.04 | - |
| YUV | 121.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 37 | 0.50 | 0 | 0.77 | 0.38 | 99.34 | 0.62 | 0.38 |
| Hex | 4F | 9F | 25 | 32 | 0 | 4D | 26 | 63 | 3E | 26 |
| Octal | 117 | 237 | 45 | 62 | 0 | 115 | 46 | 143 | 76 | 46 |
| Binary | 1001111 | 10011111 | 100101 | 110010 | 0 | 1001101 | 100110 | 1100011 | 111110 | 100110 |
Color Harmonies of #4F9F25
Complementary color
Monochromatic Colors of #4F9F25
Black with #4F9F25
Text Example
Text Example
White with #4F9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F25; }
p { color: rgb(79,159,37); }
H1.HeaderClassName
{
color: #4F9F25;
}
.AnyTagClassName
{
color: #4F9F25;
}
</style>
background-color css
<style>
a { background-color: #4F9F25; }
a { background-color: rgb(79,159,37); }
div.DivClassName
{
background-color: #4F9F25;
}
.BgClassName
{
background-color: #4F9F25;
}
</style>
border-color css
<style>
span { border-color: #4F9F25; }
span { border-color: rgb(79,159,37); }
td.TdClassName
{
border-color: #4F9F25;
}
.TagClassName
{
border-color: #4F9F25;
}
</style>