Shades of Lime Green #4DD34B
Tints of Lime Green #4DD34B
RGB
CMYK
RGB Variations
Color information
#4DD34B (or 0x4DD34B) is known color: Lime Green. HEX triplet: 4D, D3 and 4B. RGB value is (77,211,75). Sum of RGB (Red+Green+Blue) = 77+211+75=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD34B is #B22CB4. Grayscale: #9B9B9B. Windows color (decimal): -11676853 or 4969293. OLE color: 4969293.
HSL color Cylindrical-coordinate representation of color #4DD34B: hue angle of 119.12º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD34B is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 75 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.17 |
| HSL | 119.12º | 0.61% | 0.56% | - |
| HSV(B) | 119.12º | 0.64% | 0.83% | - |
| XYZ | 27.62 | 48.67 | 14.6 | - |
| YUV | 155.43 | 82.61 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 75 | 0.64 | 0 | 0.64 | 0.17 | 119.12 | 0.61 | 0.56 |
| Hex | 4D | D3 | 4B | 40 | 0 | 40 | 11 | 77 | 3D | 38 |
| Octal | 115 | 323 | 113 | 100 | 0 | 100 | 21 | 167 | 75 | 70 |
| Binary | 1001101 | 11010011 | 1001011 | 1000000 | 0 | 1000000 | 10001 | 1110111 | 111101 | 111000 |
Color Harmonies of #4DD34B
Complementary color
Monochromatic Colors of #4DD34B
Black with #4DD34B
Text Example
Text Example
White with #4DD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD34B; }
p { color: rgb(77,211,75); }
H1.HeaderClassName
{
color: #4DD34B;
}
.AnyTagClassName
{
color: #4DD34B;
}
</style>
background-color css
<style>
a { background-color: #4DD34B; }
a { background-color: rgb(77,211,75); }
div.DivClassName
{
background-color: #4DD34B;
}
.BgClassName
{
background-color: #4DD34B;
}
</style>
border-color css
<style>
span { border-color: #4DD34B; }
span { border-color: rgb(77,211,75); }
td.TdClassName
{
border-color: #4DD34B;
}
.TagClassName
{
border-color: #4DD34B;
}
</style>