Shades of Lime Green #4DF632
Tints of Lime Green #4DF632
RGB
CMYK
RGB Variations
Color information
#4DF632 (or 0x4DF632) is known color: Lime Green. HEX triplet: 4D, F6 and 32. RGB value is (77,246,50). Sum of RGB (Red+Green+Blue) = 77+246+50=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 246 (96.48% from 255 or 65.95% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF632 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF632 is #B209CD. Grayscale: #ADADAD. Windows color (decimal): -11667918 or 3339853. OLE color: 3339853.
HSL color Cylindrical-coordinate representation of color #4DF632: hue angle of 111.73º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF632 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 246 | 50 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.04 |
| HSL | 111.73º | 0.92% | 0.58% | - |
| HSV(B) | 111.73º | 0.8% | 0.96% | - |
| XYZ | 36.59 | 67.72 | 14.16 | - |
| YUV | 173.13 | 58.51 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 246 | 50 | 0.69 | 0 | 0.80 | 0.04 | 111.73 | 0.92 | 0.58 |
| Hex | 4D | F6 | 32 | 45 | 0 | 50 | 4 | 70 | 5C | 3A |
| Octal | 115 | 366 | 62 | 105 | 0 | 120 | 4 | 160 | 134 | 72 |
| Binary | 1001101 | 11110110 | 110010 | 1000101 | 0 | 1010000 | 100 | 1110000 | 1011100 | 111010 |
Color Harmonies of #4DF632
Complementary color
Monochromatic Colors of #4DF632
Black with #4DF632
Text Example
Text Example
White with #4DF632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF632; }
p { color: rgb(77,246,50); }
H1.HeaderClassName
{
color: #4DF632;
}
.AnyTagClassName
{
color: #4DF632;
}
</style>
background-color css
<style>
a { background-color: #4DF632; }
a { background-color: rgb(77,246,50); }
div.DivClassName
{
background-color: #4DF632;
}
.BgClassName
{
background-color: #4DF632;
}
</style>
border-color css
<style>
span { border-color: #4DF632; }
span { border-color: rgb(77,246,50); }
td.TdClassName
{
border-color: #4DF632;
}
.TagClassName
{
border-color: #4DF632;
}
</style>