Shades of Lime Green #4AD749
Tints of Lime Green #4AD749
RGB
CMYK
RGB Variations
Color information
#4AD749 (or 0x4AD749) is known color: Lime Green. HEX triplet: 4A, D7 and 49. RGB value is (74,215,73). Sum of RGB (Red+Green+Blue) = 74+215+73=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD749 is #B528B6. Grayscale: #9D9D9D. Windows color (decimal): -11872439 or 4839242. OLE color: 4839242.
HSL color Cylindrical-coordinate representation of color #4AD749: hue angle of 119.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD749 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 73 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.16 |
| HSL | 119.58º | 0.64% | 0.56% | - |
| HSV(B) | 119.58º | 0.66% | 0.84% | - |
| XYZ | 28.33 | 50.54 | 14.57 | - |
| YUV | 156.65 | 80.79 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 73 | 0.66 | 0 | 0.66 | 0.16 | 119.58 | 0.64 | 0.56 |
| Hex | 4A | D7 | 49 | 42 | 0 | 42 | 10 | 78 | 40 | 38 |
| Octal | 112 | 327 | 111 | 102 | 0 | 102 | 20 | 170 | 100 | 70 |
| Binary | 1001010 | 11010111 | 1001001 | 1000010 | 0 | 1000010 | 10000 | 1111000 | 1000000 | 111000 |
Color Harmonies of #4AD749
Complementary color
Monochromatic Colors of #4AD749
Black with #4AD749
Text Example
Text Example
White with #4AD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD749; }
p { color: rgb(74,215,73); }
H1.HeaderClassName
{
color: #4AD749;
}
.AnyTagClassName
{
color: #4AD749;
}
</style>
background-color css
<style>
a { background-color: #4AD749; }
a { background-color: rgb(74,215,73); }
div.DivClassName
{
background-color: #4AD749;
}
.BgClassName
{
background-color: #4AD749;
}
</style>
border-color css
<style>
span { border-color: #4AD749; }
span { border-color: rgb(74,215,73); }
td.TdClassName
{
border-color: #4AD749;
}
.TagClassName
{
border-color: #4AD749;
}
</style>