Shades of Lime Green #4DC93C
Tints of Lime Green #4DC93C
RGB
CMYK
RGB Variations
Color information
#4DC93C (or 0x4DC93C) is known color: Lime Green. HEX triplet: 4D, C9 and 3C. RGB value is (77,201,60). Sum of RGB (Red+Green+Blue) = 77+201+60=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC93C is #B236C3. Grayscale: #949494. Windows color (decimal): -11679428 or 3983693. OLE color: 3983693.
HSL color Cylindrical-coordinate representation of color #4DC93C: hue angle of 112.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DC93C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 60 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.21 |
| HSL | 112.77º | 0.57% | 0.51% | - |
| HSV(B) | 112.77º | 0.7% | 0.79% | - |
| XYZ | 24.76 | 43.68 | 11.4 | - |
| YUV | 147.85 | 78.42 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 60 | 0.62 | 0 | 0.70 | 0.21 | 112.77 | 0.57 | 0.51 |
| Hex | 4D | C9 | 3C | 3E | 0 | 46 | 15 | 71 | 39 | 33 |
| Octal | 115 | 311 | 74 | 76 | 0 | 106 | 25 | 161 | 71 | 63 |
| Binary | 1001101 | 11001001 | 111100 | 111110 | 0 | 1000110 | 10101 | 1110001 | 111001 | 110011 |
Color Harmonies of #4DC93C
Complementary color
Monochromatic Colors of #4DC93C
Black with #4DC93C
Text Example
Text Example
White with #4DC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC93C; }
p { color: rgb(77,201,60); }
H1.HeaderClassName
{
color: #4DC93C;
}
.AnyTagClassName
{
color: #4DC93C;
}
</style>
background-color css
<style>
a { background-color: #4DC93C; }
a { background-color: rgb(77,201,60); }
div.DivClassName
{
background-color: #4DC93C;
}
.BgClassName
{
background-color: #4DC93C;
}
</style>
border-color css
<style>
span { border-color: #4DC93C; }
span { border-color: rgb(77,201,60); }
td.TdClassName
{
border-color: #4DC93C;
}
.TagClassName
{
border-color: #4DC93C;
}
</style>