Shades of Lime Green #4AD137
Tints of Lime Green #4AD137
RGB
CMYK
RGB Variations
Color information
#4AD137 (or 0x4AD137) is known color: Lime Green. HEX triplet: 4A, D1 and 37. RGB value is (74,209,55). Sum of RGB (Red+Green+Blue) = 74+209+55=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD137 is #B52EC8. Grayscale: #979797. Windows color (decimal): -11873993 or 3658058. OLE color: 3658058.
HSL color Cylindrical-coordinate representation of color #4AD137: hue angle of 112.6º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AD137 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 55 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.18 |
| HSL | 112.6º | 0.63% | 0.52% | - |
| HSV(B) | 112.6º | 0.74% | 0.82% | - |
| XYZ | 26.31 | 47.33 | 11.36 | - |
| YUV | 151.08 | 73.77 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 55 | 0.65 | 0 | 0.74 | 0.18 | 112.6 | 0.63 | 0.52 |
| Hex | 4A | D1 | 37 | 41 | 0 | 4A | 12 | 71 | 3F | 34 |
| Octal | 112 | 321 | 67 | 101 | 0 | 112 | 22 | 161 | 77 | 64 |
| Binary | 1001010 | 11010001 | 110111 | 1000001 | 0 | 1001010 | 10010 | 1110001 | 111111 | 110100 |
Color Harmonies of #4AD137
Complementary color
Monochromatic Colors of #4AD137
Black with #4AD137
Text Example
Text Example
White with #4AD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD137; }
p { color: rgb(74,209,55); }
H1.HeaderClassName
{
color: #4AD137;
}
.AnyTagClassName
{
color: #4AD137;
}
</style>
background-color css
<style>
a { background-color: #4AD137; }
a { background-color: rgb(74,209,55); }
div.DivClassName
{
background-color: #4AD137;
}
.BgClassName
{
background-color: #4AD137;
}
</style>
border-color css
<style>
span { border-color: #4AD137; }
span { border-color: rgb(74,209,55); }
td.TdClassName
{
border-color: #4AD137;
}
.TagClassName
{
border-color: #4AD137;
}
</style>