Shades of Limeade #4C970F
Tints of Limeade #4C970F
RGB
CMYK
RGB Variations
Color information
#4C970F (or 0x4C970F) is known color: Limeade. HEX triplet: 4C, 97 and 0F. RGB value is (76,151,15). Sum of RGB (Red+Green+Blue) = 76+151+15=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #4C970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C970F is #B368F0. Grayscale: #717171. Windows color (decimal): -11757809 or 1021772. OLE color: 1021772.
HSL color Cylindrical-coordinate representation of color #4C970F: hue angle of 93.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C970F is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 15 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.41 |
| HSL | 93.09º | 0.82% | 0.33% | - |
| HSV(B) | 93.09º | 0.9% | 0.59% | - |
| XYZ | 14.13 | 23.7 | 4.28 | - |
| YUV | 113.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 15 | 0.50 | 0 | 0.90 | 0.41 | 93.09 | 0.82 | 0.33 |
| Hex | 4C | 97 | F | 32 | 0 | 5A | 29 | 5D | 52 | 21 |
| Octal | 114 | 227 | 17 | 62 | 0 | 132 | 51 | 135 | 122 | 41 |
| Binary | 1001100 | 10010111 | 1111 | 110010 | 0 | 1011010 | 101001 | 1011101 | 1010010 | 100001 |
Color Harmonies of #4C970F
Complementary color
Monochromatic Colors of #4C970F
Black with #4C970F
Text Example
Text Example
White with #4C970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C970F; }
p { color: rgb(76,151,15); }
H1.HeaderClassName
{
color: #4C970F;
}
.AnyTagClassName
{
color: #4C970F;
}
</style>
background-color css
<style>
a { background-color: #4C970F; }
a { background-color: rgb(76,151,15); }
div.DivClassName
{
background-color: #4C970F;
}
.BgClassName
{
background-color: #4C970F;
}
</style>
border-color css
<style>
span { border-color: #4C970F; }
span { border-color: rgb(76,151,15); }
td.TdClassName
{
border-color: #4C970F;
}
.TagClassName
{
border-color: #4C970F;
}
</style>