Shades of Limeade #4C990F
Tints of Limeade #4C990F
RGB
CMYK
RGB Variations
Color information
#4C990F (or 0x4C990F) is known color: Limeade. HEX triplet: 4C, 99 and 0F. RGB value is (76,153,15). Sum of RGB (Red+Green+Blue) = 76+153+15=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #4C990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C990F is #B366F0. Grayscale: #727272. Windows color (decimal): -11757297 or 1022284. OLE color: 1022284.
HSL color Cylindrical-coordinate representation of color #4C990F: hue angle of 93.48º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C990F is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 153 | 15 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.4 |
| HSL | 93.48º | 0.82% | 0.33% | - |
| HSV(B) | 93.48º | 0.9% | 0.6% | - |
| XYZ | 14.46 | 24.35 | 4.39 | - |
| YUV | 114.25 | 71.99 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 15 | 0.50 | 0 | 0.90 | 0.4 | 93.48 | 0.82 | 0.33 |
| Hex | 4C | 99 | F | 32 | 0 | 5A | 28 | 5D | 52 | 21 |
| Octal | 114 | 231 | 17 | 62 | 0 | 132 | 50 | 135 | 122 | 41 |
| Binary | 1001100 | 10011001 | 1111 | 110010 | 0 | 1011010 | 101000 | 1011101 | 1010010 | 100001 |
Color Harmonies of #4C990F
Complementary color
Monochromatic Colors of #4C990F
Black with #4C990F
Text Example
Text Example
White with #4C990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C990F; }
p { color: rgb(76,153,15); }
H1.HeaderClassName
{
color: #4C990F;
}
.AnyTagClassName
{
color: #4C990F;
}
</style>
background-color css
<style>
a { background-color: #4C990F; }
a { background-color: rgb(76,153,15); }
div.DivClassName
{
background-color: #4C990F;
}
.BgClassName
{
background-color: #4C990F;
}
</style>
border-color css
<style>
span { border-color: #4C990F; }
span { border-color: rgb(76,153,15); }
td.TdClassName
{
border-color: #4C990F;
}
.TagClassName
{
border-color: #4C990F;
}
</style>