Shades of Lime Green #4ADD37
Tints of Lime Green #4ADD37
RGB
CMYK
RGB Variations
Color information
#4ADD37 (or 0x4ADD37) is known color: Lime Green. HEX triplet: 4A, DD and 37. RGB value is (74,221,55). Sum of RGB (Red+Green+Blue) = 74+221+55=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD37 is #B522C8. Grayscale: #9E9E9E. Windows color (decimal): -11870921 or 3661130. OLE color: 3661130.
HSL color Cylindrical-coordinate representation of color #4ADD37: hue angle of 113.13º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ADD37 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 55 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.13 |
| HSL | 113.13º | 0.71% | 0.54% | - |
| HSV(B) | 113.13º | 0.75% | 0.87% | - |
| XYZ | 29.37 | 53.44 | 12.38 | - |
| YUV | 158.12 | 69.8 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 55 | 0.67 | 0 | 0.75 | 0.13 | 113.13 | 0.71 | 0.54 |
| Hex | 4A | DD | 37 | 43 | 0 | 4B | D | 71 | 47 | 36 |
| Octal | 112 | 335 | 67 | 103 | 0 | 113 | 15 | 161 | 107 | 66 |
| Binary | 1001010 | 11011101 | 110111 | 1000011 | 0 | 1001011 | 1101 | 1110001 | 1000111 | 110110 |
Color Harmonies of #4ADD37
Complementary color
Monochromatic Colors of #4ADD37
Black with #4ADD37
Text Example
Text Example
White with #4ADD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD37; }
p { color: rgb(74,221,55); }
H1.HeaderClassName
{
color: #4ADD37;
}
.AnyTagClassName
{
color: #4ADD37;
}
</style>
background-color css
<style>
a { background-color: #4ADD37; }
a { background-color: rgb(74,221,55); }
div.DivClassName
{
background-color: #4ADD37;
}
.BgClassName
{
background-color: #4ADD37;
}
</style>
border-color css
<style>
span { border-color: #4ADD37; }
span { border-color: rgb(74,221,55); }
td.TdClassName
{
border-color: #4ADD37;
}
.TagClassName
{
border-color: #4ADD37;
}
</style>