Shades of Lime Green #4AD944
Tints of Lime Green #4AD944
RGB
CMYK
RGB Variations
Color information
#4AD944 (or 0x4AD944) is known color: Lime Green. HEX triplet: 4A, D9 and 44. RGB value is (74,217,68). Sum of RGB (Red+Green+Blue) = 74+217+68=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD944 is #B526BB. Grayscale: #9D9D9D. Windows color (decimal): -11871932 or 4512074. OLE color: 4512074.
HSL color Cylindrical-coordinate representation of color #4AD944: hue angle of 117.58º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AD944 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 68 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.15 |
| HSL | 117.58º | 0.66% | 0.56% | - |
| HSV(B) | 117.58º | 0.69% | 0.85% | - |
| XYZ | 28.68 | 51.5 | 13.9 | - |
| YUV | 157.26 | 77.62 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 68 | 0.66 | 0 | 0.69 | 0.15 | 117.58 | 0.66 | 0.56 |
| Hex | 4A | D9 | 44 | 42 | 0 | 45 | F | 76 | 42 | 38 |
| Octal | 112 | 331 | 104 | 102 | 0 | 105 | 17 | 166 | 102 | 70 |
| Binary | 1001010 | 11011001 | 1000100 | 1000010 | 0 | 1000101 | 1111 | 1110110 | 1000010 | 111000 |
Color Harmonies of #4AD944
Complementary color
Monochromatic Colors of #4AD944
Black with #4AD944
Text Example
Text Example
White with #4AD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD944; }
p { color: rgb(74,217,68); }
H1.HeaderClassName
{
color: #4AD944;
}
.AnyTagClassName
{
color: #4AD944;
}
</style>
background-color css
<style>
a { background-color: #4AD944; }
a { background-color: rgb(74,217,68); }
div.DivClassName
{
background-color: #4AD944;
}
.BgClassName
{
background-color: #4AD944;
}
</style>
border-color css
<style>
span { border-color: #4AD944; }
span { border-color: rgb(74,217,68); }
td.TdClassName
{
border-color: #4AD944;
}
.TagClassName
{
border-color: #4AD944;
}
</style>