Shades of Lime Green #4AD553
Tints of Lime Green #4AD553
RGB
CMYK
RGB Variations
Color information
#4AD553 (or 0x4AD553) is known color: Lime Green. HEX triplet: 4A, D5 and 53. RGB value is (74,213,83). Sum of RGB (Red+Green+Blue) = 74+213+83=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD553 is #B52AAC. Grayscale: #9C9C9C. Windows color (decimal): -11872941 or 5494090. OLE color: 5494090.
HSL color Cylindrical-coordinate representation of color #4AD553: hue angle of 123.88º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD553 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 83 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.16 |
| HSL | 123.88º | 0.62% | 0.56% | - |
| HSV(B) | 123.88º | 0.65% | 0.84% | - |
| XYZ | 28.18 | 49.67 | 16.29 | - |
| YUV | 156.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 83 | 0.65 | 0 | 0.61 | 0.16 | 123.88 | 0.62 | 0.56 |
| Hex | 4A | D5 | 53 | 41 | 0 | 3D | 10 | 7C | 3E | 38 |
| Octal | 112 | 325 | 123 | 101 | 0 | 75 | 20 | 174 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1010011 | 1000001 | 0 | 111101 | 10000 | 1111100 | 111110 | 111000 |
Color Harmonies of #4AD553
Complementary color
Monochromatic Colors of #4AD553
Black with #4AD553
Text Example
Text Example
White with #4AD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD553; }
p { color: rgb(74,213,83); }
H1.HeaderClassName
{
color: #4AD553;
}
.AnyTagClassName
{
color: #4AD553;
}
</style>
background-color css
<style>
a { background-color: #4AD553; }
a { background-color: rgb(74,213,83); }
div.DivClassName
{
background-color: #4AD553;
}
.BgClassName
{
background-color: #4AD553;
}
</style>
border-color css
<style>
span { border-color: #4AD553; }
span { border-color: rgb(74,213,83); }
td.TdClassName
{
border-color: #4AD553;
}
.TagClassName
{
border-color: #4AD553;
}
</style>