Shades of Lime Green #4DC548
Tints of Lime Green #4DC548
RGB
CMYK
RGB Variations
Color information
#4DC548 (or 0x4DC548) is known color: Lime Green. HEX triplet: 4D, C5 and 48. RGB value is (77,197,72). Sum of RGB (Red+Green+Blue) = 77+197+72=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC548 is #B23AB7. Grayscale: #939393. Windows color (decimal): -11680440 or 4769101. OLE color: 4769101.
HSL color Cylindrical-coordinate representation of color #4DC548: hue angle of 117.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC548 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 72 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.23 |
| HSL | 117.6º | 0.52% | 0.53% | - |
| HSV(B) | 117.6º | 0.63% | 0.77% | - |
| XYZ | 24.2 | 41.98 | 12.96 | - |
| YUV | 146.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 72 | 0.61 | 0 | 0.63 | 0.23 | 117.6 | 0.52 | 0.53 |
| Hex | 4D | C5 | 48 | 3D | 0 | 3F | 17 | 76 | 34 | 35 |
| Octal | 115 | 305 | 110 | 75 | 0 | 77 | 27 | 166 | 64 | 65 |
| Binary | 1001101 | 11000101 | 1001000 | 111101 | 0 | 111111 | 10111 | 1110110 | 110100 | 110101 |
Color Harmonies of #4DC548
Complementary color
Monochromatic Colors of #4DC548
Black with #4DC548
Text Example
Text Example
White with #4DC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC548; }
p { color: rgb(77,197,72); }
H1.HeaderClassName
{
color: #4DC548;
}
.AnyTagClassName
{
color: #4DC548;
}
</style>
background-color css
<style>
a { background-color: #4DC548; }
a { background-color: rgb(77,197,72); }
div.DivClassName
{
background-color: #4DC548;
}
.BgClassName
{
background-color: #4DC548;
}
</style>
border-color css
<style>
span { border-color: #4DC548; }
span { border-color: rgb(77,197,72); }
td.TdClassName
{
border-color: #4DC548;
}
.TagClassName
{
border-color: #4DC548;
}
</style>