Shades of Lime Green #4DF534
Tints of Lime Green #4DF534
RGB
CMYK
RGB Variations
Color information
#4DF534 (or 0x4DF534) is known color: Lime Green. HEX triplet: 4D, F5 and 34. RGB value is (77,245,52). Sum of RGB (Red+Green+Blue) = 77+245+52=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 245 (96.09% from 255 or 65.51% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF534 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF534 is #B20ACB. Grayscale: #ADADAD. Windows color (decimal): -11668172 or 3470669. OLE color: 3470669.
HSL color Cylindrical-coordinate representation of color #4DF534: hue angle of 112.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DF534 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 52 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.04 |
| HSL | 112.23º | 0.91% | 0.58% | - |
| HSV(B) | 112.23º | 0.79% | 0.96% | - |
| XYZ | 36.33 | 67.13 | 14.29 | - |
| YUV | 172.77 | 59.84 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 52 | 0.69 | 0 | 0.79 | 0.04 | 112.23 | 0.91 | 0.58 |
| Hex | 4D | F5 | 34 | 45 | 0 | 4F | 4 | 70 | 5B | 3A |
| Octal | 115 | 365 | 64 | 105 | 0 | 117 | 4 | 160 | 133 | 72 |
| Binary | 1001101 | 11110101 | 110100 | 1000101 | 0 | 1001111 | 100 | 1110000 | 1011011 | 111010 |
Color Harmonies of #4DF534
Complementary color
Monochromatic Colors of #4DF534
Black with #4DF534
Text Example
Text Example
White with #4DF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF534; }
p { color: rgb(77,245,52); }
H1.HeaderClassName
{
color: #4DF534;
}
.AnyTagClassName
{
color: #4DF534;
}
</style>
background-color css
<style>
a { background-color: #4DF534; }
a { background-color: rgb(77,245,52); }
div.DivClassName
{
background-color: #4DF534;
}
.BgClassName
{
background-color: #4DF534;
}
</style>
border-color css
<style>
span { border-color: #4DF534; }
span { border-color: rgb(77,245,52); }
td.TdClassName
{
border-color: #4DF534;
}
.TagClassName
{
border-color: #4DF534;
}
</style>