Shades of Limeade #4C9F1D
Tints of Limeade #4C9F1D
RGB
CMYK
RGB Variations
Color information
#4C9F1D (or 0x4C9F1D) is known color: Limeade. HEX triplet: 4C, 9F and 1D. RGB value is (76,159,29). Sum of RGB (Red+Green+Blue) = 76+159+29=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9F1D is #B360E2. Grayscale: #777777. Windows color (decimal): -11755747 or 1941324. OLE color: 1941324.
HSL color Cylindrical-coordinate representation of color #4C9F1D: hue angle of 98.31º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C9F1D is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 159 | 29 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.38 |
| HSL | 98.31º | 0.69% | 0.37% | - |
| HSV(B) | 98.31º | 0.82% | 0.62% | - |
| XYZ | 15.6 | 26.42 | 5.44 | - |
| YUV | 119.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 29 | 0.52 | 0 | 0.82 | 0.38 | 98.31 | 0.69 | 0.37 |
| Hex | 4C | 9F | 1D | 34 | 0 | 52 | 26 | 62 | 45 | 25 |
| Octal | 114 | 237 | 35 | 64 | 0 | 122 | 46 | 142 | 105 | 45 |
| Binary | 1001100 | 10011111 | 11101 | 110100 | 0 | 1010010 | 100110 | 1100010 | 1000101 | 100101 |
Color Harmonies of #4C9F1D
Complementary color
Monochromatic Colors of #4C9F1D
Black with #4C9F1D
Text Example
Text Example
White with #4C9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9F1D; }
p { color: rgb(76,159,29); }
H1.HeaderClassName
{
color: #4C9F1D;
}
.AnyTagClassName
{
color: #4C9F1D;
}
</style>
background-color css
<style>
a { background-color: #4C9F1D; }
a { background-color: rgb(76,159,29); }
div.DivClassName
{
background-color: #4C9F1D;
}
.BgClassName
{
background-color: #4C9F1D;
}
</style>
border-color css
<style>
span { border-color: #4C9F1D; }
span { border-color: rgb(76,159,29); }
td.TdClassName
{
border-color: #4C9F1D;
}
.TagClassName
{
border-color: #4C9F1D;
}
</style>