Shades of Limeade #4C9115
Tints of Limeade #4C9115
RGB
CMYK
RGB Variations
Color information
#4C9115 (or 0x4C9115) is known color: Limeade. HEX triplet: 4C, 91 and 15. RGB value is (76,145,21). Sum of RGB (Red+Green+Blue) = 76+145+21=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9115 is #B36EEA. Grayscale: #6E6E6E. Windows color (decimal): -11759339 or 1413452. OLE color: 1413452.
HSL color Cylindrical-coordinate representation of color #4C9115: hue angle of 93.39º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C9115 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 21 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.43 |
| HSL | 93.39º | 0.75% | 0.33% | - |
| HSV(B) | 93.39º | 0.86% | 0.57% | - |
| XYZ | 13.24 | 21.84 | 4.23 | - |
| YUV | 110.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 21 | 0.48 | 0 | 0.86 | 0.43 | 93.39 | 0.75 | 0.33 |
| Hex | 4C | 91 | 15 | 30 | 0 | 56 | 2B | 5D | 4B | 21 |
| Octal | 114 | 221 | 25 | 60 | 0 | 126 | 53 | 135 | 113 | 41 |
| Binary | 1001100 | 10010001 | 10101 | 110000 | 0 | 1010110 | 101011 | 1011101 | 1001011 | 100001 |
Color Harmonies of #4C9115
Complementary color
Monochromatic Colors of #4C9115
Black with #4C9115
Text Example
Text Example
White with #4C9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9115; }
p { color: rgb(76,145,21); }
H1.HeaderClassName
{
color: #4C9115;
}
.AnyTagClassName
{
color: #4C9115;
}
</style>
background-color css
<style>
a { background-color: #4C9115; }
a { background-color: rgb(76,145,21); }
div.DivClassName
{
background-color: #4C9115;
}
.BgClassName
{
background-color: #4C9115;
}
</style>
border-color css
<style>
span { border-color: #4C9115; }
span { border-color: rgb(76,145,21); }
td.TdClassName
{
border-color: #4C9115;
}
.TagClassName
{
border-color: #4C9115;
}
</style>