Shades of Lime Green #4DD33B
Tints of Lime Green #4DD33B
RGB
CMYK
RGB Variations
Color information
#4DD33B (or 0x4DD33B) is known color: Lime Green. HEX triplet: 4D, D3 and 3B. RGB value is (77,211,59). Sum of RGB (Red+Green+Blue) = 77+211+59=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD33B is #B22CC4. Grayscale: #9A9A9A. Windows color (decimal): -11676869 or 3920717. OLE color: 3920717.
HSL color Cylindrical-coordinate representation of color #4DD33B: hue angle of 112.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DD33B is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 59 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.17 |
| HSL | 112.89º | 0.63% | 0.53% | - |
| HSV(B) | 112.89º | 0.72% | 0.83% | - |
| XYZ | 27.14 | 48.48 | 12.07 | - |
| YUV | 153.61 | 74.61 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 59 | 0.64 | 0 | 0.72 | 0.17 | 112.89 | 0.63 | 0.53 |
| Hex | 4D | D3 | 3B | 40 | 0 | 48 | 11 | 71 | 3F | 35 |
| Octal | 115 | 323 | 73 | 100 | 0 | 110 | 21 | 161 | 77 | 65 |
| Binary | 1001101 | 11010011 | 111011 | 1000000 | 0 | 1001000 | 10001 | 1110001 | 111111 | 110101 |
Color Harmonies of #4DD33B
Complementary color
Monochromatic Colors of #4DD33B
Black with #4DD33B
Text Example
Text Example
White with #4DD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD33B; }
p { color: rgb(77,211,59); }
H1.HeaderClassName
{
color: #4DD33B;
}
.AnyTagClassName
{
color: #4DD33B;
}
</style>
background-color css
<style>
a { background-color: #4DD33B; }
a { background-color: rgb(77,211,59); }
div.DivClassName
{
background-color: #4DD33B;
}
.BgClassName
{
background-color: #4DD33B;
}
</style>
border-color css
<style>
span { border-color: #4DD33B; }
span { border-color: rgb(77,211,59); }
td.TdClassName
{
border-color: #4DD33B;
}
.TagClassName
{
border-color: #4DD33B;
}
</style>