Shades of Lime Green #4AD84D
Tints of Lime Green #4AD84D
RGB
CMYK
RGB Variations
Color information
#4AD84D (or 0x4AD84D) is known color: Lime Green. HEX triplet: 4A, D8 and 4D. RGB value is (74,216,77). Sum of RGB (Red+Green+Blue) = 74+216+77=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD84D is #B527B2. Grayscale: #9E9E9E. Windows color (decimal): -11872179 or 5101642. OLE color: 5101642.
HSL color Cylindrical-coordinate representation of color #4AD84D: hue angle of 121.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD84D is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 77 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.15 |
| HSL | 121.27º | 0.65% | 0.57% | - |
| HSV(B) | 121.27º | 0.66% | 0.85% | - |
| XYZ | 28.72 | 51.1 | 15.37 | - |
| YUV | 157.7 | 82.46 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 77 | 0.66 | 0 | 0.64 | 0.15 | 121.27 | 0.65 | 0.57 |
| Hex | 4A | D8 | 4D | 42 | 0 | 40 | F | 79 | 41 | 39 |
| Octal | 112 | 330 | 115 | 102 | 0 | 100 | 17 | 171 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1001101 | 1000010 | 0 | 1000000 | 1111 | 1111001 | 1000001 | 111001 |
Color Harmonies of #4AD84D
Complementary color
Monochromatic Colors of #4AD84D
Black with #4AD84D
Text Example
Text Example
White with #4AD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD84D; }
p { color: rgb(74,216,77); }
H1.HeaderClassName
{
color: #4AD84D;
}
.AnyTagClassName
{
color: #4AD84D;
}
</style>
background-color css
<style>
a { background-color: #4AD84D; }
a { background-color: rgb(74,216,77); }
div.DivClassName
{
background-color: #4AD84D;
}
.BgClassName
{
background-color: #4AD84D;
}
</style>
border-color css
<style>
span { border-color: #4AD84D; }
span { border-color: rgb(74,216,77); }
td.TdClassName
{
border-color: #4AD84D;
}
.TagClassName
{
border-color: #4AD84D;
}
</style>