Shades of Limeade #4F9827
Tints of Limeade #4F9827
RGB
CMYK
RGB Variations
Color information
#4F9827 (or 0x4F9827) is known color: Limeade. HEX triplet: 4F, 98 and 27. RGB value is (79,152,39). Sum of RGB (Red+Green+Blue) = 79+152+39=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9827 is #B067D8. Grayscale: #757575. Windows color (decimal): -11560921 or 2594895. OLE color: 2594895.
HSL color Cylindrical-coordinate representation of color #4F9827: hue angle of 98.76º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F9827 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 39 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.40 |
| HSL | 98.76º | 0.59% | 0.37% | - |
| HSV(B) | 98.76º | 0.74% | 0.6% | - |
| XYZ | 14.82 | 24.27 | 5.82 | - |
| YUV | 117.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 39 | 0.48 | 0 | 0.74 | 0.40 | 98.76 | 0.59 | 0.37 |
| Hex | 4F | 98 | 27 | 30 | 0 | 4A | 28 | 63 | 3B | 25 |
| Octal | 117 | 230 | 47 | 60 | 0 | 112 | 50 | 143 | 73 | 45 |
| Binary | 1001111 | 10011000 | 100111 | 110000 | 0 | 1001010 | 101000 | 1100011 | 111011 | 100101 |
Color Harmonies of #4F9827
Complementary color
Monochromatic Colors of #4F9827
Black with #4F9827
Text Example
Text Example
White with #4F9827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9827; }
p { color: rgb(79,152,39); }
H1.HeaderClassName
{
color: #4F9827;
}
.AnyTagClassName
{
color: #4F9827;
}
</style>
background-color css
<style>
a { background-color: #4F9827; }
a { background-color: rgb(79,152,39); }
div.DivClassName
{
background-color: #4F9827;
}
.BgClassName
{
background-color: #4F9827;
}
</style>
border-color css
<style>
span { border-color: #4F9827; }
span { border-color: rgb(79,152,39); }
td.TdClassName
{
border-color: #4F9827;
}
.TagClassName
{
border-color: #4F9827;
}
</style>