Shades of Limeade #4FA430
Tints of Limeade #4FA430
RGB
CMYK
RGB Variations
Color information
#4FA430 (or 0x4FA430) is known color: Limeade. HEX triplet: 4F, A4 and 30. RGB value is (79,164,48). Sum of RGB (Red+Green+Blue) = 79+164+48=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA430 is #B05BCF. Grayscale: #7D7D7D. Windows color (decimal): -11557840 or 3187791. OLE color: 3187791.
HSL color Cylindrical-coordinate representation of color #4FA430: hue angle of 103.97º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FA430 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 48 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.36 |
| HSL | 103.97º | 0.55% | 0.42% | - |
| HSV(B) | 103.97º | 0.71% | 0.64% | - |
| XYZ | 17.03 | 28.43 | 7.39 | - |
| YUV | 125.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 48 | 0.52 | 0 | 0.71 | 0.36 | 103.97 | 0.55 | 0.42 |
| Hex | 4F | A4 | 30 | 34 | 0 | 47 | 24 | 68 | 37 | 2A |
| Octal | 117 | 244 | 60 | 64 | 0 | 107 | 44 | 150 | 67 | 52 |
| Binary | 1001111 | 10100100 | 110000 | 110100 | 0 | 1000111 | 100100 | 1101000 | 110111 | 101010 |
Color Harmonies of #4FA430
Complementary color
Monochromatic Colors of #4FA430
Black with #4FA430
Text Example
Text Example
White with #4FA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA430; }
p { color: rgb(79,164,48); }
H1.HeaderClassName
{
color: #4FA430;
}
.AnyTagClassName
{
color: #4FA430;
}
</style>
background-color css
<style>
a { background-color: #4FA430; }
a { background-color: rgb(79,164,48); }
div.DivClassName
{
background-color: #4FA430;
}
.BgClassName
{
background-color: #4FA430;
}
</style>
border-color css
<style>
span { border-color: #4FA430; }
span { border-color: rgb(79,164,48); }
td.TdClassName
{
border-color: #4FA430;
}
.TagClassName
{
border-color: #4FA430;
}
</style>