Shades of Limeade #4C9719
Tints of Limeade #4C9719
RGB
CMYK
RGB Variations
Color information
#4C9719 (or 0x4C9719) is known color: Limeade. HEX triplet: 4C, 97 and 19. RGB value is (76,151,25). Sum of RGB (Red+Green+Blue) = 76+151+25=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #4C9719 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9719 is #B368E6. Grayscale: #727272. Windows color (decimal): -11757799 or 1677132. OLE color: 1677132.
HSL color Cylindrical-coordinate representation of color #4C9719: hue angle of 95.71º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C9719 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 25 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.41 |
| HSL | 95.71º | 0.72% | 0.35% | - |
| HSV(B) | 95.71º | 0.83% | 0.59% | - |
| XYZ | 14.22 | 23.74 | 4.75 | - |
| YUV | 114.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 25 | 0.50 | 0 | 0.83 | 0.41 | 95.71 | 0.72 | 0.35 |
| Hex | 4C | 97 | 19 | 32 | 0 | 53 | 29 | 60 | 48 | 23 |
| Octal | 114 | 227 | 31 | 62 | 0 | 123 | 51 | 140 | 110 | 43 |
| Binary | 1001100 | 10010111 | 11001 | 110010 | 0 | 1010011 | 101001 | 1100000 | 1001000 | 100011 |
Color Harmonies of #4C9719
Complementary color
Monochromatic Colors of #4C9719
Black with #4C9719
Text Example
Text Example
White with #4C9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9719; }
p { color: rgb(76,151,25); }
H1.HeaderClassName
{
color: #4C9719;
}
.AnyTagClassName
{
color: #4C9719;
}
</style>
background-color css
<style>
a { background-color: #4C9719; }
a { background-color: rgb(76,151,25); }
div.DivClassName
{
background-color: #4C9719;
}
.BgClassName
{
background-color: #4C9719;
}
</style>
border-color css
<style>
span { border-color: #4C9719; }
span { border-color: rgb(76,151,25); }
td.TdClassName
{
border-color: #4C9719;
}
.TagClassName
{
border-color: #4C9719;
}
</style>