Shades of Lime Green #4ADD31
Tints of Lime Green #4ADD31
RGB
CMYK
RGB Variations
Color information
#4ADD31 (or 0x4ADD31) is known color: Lime Green. HEX triplet: 4A, DD and 31. RGB value is (74,221,49). Sum of RGB (Red+Green+Blue) = 74+221+49=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD31 is #B522CE. Grayscale: #9D9D9D. Windows color (decimal): -11870927 or 3267914. OLE color: 3267914.
HSL color Cylindrical-coordinate representation of color #4ADD31: hue angle of 111.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ADD31 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.13 |
| HSL | 111.28º | 0.72% | 0.53% | - |
| HSV(B) | 111.28º | 0.78% | 0.87% | - |
| XYZ | 29.23 | 53.39 | 11.67 | - |
| YUV | 157.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 49 | 0.67 | 0 | 0.78 | 0.13 | 111.28 | 0.72 | 0.53 |
| Hex | 4A | DD | 31 | 43 | 0 | 4E | D | 6F | 48 | 35 |
| Octal | 112 | 335 | 61 | 103 | 0 | 116 | 15 | 157 | 110 | 65 |
| Binary | 1001010 | 11011101 | 110001 | 1000011 | 0 | 1001110 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #4ADD31
Complementary color
Monochromatic Colors of #4ADD31
Black with #4ADD31
Text Example
Text Example
White with #4ADD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD31; }
p { color: rgb(74,221,49); }
H1.HeaderClassName
{
color: #4ADD31;
}
.AnyTagClassName
{
color: #4ADD31;
}
</style>
background-color css
<style>
a { background-color: #4ADD31; }
a { background-color: rgb(74,221,49); }
div.DivClassName
{
background-color: #4ADD31;
}
.BgClassName
{
background-color: #4ADD31;
}
</style>
border-color css
<style>
span { border-color: #4ADD31; }
span { border-color: rgb(74,221,49); }
td.TdClassName
{
border-color: #4ADD31;
}
.TagClassName
{
border-color: #4ADD31;
}
</style>