Shades of Lime Green #4AD530
Tints of Lime Green #4AD530
RGB
CMYK
RGB Variations
Color information
#4AD530 (or 0x4AD530) is known color: Lime Green. HEX triplet: 4A, D5 and 30. RGB value is (74,213,48). Sum of RGB (Red+Green+Blue) = 74+213+48=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD530 is #B52ACF. Grayscale: #999999. Windows color (decimal): -11872976 or 3200330. OLE color: 3200330.
HSL color Cylindrical-coordinate representation of color #4AD530: hue angle of 110.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AD530 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 48 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.16 |
| HSL | 110.55º | 0.66% | 0.51% | - |
| HSV(B) | 110.55º | 0.77% | 0.84% | - |
| XYZ | 27.15 | 49.26 | 10.87 | - |
| YUV | 152.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 48 | 0.65 | 0 | 0.77 | 0.16 | 110.55 | 0.66 | 0.51 |
| Hex | 4A | D5 | 30 | 41 | 0 | 4D | 10 | 6F | 42 | 33 |
| Octal | 112 | 325 | 60 | 101 | 0 | 115 | 20 | 157 | 102 | 63 |
| Binary | 1001010 | 11010101 | 110000 | 1000001 | 0 | 1001101 | 10000 | 1101111 | 1000010 | 110011 |
Color Harmonies of #4AD530
Complementary color
Monochromatic Colors of #4AD530
Black with #4AD530
Text Example
Text Example
White with #4AD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD530; }
p { color: rgb(74,213,48); }
H1.HeaderClassName
{
color: #4AD530;
}
.AnyTagClassName
{
color: #4AD530;
}
</style>
background-color css
<style>
a { background-color: #4AD530; }
a { background-color: rgb(74,213,48); }
div.DivClassName
{
background-color: #4AD530;
}
.BgClassName
{
background-color: #4AD530;
}
</style>
border-color css
<style>
span { border-color: #4AD530; }
span { border-color: rgb(74,213,48); }
td.TdClassName
{
border-color: #4AD530;
}
.TagClassName
{
border-color: #4AD530;
}
</style>