Shades of Limeade #4C9603
Tints of Limeade #4C9603
RGB
CMYK
RGB Variations
Color information
#4C9603 (or 0x4C9603) is known color: Limeade. HEX triplet: 4C, 96 and 03. RGB value is (76,150,3). Sum of RGB (Red+Green+Blue) = 76+150+3=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9603 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9603 is #B369FC. Grayscale: #6F6F6F. Windows color (decimal): -11758077 or 235084. OLE color: 235084.
HSL color Cylindrical-coordinate representation of color #4C9603: hue angle of 90.2º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C9603 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.41 |
| HSL | 90.2º | 0.96% | 0.3% | - |
| HSV(B) | 90.2º | 0.98% | 0.59% | - |
| XYZ | 13.9 | 23.36 | 3.86 | - |
| YUV | 111.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 3 | 0.49 | 0 | 0.98 | 0.41 | 90.2 | 0.96 | 0.3 |
| Hex | 4C | 96 | 3 | 31 | 0 | 62 | 29 | 5A | 60 | 1E |
| Octal | 114 | 226 | 3 | 61 | 0 | 142 | 51 | 132 | 140 | 36 |
| Binary | 1001100 | 10010110 | 11 | 110001 | 0 | 1100010 | 101001 | 1011010 | 1100000 | 11110 |
Color Harmonies of #4C9603
Complementary color
Monochromatic Colors of #4C9603
Black with #4C9603
Text Example
Text Example
White with #4C9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9603; }
p { color: rgb(76,150,3); }
H1.HeaderClassName
{
color: #4C9603;
}
.AnyTagClassName
{
color: #4C9603;
}
</style>
background-color css
<style>
a { background-color: #4C9603; }
a { background-color: rgb(76,150,3); }
div.DivClassName
{
background-color: #4C9603;
}
.BgClassName
{
background-color: #4C9603;
}
</style>
border-color css
<style>
span { border-color: #4C9603; }
span { border-color: rgb(76,150,3); }
td.TdClassName
{
border-color: #4C9603;
}
.TagClassName
{
border-color: #4C9603;
}
</style>