Shades of Lime Green #4DF634
Tints of Lime Green #4DF634
RGB
CMYK
RGB Variations
Color information
#4DF634 (or 0x4DF634) is known color: Lime Green. HEX triplet: 4D, F6 and 34. RGB value is (77,246,52). Sum of RGB (Red+Green+Blue) = 77+246+52=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 246 (96.48% from 255 or 65.6% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF634 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF634 is #B209CB. Grayscale: #ADADAD. Windows color (decimal): -11667916 or 3470925. OLE color: 3470925.
HSL color Cylindrical-coordinate representation of color #4DF634: hue angle of 112.27º degrees, saturation: 0.92, 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 #4DF634 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 246 | 52 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.04 |
| HSL | 112.27º | 0.92% | 0.58% | - |
| HSV(B) | 112.27º | 0.79% | 0.96% | - |
| XYZ | 36.64 | 67.74 | 14.39 | - |
| YUV | 173.35 | 59.51 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 246 | 52 | 0.69 | 0 | 0.79 | 0.04 | 112.27 | 0.92 | 0.58 |
| Hex | 4D | F6 | 34 | 45 | 0 | 4F | 4 | 70 | 5C | 3A |
| Octal | 115 | 366 | 64 | 105 | 0 | 117 | 4 | 160 | 134 | 72 |
| Binary | 1001101 | 11110110 | 110100 | 1000101 | 0 | 1001111 | 100 | 1110000 | 1011100 | 111010 |
Color Harmonies of #4DF634
Complementary color
Monochromatic Colors of #4DF634
Black with #4DF634
Text Example
Text Example
White with #4DF634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF634; }
p { color: rgb(77,246,52); }
H1.HeaderClassName
{
color: #4DF634;
}
.AnyTagClassName
{
color: #4DF634;
}
</style>
background-color css
<style>
a { background-color: #4DF634; }
a { background-color: rgb(77,246,52); }
div.DivClassName
{
background-color: #4DF634;
}
.BgClassName
{
background-color: #4DF634;
}
</style>
border-color css
<style>
span { border-color: #4DF634; }
span { border-color: rgb(77,246,52); }
td.TdClassName
{
border-color: #4DF634;
}
.TagClassName
{
border-color: #4DF634;
}
</style>