Shades of Lime Green #4DFA34
Tints of Lime Green #4DFA34
RGB
CMYK
RGB Variations
Color information
#4DFA34 (or 0x4DFA34) is known color: Lime Green. HEX triplet: 4D, FA and 34. RGB value is (77,250,52). Sum of RGB (Red+Green+Blue) = 77+250+52=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA34 is #B205CB. Grayscale: #B0B0B0. Windows color (decimal): -11666892 or 3471949. OLE color: 3471949.
HSL color Cylindrical-coordinate representation of color #4DFA34: hue angle of 112.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DFA34 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 52 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.02 |
| HSL | 112.42º | 0.95% | 0.59% | - |
| HSV(B) | 112.42º | 0.79% | 0.98% | - |
| XYZ | 37.87 | 70.2 | 14.8 | - |
| YUV | 175.7 | 58.19 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 52 | 0.69 | 0 | 0.79 | 0.02 | 112.42 | 0.95 | 0.59 |
| Hex | 4D | FA | 34 | 45 | 0 | 4F | 2 | 70 | 5F | 3B |
| Octal | 115 | 372 | 64 | 105 | 0 | 117 | 2 | 160 | 137 | 73 |
| Binary | 1001101 | 11111010 | 110100 | 1000101 | 0 | 1001111 | 10 | 1110000 | 1011111 | 111011 |
Color Harmonies of #4DFA34
Complementary color
Monochromatic Colors of #4DFA34
Black with #4DFA34
Text Example
Text Example
White with #4DFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA34; }
p { color: rgb(77,250,52); }
H1.HeaderClassName
{
color: #4DFA34;
}
.AnyTagClassName
{
color: #4DFA34;
}
</style>
background-color css
<style>
a { background-color: #4DFA34; }
a { background-color: rgb(77,250,52); }
div.DivClassName
{
background-color: #4DFA34;
}
.BgClassName
{
background-color: #4DFA34;
}
</style>
border-color css
<style>
span { border-color: #4DFA34; }
span { border-color: rgb(77,250,52); }
td.TdClassName
{
border-color: #4DFA34;
}
.TagClassName
{
border-color: #4DFA34;
}
</style>