Shades of Lime Green #4DF43A
Tints of Lime Green #4DF43A
RGB
CMYK
RGB Variations
Color information
#4DF43A (or 0x4DF43A) is known color: Lime Green. HEX triplet: 4D, F4 and 3A. RGB value is (77,244,58). Sum of RGB (Red+Green+Blue) = 77+244+58=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 244 (95.70% from 255 or 64.38% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF43A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF43A is #B20BC5. Grayscale: #ADADAD. Windows color (decimal): -11668422 or 3863629. OLE color: 3863629.
HSL color Cylindrical-coordinate representation of color #4DF43A: hue angle of 113.87º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DF43A is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 58 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.04 |
| HSL | 113.87º | 0.89% | 0.59% | - |
| HSV(B) | 113.87º | 0.76% | 0.96% | - |
| XYZ | 36.17 | 66.58 | 14.95 | - |
| YUV | 172.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 58 | 0.68 | 0 | 0.76 | 0.04 | 113.87 | 0.89 | 0.59 |
| Hex | 4D | F4 | 3A | 44 | 0 | 4C | 4 | 72 | 59 | 3B |
| Octal | 115 | 364 | 72 | 104 | 0 | 114 | 4 | 162 | 131 | 73 |
| Binary | 1001101 | 11110100 | 111010 | 1000100 | 0 | 1001100 | 100 | 1110010 | 1011001 | 111011 |
Color Harmonies of #4DF43A
Complementary color
Monochromatic Colors of #4DF43A
Black with #4DF43A
Text Example
Text Example
White with #4DF43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF43A; }
p { color: rgb(77,244,58); }
H1.HeaderClassName
{
color: #4DF43A;
}
.AnyTagClassName
{
color: #4DF43A;
}
</style>
background-color css
<style>
a { background-color: #4DF43A; }
a { background-color: rgb(77,244,58); }
div.DivClassName
{
background-color: #4DF43A;
}
.BgClassName
{
background-color: #4DF43A;
}
</style>
border-color css
<style>
span { border-color: #4DF43A; }
span { border-color: rgb(77,244,58); }
td.TdClassName
{
border-color: #4DF43A;
}
.TagClassName
{
border-color: #4DF43A;
}
</style>