Shades of Lime Green #4DFA33
Tints of Lime Green #4DFA33
RGB
CMYK
RGB Variations
Color information
#4DFA33 (or 0x4DFA33) is known color: Lime Green. HEX triplet: 4D, FA and 33. RGB value is (77,250,51). Sum of RGB (Red+Green+Blue) = 77+250+51=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA33 is #B205CC. Grayscale: #B0B0B0. Windows color (decimal): -11666893 or 3406413. OLE color: 3406413.
HSL color Cylindrical-coordinate representation of color #4DFA33: hue angle of 112.16º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DFA33 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 51 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.02 |
| HSL | 112.16º | 0.95% | 0.59% | - |
| HSV(B) | 112.16º | 0.8% | 0.98% | - |
| XYZ | 37.84 | 70.19 | 14.69 | - |
| YUV | 175.59 | 57.69 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 51 | 0.69 | 0 | 0.80 | 0.02 | 112.16 | 0.95 | 0.59 |
| Hex | 4D | FA | 33 | 45 | 0 | 50 | 2 | 70 | 5F | 3B |
| Octal | 115 | 372 | 63 | 105 | 0 | 120 | 2 | 160 | 137 | 73 |
| Binary | 1001101 | 11111010 | 110011 | 1000101 | 0 | 1010000 | 10 | 1110000 | 1011111 | 111011 |
Color Harmonies of #4DFA33
Complementary color
Monochromatic Colors of #4DFA33
Black with #4DFA33
Text Example
Text Example
White with #4DFA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA33; }
p { color: rgb(77,250,51); }
H1.HeaderClassName
{
color: #4DFA33;
}
.AnyTagClassName
{
color: #4DFA33;
}
</style>
background-color css
<style>
a { background-color: #4DFA33; }
a { background-color: rgb(77,250,51); }
div.DivClassName
{
background-color: #4DFA33;
}
.BgClassName
{
background-color: #4DFA33;
}
</style>
border-color css
<style>
span { border-color: #4DFA33; }
span { border-color: rgb(77,250,51); }
td.TdClassName
{
border-color: #4DFA33;
}
.TagClassName
{
border-color: #4DFA33;
}
</style>