Shades of Lime Green #4DD830
Tints of Lime Green #4DD830
RGB
CMYK
RGB Variations
Color information
#4DD830 (or 0x4DD830) is known color: Lime Green. HEX triplet: 4D, D8 and 30. RGB value is (77,216,48). Sum of RGB (Red+Green+Blue) = 77+216+48=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD830 is #B227CF. Grayscale: #9B9B9B. Windows color (decimal): -11675600 or 3201101. OLE color: 3201101.
HSL color Cylindrical-coordinate representation of color #4DD830: hue angle of 109.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DD830 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 48 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.15 |
| HSL | 109.64º | 0.68% | 0.52% | - |
| HSV(B) | 109.64º | 0.78% | 0.85% | - |
| XYZ | 28.15 | 50.9 | 11.14 | - |
| YUV | 155.29 | 67.45 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 48 | 0.64 | 0 | 0.78 | 0.15 | 109.64 | 0.68 | 0.52 |
| Hex | 4D | D8 | 30 | 40 | 0 | 4E | F | 6E | 44 | 34 |
| Octal | 115 | 330 | 60 | 100 | 0 | 116 | 17 | 156 | 104 | 64 |
| Binary | 1001101 | 11011000 | 110000 | 1000000 | 0 | 1001110 | 1111 | 1101110 | 1000100 | 110100 |
Color Harmonies of #4DD830
Complementary color
Monochromatic Colors of #4DD830
Black with #4DD830
Text Example
Text Example
White with #4DD830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD830; }
p { color: rgb(77,216,48); }
H1.HeaderClassName
{
color: #4DD830;
}
.AnyTagClassName
{
color: #4DD830;
}
</style>
background-color css
<style>
a { background-color: #4DD830; }
a { background-color: rgb(77,216,48); }
div.DivClassName
{
background-color: #4DD830;
}
.BgClassName
{
background-color: #4DD830;
}
</style>
border-color css
<style>
span { border-color: #4DD830; }
span { border-color: rgb(77,216,48); }
td.TdClassName
{
border-color: #4DD830;
}
.TagClassName
{
border-color: #4DD830;
}
</style>