Shades of Limeade #4C951A
Tints of Limeade #4C951A
RGB
CMYK
RGB Variations
Color information
#4C951A (or 0x4C951A) is known color: Limeade. HEX triplet: 4C, 95 and 1A. RGB value is (76,149,26). Sum of RGB (Red+Green+Blue) = 76+149+26=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #4C951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C951A is #B36AE5. Grayscale: #717171. Windows color (decimal): -11758310 or 1742156. OLE color: 1742156.
HSL color Cylindrical-coordinate representation of color #4C951A: hue angle of 95.61º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C951A is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 26 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.42 |
| HSL | 95.61º | 0.7% | 0.34% | - |
| HSV(B) | 95.61º | 0.83% | 0.58% | - |
| XYZ | 13.91 | 23.11 | 4.7 | - |
| YUV | 113.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 26 | 0.49 | 0 | 0.83 | 0.42 | 95.61 | 0.7 | 0.34 |
| Hex | 4C | 95 | 1A | 31 | 0 | 53 | 2A | 60 | 46 | 22 |
| Octal | 114 | 225 | 32 | 61 | 0 | 123 | 52 | 140 | 106 | 42 |
| Binary | 1001100 | 10010101 | 11010 | 110001 | 0 | 1010011 | 101010 | 1100000 | 1000110 | 100010 |
Color Harmonies of #4C951A
Complementary color
Monochromatic Colors of #4C951A
Black with #4C951A
Text Example
Text Example
White with #4C951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C951A; }
p { color: rgb(76,149,26); }
H1.HeaderClassName
{
color: #4C951A;
}
.AnyTagClassName
{
color: #4C951A;
}
</style>
background-color css
<style>
a { background-color: #4C951A; }
a { background-color: rgb(76,149,26); }
div.DivClassName
{
background-color: #4C951A;
}
.BgClassName
{
background-color: #4C951A;
}
</style>
border-color css
<style>
span { border-color: #4C951A; }
span { border-color: rgb(76,149,26); }
td.TdClassName
{
border-color: #4C951A;
}
.TagClassName
{
border-color: #4C951A;
}
</style>