Shades of Lime Green #4AD73A
Tints of Lime Green #4AD73A
RGB
CMYK
RGB Variations
Color information
#4AD73A (or 0x4AD73A) is known color: Lime Green. HEX triplet: 4A, D7 and 3A. RGB value is (74,215,58). Sum of RGB (Red+Green+Blue) = 74+215+58=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD73A is #B528C5. Grayscale: #9B9B9B. Windows color (decimal): -11872454 or 3856202. OLE color: 3856202.
HSL color Cylindrical-coordinate representation of color #4AD73A: hue angle of 113.89º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AD73A is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 58 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.16 |
| HSL | 113.89º | 0.66% | 0.54% | - |
| HSV(B) | 113.89º | 0.73% | 0.84% | - |
| XYZ | 27.89 | 50.36 | 12.25 | - |
| YUV | 154.94 | 73.29 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 58 | 0.66 | 0 | 0.73 | 0.16 | 113.89 | 0.66 | 0.54 |
| Hex | 4A | D7 | 3A | 42 | 0 | 49 | 10 | 72 | 42 | 36 |
| Octal | 112 | 327 | 72 | 102 | 0 | 111 | 20 | 162 | 102 | 66 |
| Binary | 1001010 | 11010111 | 111010 | 1000010 | 0 | 1001001 | 10000 | 1110010 | 1000010 | 110110 |
Color Harmonies of #4AD73A
Complementary color
Monochromatic Colors of #4AD73A
Black with #4AD73A
Text Example
Text Example
White with #4AD73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD73A; }
p { color: rgb(74,215,58); }
H1.HeaderClassName
{
color: #4AD73A;
}
.AnyTagClassName
{
color: #4AD73A;
}
</style>
background-color css
<style>
a { background-color: #4AD73A; }
a { background-color: rgb(74,215,58); }
div.DivClassName
{
background-color: #4AD73A;
}
.BgClassName
{
background-color: #4AD73A;
}
</style>
border-color css
<style>
span { border-color: #4AD73A; }
span { border-color: rgb(74,215,58); }
td.TdClassName
{
border-color: #4AD73A;
}
.TagClassName
{
border-color: #4AD73A;
}
</style>