Shades of Limeade #4F9825
Tints of Limeade #4F9825
RGB
CMYK
RGB Variations
Color information
#4F9825 (or 0x4F9825) is known color: Limeade. HEX triplet: 4F, 98 and 25. RGB value is (79,152,37). Sum of RGB (Red+Green+Blue) = 79+152+37=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9825 is #B067DA. Grayscale: #757575. Windows color (decimal): -11560923 or 2463823. OLE color: 2463823.
HSL color Cylindrical-coordinate representation of color #4F9825: hue angle of 98.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F9825 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 37 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.40 |
| HSL | 98.09º | 0.61% | 0.37% | - |
| HSV(B) | 98.09º | 0.76% | 0.6% | - |
| XYZ | 14.79 | 24.25 | 5.65 | - |
| YUV | 117.06 | 82.82 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 37 | 0.48 | 0 | 0.76 | 0.40 | 98.09 | 0.61 | 0.37 |
| Hex | 4F | 98 | 25 | 30 | 0 | 4C | 28 | 62 | 3D | 25 |
| Octal | 117 | 230 | 45 | 60 | 0 | 114 | 50 | 142 | 75 | 45 |
| Binary | 1001111 | 10011000 | 100101 | 110000 | 0 | 1001100 | 101000 | 1100010 | 111101 | 100101 |
Color Harmonies of #4F9825
Complementary color
Monochromatic Colors of #4F9825
Black with #4F9825
Text Example
Text Example
White with #4F9825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9825; }
p { color: rgb(79,152,37); }
H1.HeaderClassName
{
color: #4F9825;
}
.AnyTagClassName
{
color: #4F9825;
}
</style>
background-color css
<style>
a { background-color: #4F9825; }
a { background-color: rgb(79,152,37); }
div.DivClassName
{
background-color: #4F9825;
}
.BgClassName
{
background-color: #4F9825;
}
</style>
border-color css
<style>
span { border-color: #4F9825; }
span { border-color: rgb(79,152,37); }
td.TdClassName
{
border-color: #4F9825;
}
.TagClassName
{
border-color: #4F9825;
}
</style>