Shades of Lime Green #4DF332
Tints of Lime Green #4DF332
RGB
CMYK
RGB Variations
Color information
#4DF332 (or 0x4DF332) is known color: Lime Green. HEX triplet: 4D, F3 and 32. RGB value is (77,243,50). Sum of RGB (Red+Green+Blue) = 77+243+50=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF332 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF332 is #B20CCD. Grayscale: #ABABAB. Windows color (decimal): -11668686 or 3339085. OLE color: 3339085.
HSL color Cylindrical-coordinate representation of color #4DF332: hue angle of 111.61º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DF332 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 50 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.05 |
| HSL | 111.61º | 0.89% | 0.57% | - |
| HSV(B) | 111.61º | 0.79% | 0.95% | - |
| XYZ | 35.69 | 65.91 | 13.86 | - |
| YUV | 171.36 | 59.5 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 50 | 0.68 | 0 | 0.79 | 0.05 | 111.61 | 0.89 | 0.57 |
| Hex | 4D | F3 | 32 | 44 | 0 | 4F | 5 | 70 | 59 | 39 |
| Octal | 115 | 363 | 62 | 104 | 0 | 117 | 5 | 160 | 131 | 71 |
| Binary | 1001101 | 11110011 | 110010 | 1000100 | 0 | 1001111 | 101 | 1110000 | 1011001 | 111001 |
Color Harmonies of #4DF332
Complementary color
Monochromatic Colors of #4DF332
Black with #4DF332
Text Example
Text Example
White with #4DF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF332; }
p { color: rgb(77,243,50); }
H1.HeaderClassName
{
color: #4DF332;
}
.AnyTagClassName
{
color: #4DF332;
}
</style>
background-color css
<style>
a { background-color: #4DF332; }
a { background-color: rgb(77,243,50); }
div.DivClassName
{
background-color: #4DF332;
}
.BgClassName
{
background-color: #4DF332;
}
</style>
border-color css
<style>
span { border-color: #4DF332; }
span { border-color: rgb(77,243,50); }
td.TdClassName
{
border-color: #4DF332;
}
.TagClassName
{
border-color: #4DF332;
}
</style>