Shades of Lime Green #4AD73D
Tints of Lime Green #4AD73D
RGB
CMYK
RGB Variations
Color information
#4AD73D (or 0x4AD73D) is known color: Lime Green. HEX triplet: 4A, D7 and 3D. RGB value is (74,215,61). Sum of RGB (Red+Green+Blue) = 74+215+61=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD73D is #B528C2. Grayscale: #9B9B9B. Windows color (decimal): -11872451 or 4052810. OLE color: 4052810.
HSL color Cylindrical-coordinate representation of color #4AD73D: hue angle of 114.94º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AD73D is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 61 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.16 |
| HSL | 114.94º | 0.66% | 0.54% | - |
| HSV(B) | 114.94º | 0.72% | 0.84% | - |
| XYZ | 27.97 | 50.39 | 12.67 | - |
| YUV | 155.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 61 | 0.66 | 0 | 0.72 | 0.16 | 114.94 | 0.66 | 0.54 |
| Hex | 4A | D7 | 3D | 42 | 0 | 48 | 10 | 73 | 42 | 36 |
| Octal | 112 | 327 | 75 | 102 | 0 | 110 | 20 | 163 | 102 | 66 |
| Binary | 1001010 | 11010111 | 111101 | 1000010 | 0 | 1001000 | 10000 | 1110011 | 1000010 | 110110 |
Color Harmonies of #4AD73D
Complementary color
Monochromatic Colors of #4AD73D
Black with #4AD73D
Text Example
Text Example
White with #4AD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD73D; }
p { color: rgb(74,215,61); }
H1.HeaderClassName
{
color: #4AD73D;
}
.AnyTagClassName
{
color: #4AD73D;
}
</style>
background-color css
<style>
a { background-color: #4AD73D; }
a { background-color: rgb(74,215,61); }
div.DivClassName
{
background-color: #4AD73D;
}
.BgClassName
{
background-color: #4AD73D;
}
</style>
border-color css
<style>
span { border-color: #4AD73D; }
span { border-color: rgb(74,215,61); }
td.TdClassName
{
border-color: #4AD73D;
}
.TagClassName
{
border-color: #4AD73D;
}
</style>