Shades of Limeade #4C9D1B
Tints of Limeade #4C9D1B
RGB
CMYK
RGB Variations
Color information
#4C9D1B (or 0x4C9D1B) is known color: Limeade. HEX triplet: 4C, 9D and 1B. RGB value is (76,157,27). Sum of RGB (Red+Green+Blue) = 76+157+27=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 157 (61.72% from 255 or 60.38% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9D1B is #B362E4. Grayscale: #767676. Windows color (decimal): -11756261 or 1809740. OLE color: 1809740.
HSL color Cylindrical-coordinate representation of color #4C9D1B: hue angle of 97.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C9D1B is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 157 | 27 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.38 |
| HSL | 97.38º | 0.71% | 0.36% | - |
| HSV(B) | 97.38º | 0.83% | 0.62% | - |
| XYZ | 15.24 | 25.73 | 5.2 | - |
| YUV | 117.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 27 | 0.52 | 0 | 0.83 | 0.38 | 97.38 | 0.71 | 0.36 |
| Hex | 4C | 9D | 1B | 34 | 0 | 53 | 26 | 61 | 47 | 24 |
| Octal | 114 | 235 | 33 | 64 | 0 | 123 | 46 | 141 | 107 | 44 |
| Binary | 1001100 | 10011101 | 11011 | 110100 | 0 | 1010011 | 100110 | 1100001 | 1000111 | 100100 |
Color Harmonies of #4C9D1B
Complementary color
Monochromatic Colors of #4C9D1B
Black with #4C9D1B
Text Example
Text Example
White with #4C9D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9D1B; }
p { color: rgb(76,157,27); }
H1.HeaderClassName
{
color: #4C9D1B;
}
.AnyTagClassName
{
color: #4C9D1B;
}
</style>
background-color css
<style>
a { background-color: #4C9D1B; }
a { background-color: rgb(76,157,27); }
div.DivClassName
{
background-color: #4C9D1B;
}
.BgClassName
{
background-color: #4C9D1B;
}
</style>
border-color css
<style>
span { border-color: #4C9D1B; }
span { border-color: rgb(76,157,27); }
td.TdClassName
{
border-color: #4C9D1B;
}
.TagClassName
{
border-color: #4C9D1B;
}
</style>