Shades of Limeade #4C9B1C
Tints of Limeade #4C9B1C
RGB
CMYK
RGB Variations
Color information
#4C9B1C (or 0x4C9B1C) is known color: Limeade. HEX triplet: 4C, 9B and 1C. RGB value is (76,155,28). Sum of RGB (Red+Green+Blue) = 76+155+28=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9B1C is #B364E3. Grayscale: #757575. Windows color (decimal): -11756772 or 1874764. OLE color: 1874764.
HSL color Cylindrical-coordinate representation of color #4C9B1C: hue angle of 97.32º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C9B1C is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 28 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.39 |
| HSL | 97.32º | 0.69% | 0.36% | - |
| HSV(B) | 97.32º | 0.82% | 0.61% | - |
| XYZ | 14.91 | 25.06 | 5.15 | - |
| YUV | 116.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 28 | 0.51 | 0 | 0.82 | 0.39 | 97.32 | 0.69 | 0.36 |
| Hex | 4C | 9B | 1C | 33 | 0 | 52 | 27 | 61 | 45 | 24 |
| Octal | 114 | 233 | 34 | 63 | 0 | 122 | 47 | 141 | 105 | 44 |
| Binary | 1001100 | 10011011 | 11100 | 110011 | 0 | 1010010 | 100111 | 1100001 | 1000101 | 100100 |
Color Harmonies of #4C9B1C
Complementary color
Monochromatic Colors of #4C9B1C
Black with #4C9B1C
Text Example
Text Example
White with #4C9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B1C; }
p { color: rgb(76,155,28); }
H1.HeaderClassName
{
color: #4C9B1C;
}
.AnyTagClassName
{
color: #4C9B1C;
}
</style>
background-color css
<style>
a { background-color: #4C9B1C; }
a { background-color: rgb(76,155,28); }
div.DivClassName
{
background-color: #4C9B1C;
}
.BgClassName
{
background-color: #4C9B1C;
}
</style>
border-color css
<style>
span { border-color: #4C9B1C; }
span { border-color: rgb(76,155,28); }
td.TdClassName
{
border-color: #4C9B1C;
}
.TagClassName
{
border-color: #4C9B1C;
}
</style>