Shades of Lime Green #4DF43C
Tints of Lime Green #4DF43C
RGB
CMYK
RGB Variations
Color information
#4DF43C (or 0x4DF43C) is known color: Lime Green. HEX triplet: 4D, F4 and 3C. RGB value is (77,244,60). Sum of RGB (Red+Green+Blue) = 77+244+60=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF43C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF43C is #B20BC3. Grayscale: #ADADAD. Windows color (decimal): -11668420 or 3994701. OLE color: 3994701.
HSL color Cylindrical-coordinate representation of color #4DF43C: hue angle of 114.46º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DF43C is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 60 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.04 |
| HSL | 114.46º | 0.89% | 0.6% | - |
| HSV(B) | 114.46º | 0.75% | 0.96% | - |
| XYZ | 36.23 | 66.61 | 15.22 | - |
| YUV | 173.09 | 64.17 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 60 | 0.68 | 0 | 0.75 | 0.04 | 114.46 | 0.89 | 0.6 |
| Hex | 4D | F4 | 3C | 44 | 0 | 4B | 4 | 72 | 59 | 3C |
| Octal | 115 | 364 | 74 | 104 | 0 | 113 | 4 | 162 | 131 | 74 |
| Binary | 1001101 | 11110100 | 111100 | 1000100 | 0 | 1001011 | 100 | 1110010 | 1011001 | 111100 |
Color Harmonies of #4DF43C
Complementary color
Monochromatic Colors of #4DF43C
Black with #4DF43C
Text Example
Text Example
White with #4DF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF43C; }
p { color: rgb(77,244,60); }
H1.HeaderClassName
{
color: #4DF43C;
}
.AnyTagClassName
{
color: #4DF43C;
}
</style>
background-color css
<style>
a { background-color: #4DF43C; }
a { background-color: rgb(77,244,60); }
div.DivClassName
{
background-color: #4DF43C;
}
.BgClassName
{
background-color: #4DF43C;
}
</style>
border-color css
<style>
span { border-color: #4DF43C; }
span { border-color: rgb(77,244,60); }
td.TdClassName
{
border-color: #4DF43C;
}
.TagClassName
{
border-color: #4DF43C;
}
</style>