Shades of Limeade #4F9F17
Tints of Limeade #4F9F17
RGB
CMYK
RGB Variations
Color information
#4F9F17 (or 0x4F9F17) is known color: Limeade. HEX triplet: 4F, 9F and 17. RGB value is (79,159,23). Sum of RGB (Red+Green+Blue) = 79+159+23=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9F17 is #B060E8. Grayscale: #787878. Windows color (decimal): -11559145 or 1548111. OLE color: 1548111.
HSL color Cylindrical-coordinate representation of color #4F9F17: hue angle of 95.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F9F17 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 23 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.38 |
| HSL | 95.29º | 0.75% | 0.36% | - |
| HSV(B) | 95.29º | 0.86% | 0.62% | - |
| XYZ | 15.78 | 26.52 | 5.1 | - |
| YUV | 119.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 23 | 0.50 | 0 | 0.86 | 0.38 | 95.29 | 0.75 | 0.36 |
| Hex | 4F | 9F | 17 | 32 | 0 | 56 | 26 | 5F | 4B | 24 |
| Octal | 117 | 237 | 27 | 62 | 0 | 126 | 46 | 137 | 113 | 44 |
| Binary | 1001111 | 10011111 | 10111 | 110010 | 0 | 1010110 | 100110 | 1011111 | 1001011 | 100100 |
Color Harmonies of #4F9F17
Complementary color
Monochromatic Colors of #4F9F17
Black with #4F9F17
Text Example
Text Example
White with #4F9F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F17; }
p { color: rgb(79,159,23); }
H1.HeaderClassName
{
color: #4F9F17;
}
.AnyTagClassName
{
color: #4F9F17;
}
</style>
background-color css
<style>
a { background-color: #4F9F17; }
a { background-color: rgb(79,159,23); }
div.DivClassName
{
background-color: #4F9F17;
}
.BgClassName
{
background-color: #4F9F17;
}
</style>
border-color css
<style>
span { border-color: #4F9F17; }
span { border-color: rgb(79,159,23); }
td.TdClassName
{
border-color: #4F9F17;
}
.TagClassName
{
border-color: #4F9F17;
}
</style>