Shades of Lime Green #4AD539
Tints of Lime Green #4AD539
RGB
CMYK
RGB Variations
Color information
#4AD539 (or 0x4AD539) is known color: Lime Green. HEX triplet: 4A, D5 and 39. RGB value is (74,213,57). Sum of RGB (Red+Green+Blue) = 74+213+57=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD539 is #B52AC6. Grayscale: #9A9A9A. Windows color (decimal): -11872967 or 3790154. OLE color: 3790154.
HSL color Cylindrical-coordinate representation of color #4AD539: hue angle of 113.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AD539 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 57 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.16 |
| HSL | 113.46º | 0.65% | 0.53% | - |
| HSV(B) | 113.46º | 0.73% | 0.84% | - |
| XYZ | 27.36 | 49.34 | 11.95 | - |
| YUV | 153.66 | 73.45 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 57 | 0.65 | 0 | 0.73 | 0.16 | 113.46 | 0.65 | 0.53 |
| Hex | 4A | D5 | 39 | 41 | 0 | 49 | 10 | 71 | 41 | 35 |
| Octal | 112 | 325 | 71 | 101 | 0 | 111 | 20 | 161 | 101 | 65 |
| Binary | 1001010 | 11010101 | 111001 | 1000001 | 0 | 1001001 | 10000 | 1110001 | 1000001 | 110101 |
Color Harmonies of #4AD539
Complementary color
Monochromatic Colors of #4AD539
Black with #4AD539
Text Example
Text Example
White with #4AD539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD539; }
p { color: rgb(74,213,57); }
H1.HeaderClassName
{
color: #4AD539;
}
.AnyTagClassName
{
color: #4AD539;
}
</style>
background-color css
<style>
a { background-color: #4AD539; }
a { background-color: rgb(74,213,57); }
div.DivClassName
{
background-color: #4AD539;
}
.BgClassName
{
background-color: #4AD539;
}
</style>
border-color css
<style>
span { border-color: #4AD539; }
span { border-color: rgb(74,213,57); }
td.TdClassName
{
border-color: #4AD539;
}
.TagClassName
{
border-color: #4AD539;
}
</style>