Shades of Lime Green #4DF433
Tints of Lime Green #4DF433
RGB
CMYK
RGB Variations
Color information
#4DF433 (or 0x4DF433) is known color: Lime Green. HEX triplet: 4D, F4 and 33. RGB value is (77,244,51). Sum of RGB (Red+Green+Blue) = 77+244+51=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 244 (95.70% from 255 or 65.59% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF433 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF433 is #B20BCC. Grayscale: #ACACAC. Windows color (decimal): -11668429 or 3404877. OLE color: 3404877.
HSL color Cylindrical-coordinate representation of color #4DF433: hue angle of 111.92º degrees, saturation: 0.9, 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 #4DF433 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 51 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.04 |
| HSL | 111.92º | 0.9% | 0.58% | - |
| HSV(B) | 111.92º | 0.79% | 0.96% | - |
| XYZ | 36.01 | 66.52 | 14.07 | - |
| YUV | 172.07 | 59.67 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 51 | 0.68 | 0 | 0.79 | 0.04 | 111.92 | 0.9 | 0.58 |
| Hex | 4D | F4 | 33 | 44 | 0 | 4F | 4 | 70 | 5A | 3A |
| Octal | 115 | 364 | 63 | 104 | 0 | 117 | 4 | 160 | 132 | 72 |
| Binary | 1001101 | 11110100 | 110011 | 1000100 | 0 | 1001111 | 100 | 1110000 | 1011010 | 111010 |
Color Harmonies of #4DF433
Complementary color
Monochromatic Colors of #4DF433
Black with #4DF433
Text Example
Text Example
White with #4DF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF433; }
p { color: rgb(77,244,51); }
H1.HeaderClassName
{
color: #4DF433;
}
.AnyTagClassName
{
color: #4DF433;
}
</style>
background-color css
<style>
a { background-color: #4DF433; }
a { background-color: rgb(77,244,51); }
div.DivClassName
{
background-color: #4DF433;
}
.BgClassName
{
background-color: #4DF433;
}
</style>
border-color css
<style>
span { border-color: #4DF433; }
span { border-color: rgb(77,244,51); }
td.TdClassName
{
border-color: #4DF433;
}
.TagClassName
{
border-color: #4DF433;
}
</style>