Shades of Limeade #4FA421
Tints of Limeade #4FA421
RGB
CMYK
RGB Variations
Color information
#4FA421 (or 0x4FA421) is known color: Limeade. HEX triplet: 4F, A4 and 21. RGB value is (79,164,33). Sum of RGB (Red+Green+Blue) = 79+164+33=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA421 is #B05BDE. Grayscale: #7C7C7C. Windows color (decimal): -11557855 or 2204751. OLE color: 2204751.
HSL color Cylindrical-coordinate representation of color #4FA421: hue angle of 98.93º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FA421 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 33 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.36 |
| HSL | 98.93º | 0.66% | 0.39% | - |
| HSV(B) | 98.93º | 0.8% | 0.64% | - |
| XYZ | 16.77 | 28.32 | 6.02 | - |
| YUV | 123.65 | 76.84 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 33 | 0.52 | 0 | 0.80 | 0.36 | 98.93 | 0.66 | 0.39 |
| Hex | 4F | A4 | 21 | 34 | 0 | 50 | 24 | 63 | 42 | 27 |
| Octal | 117 | 244 | 41 | 64 | 0 | 120 | 44 | 143 | 102 | 47 |
| Binary | 1001111 | 10100100 | 100001 | 110100 | 0 | 1010000 | 100100 | 1100011 | 1000010 | 100111 |
Color Harmonies of #4FA421
Complementary color
Monochromatic Colors of #4FA421
Black with #4FA421
Text Example
Text Example
White with #4FA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA421; }
p { color: rgb(79,164,33); }
H1.HeaderClassName
{
color: #4FA421;
}
.AnyTagClassName
{
color: #4FA421;
}
</style>
background-color css
<style>
a { background-color: #4FA421; }
a { background-color: rgb(79,164,33); }
div.DivClassName
{
background-color: #4FA421;
}
.BgClassName
{
background-color: #4FA421;
}
</style>
border-color css
<style>
span { border-color: #4FA421; }
span { border-color: rgb(79,164,33); }
td.TdClassName
{
border-color: #4FA421;
}
.TagClassName
{
border-color: #4FA421;
}
</style>