Shades of Lime Green #4DF63A
Tints of Lime Green #4DF63A
RGB
CMYK
RGB Variations
Color information
#4DF63A (or 0x4DF63A) is known color: Lime Green. HEX triplet: 4D, F6 and 3A. RGB value is (77,246,58). Sum of RGB (Red+Green+Blue) = 77+246+58=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF63A is #B209C5. Grayscale: #AEAEAE. Windows color (decimal): -11667910 or 3864141. OLE color: 3864141.
HSL color Cylindrical-coordinate representation of color #4DF63A: hue angle of 113.94º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DF63A is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 246 | 58 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.04 |
| HSL | 113.94º | 0.91% | 0.6% | - |
| HSV(B) | 113.94º | 0.76% | 0.96% | - |
| XYZ | 36.78 | 67.79 | 15.15 | - |
| YUV | 174.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 246 | 58 | 0.69 | 0 | 0.76 | 0.04 | 113.94 | 0.91 | 0.6 |
| Hex | 4D | F6 | 3A | 45 | 0 | 4C | 4 | 72 | 5B | 3C |
| Octal | 115 | 366 | 72 | 105 | 0 | 114 | 4 | 162 | 133 | 74 |
| Binary | 1001101 | 11110110 | 111010 | 1000101 | 0 | 1001100 | 100 | 1110010 | 1011011 | 111100 |
Color Harmonies of #4DF63A
Complementary color
Monochromatic Colors of #4DF63A
Black with #4DF63A
Text Example
Text Example
White with #4DF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF63A; }
p { color: rgb(77,246,58); }
H1.HeaderClassName
{
color: #4DF63A;
}
.AnyTagClassName
{
color: #4DF63A;
}
</style>
background-color css
<style>
a { background-color: #4DF63A; }
a { background-color: rgb(77,246,58); }
div.DivClassName
{
background-color: #4DF63A;
}
.BgClassName
{
background-color: #4DF63A;
}
</style>
border-color css
<style>
span { border-color: #4DF63A; }
span { border-color: rgb(77,246,58); }
td.TdClassName
{
border-color: #4DF63A;
}
.TagClassName
{
border-color: #4DF63A;
}
</style>