Shades of Limeade #4F9102
Tints of Limeade #4F9102
RGB
CMYK
RGB Variations
Color information
#4F9102 (or 0x4F9102) is known color: Limeade. HEX triplet: 4F, 91 and 02. RGB value is (79,145,2). Sum of RGB (Red+Green+Blue) = 79+145+2=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9102 is #B06EFD. Grayscale: #6D6D6D. Windows color (decimal): -11562750 or 168271. OLE color: 168271.
HSL color Cylindrical-coordinate representation of color #4F9102: hue angle of 87.69º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F9102 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.43 |
| HSL | 87.69º | 0.97% | 0.29% | - |
| HSV(B) | 87.69º | 0.99% | 0.57% | - |
| XYZ | 13.36 | 21.92 | 3.58 | - |
| YUV | 108.96 | 67.63 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 2 | 0.46 | 0 | 0.99 | 0.43 | 87.69 | 0.97 | 0.29 |
| Hex | 4F | 91 | 2 | 2E | 0 | 63 | 2B | 58 | 61 | 1D |
| Octal | 117 | 221 | 2 | 56 | 0 | 143 | 53 | 130 | 141 | 35 |
| Binary | 1001111 | 10010001 | 10 | 101110 | 0 | 1100011 | 101011 | 1011000 | 1100001 | 11101 |
Color Harmonies of #4F9102
Complementary color
Monochromatic Colors of #4F9102
Black with #4F9102
Text Example
Text Example
White with #4F9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9102; }
p { color: rgb(79,145,2); }
H1.HeaderClassName
{
color: #4F9102;
}
.AnyTagClassName
{
color: #4F9102;
}
</style>
background-color css
<style>
a { background-color: #4F9102; }
a { background-color: rgb(79,145,2); }
div.DivClassName
{
background-color: #4F9102;
}
.BgClassName
{
background-color: #4F9102;
}
</style>
border-color css
<style>
span { border-color: #4F9102; }
span { border-color: rgb(79,145,2); }
td.TdClassName
{
border-color: #4F9102;
}
.TagClassName
{
border-color: #4F9102;
}
</style>