Shades of Limeade #4F961B
Tints of Limeade #4F961B
RGB
CMYK
RGB Variations
Color information
#4F961B (or 0x4F961B) is known color: Limeade. HEX triplet: 4F, 96 and 1B. RGB value is (79,150,27). Sum of RGB (Red+Green+Blue) = 79+150+27=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #4F961B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F961B is #B069E4. Grayscale: #737373. Windows color (decimal): -11561445 or 1807951. OLE color: 1807951.
HSL color Cylindrical-coordinate representation of color #4F961B: hue angle of 94.63º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F961B is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 150 | 27 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.41 |
| HSL | 94.63º | 0.69% | 0.35% | - |
| HSV(B) | 94.63º | 0.82% | 0.59% | - |
| XYZ | 14.33 | 23.55 | 4.83 | - |
| YUV | 114.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 27 | 0.47 | 0 | 0.82 | 0.41 | 94.63 | 0.69 | 0.35 |
| Hex | 4F | 96 | 1B | 2F | 0 | 52 | 29 | 5F | 45 | 23 |
| Octal | 117 | 226 | 33 | 57 | 0 | 122 | 51 | 137 | 105 | 43 |
| Binary | 1001111 | 10010110 | 11011 | 101111 | 0 | 1010010 | 101001 | 1011111 | 1000101 | 100011 |
Color Harmonies of #4F961B
Complementary color
Monochromatic Colors of #4F961B
Black with #4F961B
Text Example
Text Example
White with #4F961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F961B; }
p { color: rgb(79,150,27); }
H1.HeaderClassName
{
color: #4F961B;
}
.AnyTagClassName
{
color: #4F961B;
}
</style>
background-color css
<style>
a { background-color: #4F961B; }
a { background-color: rgb(79,150,27); }
div.DivClassName
{
background-color: #4F961B;
}
.BgClassName
{
background-color: #4F961B;
}
</style>
border-color css
<style>
span { border-color: #4F961B; }
span { border-color: rgb(79,150,27); }
td.TdClassName
{
border-color: #4F961B;
}
.TagClassName
{
border-color: #4F961B;
}
</style>