Shades of Limeade #4F9302
Tints of Limeade #4F9302
RGB
CMYK
RGB Variations
Color information
#4F9302 (or 0x4F9302) is known color: Limeade. HEX triplet: 4F, 93 and 02. RGB value is (79,147,2). Sum of RGB (Red+Green+Blue) = 79+147+2=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9302 is #B06CFD. Grayscale: #6E6E6E. Windows color (decimal): -11562238 or 168783. OLE color: 168783.
HSL color Cylindrical-coordinate representation of color #4F9302: hue angle of 88.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F9302 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 147 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.42 |
| HSL | 88.14º | 0.97% | 0.29% | - |
| HSV(B) | 88.14º | 0.99% | 0.58% | - |
| XYZ | 13.67 | 22.53 | 3.69 | - |
| YUV | 110.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 2 | 0.46 | 0 | 0.99 | 0.42 | 88.14 | 0.97 | 0.29 |
| Hex | 4F | 93 | 2 | 2E | 0 | 63 | 2A | 58 | 61 | 1D |
| Octal | 117 | 223 | 2 | 56 | 0 | 143 | 52 | 130 | 141 | 35 |
| Binary | 1001111 | 10010011 | 10 | 101110 | 0 | 1100011 | 101010 | 1011000 | 1100001 | 11101 |
Color Harmonies of #4F9302
Complementary color
Monochromatic Colors of #4F9302
Black with #4F9302
Text Example
Text Example
White with #4F9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9302; }
p { color: rgb(79,147,2); }
H1.HeaderClassName
{
color: #4F9302;
}
.AnyTagClassName
{
color: #4F9302;
}
</style>
background-color css
<style>
a { background-color: #4F9302; }
a { background-color: rgb(79,147,2); }
div.DivClassName
{
background-color: #4F9302;
}
.BgClassName
{
background-color: #4F9302;
}
</style>
border-color css
<style>
span { border-color: #4F9302; }
span { border-color: rgb(79,147,2); }
td.TdClassName
{
border-color: #4F9302;
}
.TagClassName
{
border-color: #4F9302;
}
</style>