Shades of Lime Green #4DF630
Tints of Lime Green #4DF630
RGB
CMYK
RGB Variations
Color information
#4DF630 (or 0x4DF630) is known color: Lime Green. HEX triplet: 4D, F6 and 30. RGB value is (77,246,48). Sum of RGB (Red+Green+Blue) = 77+246+48=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF630 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF630 is #B209CF. Grayscale: #ADADAD. Windows color (decimal): -11667920 or 3208781. OLE color: 3208781.
HSL color Cylindrical-coordinate representation of color #4DF630: hue angle of 111.21º 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 #4DF630 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 246 | 48 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.04 |
| HSL | 111.21º | 0.92% | 0.58% | - |
| HSV(B) | 111.21º | 0.8% | 0.96% | - |
| XYZ | 36.55 | 67.7 | 13.94 | - |
| YUV | 172.9 | 57.51 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 246 | 48 | 0.69 | 0 | 0.80 | 0.04 | 111.21 | 0.92 | 0.58 |
| Hex | 4D | F6 | 30 | 45 | 0 | 50 | 4 | 6F | 5C | 3A |
| Octal | 115 | 366 | 60 | 105 | 0 | 120 | 4 | 157 | 134 | 72 |
| Binary | 1001101 | 11110110 | 110000 | 1000101 | 0 | 1010000 | 100 | 1101111 | 1011100 | 111010 |
Color Harmonies of #4DF630
Complementary color
Monochromatic Colors of #4DF630
Black with #4DF630
Text Example
Text Example
White with #4DF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF630; }
p { color: rgb(77,246,48); }
H1.HeaderClassName
{
color: #4DF630;
}
.AnyTagClassName
{
color: #4DF630;
}
</style>
background-color css
<style>
a { background-color: #4DF630; }
a { background-color: rgb(77,246,48); }
div.DivClassName
{
background-color: #4DF630;
}
.BgClassName
{
background-color: #4DF630;
}
</style>
border-color css
<style>
span { border-color: #4DF630; }
span { border-color: rgb(77,246,48); }
td.TdClassName
{
border-color: #4DF630;
}
.TagClassName
{
border-color: #4DF630;
}
</style>