Shades of Lime Green #4CC73B
Tints of Lime Green #4CC73B
RGB
CMYK
RGB Variations
Color information
#4CC73B (or 0x4CC73B) is known color: Lime Green. HEX triplet: 4C, C7 and 3B. RGB value is (76,199,59). Sum of RGB (Red+Green+Blue) = 76+199+59=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC73B is #B338C4. Grayscale: #929292. Windows color (decimal): -11745477 or 3917644. OLE color: 3917644.
HSL color Cylindrical-coordinate representation of color #4CC73B: hue angle of 112.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CC73B is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 199 | 59 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.22 |
| HSL | 112.71º | 0.56% | 0.51% | - |
| HSV(B) | 112.71º | 0.7% | 0.78% | - |
| XYZ | 24.19 | 42.7 | 11.1 | - |
| YUV | 146.26 | 78.75 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 199 | 59 | 0.62 | 0 | 0.70 | 0.22 | 112.71 | 0.56 | 0.51 |
| Hex | 4C | C7 | 3B | 3E | 0 | 46 | 16 | 71 | 38 | 33 |
| Octal | 114 | 307 | 73 | 76 | 0 | 106 | 26 | 161 | 70 | 63 |
| Binary | 1001100 | 11000111 | 111011 | 111110 | 0 | 1000110 | 10110 | 1110001 | 111000 | 110011 |
Color Harmonies of #4CC73B
Complementary color
Monochromatic Colors of #4CC73B
Black with #4CC73B
Text Example
Text Example
White with #4CC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC73B; }
p { color: rgb(76,199,59); }
H1.HeaderClassName
{
color: #4CC73B;
}
.AnyTagClassName
{
color: #4CC73B;
}
</style>
background-color css
<style>
a { background-color: #4CC73B; }
a { background-color: rgb(76,199,59); }
div.DivClassName
{
background-color: #4CC73B;
}
.BgClassName
{
background-color: #4CC73B;
}
</style>
border-color css
<style>
span { border-color: #4CC73B; }
span { border-color: rgb(76,199,59); }
td.TdClassName
{
border-color: #4CC73B;
}
.TagClassName
{
border-color: #4CC73B;
}
</style>