Shades of Lime Green #4DF732
Tints of Lime Green #4DF732
RGB
CMYK
RGB Variations
Color information
#4DF732 (or 0x4DF732) is known color: Lime Green. HEX triplet: 4D, F7 and 32. RGB value is (77,247,50). Sum of RGB (Red+Green+Blue) = 77+247+50=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 247 (96.88% from 255 or 66.04% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF732 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF732 is #B208CD. Grayscale: #AEAEAE. Windows color (decimal): -11667662 or 3340109. OLE color: 3340109.
HSL color Cylindrical-coordinate representation of color #4DF732: hue angle of 111.78º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF732 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 50 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.03 |
| HSL | 111.78º | 0.92% | 0.58% | - |
| HSV(B) | 111.78º | 0.8% | 0.97% | - |
| XYZ | 36.9 | 68.33 | 14.26 | - |
| YUV | 173.71 | 58.18 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 50 | 0.69 | 0 | 0.80 | 0.03 | 111.78 | 0.92 | 0.58 |
| Hex | 4D | F7 | 32 | 45 | 0 | 50 | 3 | 70 | 5C | 3A |
| Octal | 115 | 367 | 62 | 105 | 0 | 120 | 3 | 160 | 134 | 72 |
| Binary | 1001101 | 11110111 | 110010 | 1000101 | 0 | 1010000 | 11 | 1110000 | 1011100 | 111010 |
Color Harmonies of #4DF732
Complementary color
Monochromatic Colors of #4DF732
Black with #4DF732
Text Example
Text Example
White with #4DF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF732; }
p { color: rgb(77,247,50); }
H1.HeaderClassName
{
color: #4DF732;
}
.AnyTagClassName
{
color: #4DF732;
}
</style>
background-color css
<style>
a { background-color: #4DF732; }
a { background-color: rgb(77,247,50); }
div.DivClassName
{
background-color: #4DF732;
}
.BgClassName
{
background-color: #4DF732;
}
</style>
border-color css
<style>
span { border-color: #4DF732; }
span { border-color: rgb(77,247,50); }
td.TdClassName
{
border-color: #4DF732;
}
.TagClassName
{
border-color: #4DF732;
}
</style>