Shades of Limeade #4C950F
Tints of Limeade #4C950F
RGB
CMYK
RGB Variations
Color information
#4C950F (or 0x4C950F) is known color: Limeade. HEX triplet: 4C, 95 and 0F. RGB value is (76,149,15). Sum of RGB (Red+Green+Blue) = 76+149+15=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #4C950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C950F is #B36AF0. Grayscale: #707070. Windows color (decimal): -11758321 or 1021260. OLE color: 1021260.
HSL color Cylindrical-coordinate representation of color #4C950F: hue angle of 92.69º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C950F is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 15 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.42 |
| HSL | 92.69º | 0.82% | 0.32% | - |
| HSV(B) | 92.69º | 0.9% | 0.58% | - |
| XYZ | 13.81 | 23.07 | 4.18 | - |
| YUV | 111.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 15 | 0.49 | 0 | 0.90 | 0.42 | 92.69 | 0.82 | 0.32 |
| Hex | 4C | 95 | F | 31 | 0 | 5A | 2A | 5D | 52 | 20 |
| Octal | 114 | 225 | 17 | 61 | 0 | 132 | 52 | 135 | 122 | 40 |
| Binary | 1001100 | 10010101 | 1111 | 110001 | 0 | 1011010 | 101010 | 1011101 | 1010010 | 100000 |
Color Harmonies of #4C950F
Complementary color
Monochromatic Colors of #4C950F
Black with #4C950F
Text Example
Text Example
White with #4C950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C950F; }
p { color: rgb(76,149,15); }
H1.HeaderClassName
{
color: #4C950F;
}
.AnyTagClassName
{
color: #4C950F;
}
</style>
background-color css
<style>
a { background-color: #4C950F; }
a { background-color: rgb(76,149,15); }
div.DivClassName
{
background-color: #4C950F;
}
.BgClassName
{
background-color: #4C950F;
}
</style>
border-color css
<style>
span { border-color: #4C950F; }
span { border-color: rgb(76,149,15); }
td.TdClassName
{
border-color: #4C950F;
}
.TagClassName
{
border-color: #4C950F;
}
</style>