Shades of Lime Green #4ADE3D
Tints of Lime Green #4ADE3D
RGB
CMYK
RGB Variations
Color information
#4ADE3D (or 0x4ADE3D) is known color: Lime Green. HEX triplet: 4A, DE and 3D. RGB value is (74,222,61). Sum of RGB (Red+Green+Blue) = 74+222+61=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE3D is #B521C2. Grayscale: #9F9F9F. Windows color (decimal): -11870659 or 4054602. OLE color: 4054602.
HSL color Cylindrical-coordinate representation of color #4ADE3D: hue angle of 115.16º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4ADE3D is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 61 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.13 |
| HSL | 115.16º | 0.71% | 0.55% | - |
| HSV(B) | 115.16º | 0.73% | 0.87% | - |
| XYZ | 29.79 | 54.04 | 13.27 | - |
| YUV | 159.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 61 | 0.67 | 0 | 0.73 | 0.13 | 115.16 | 0.71 | 0.55 |
| Hex | 4A | DE | 3D | 43 | 0 | 49 | D | 73 | 47 | 37 |
| Octal | 112 | 336 | 75 | 103 | 0 | 111 | 15 | 163 | 107 | 67 |
| Binary | 1001010 | 11011110 | 111101 | 1000011 | 0 | 1001001 | 1101 | 1110011 | 1000111 | 110111 |
Color Harmonies of #4ADE3D
Complementary color
Monochromatic Colors of #4ADE3D
Black with #4ADE3D
Text Example
Text Example
White with #4ADE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE3D; }
p { color: rgb(74,222,61); }
H1.HeaderClassName
{
color: #4ADE3D;
}
.AnyTagClassName
{
color: #4ADE3D;
}
</style>
background-color css
<style>
a { background-color: #4ADE3D; }
a { background-color: rgb(74,222,61); }
div.DivClassName
{
background-color: #4ADE3D;
}
.BgClassName
{
background-color: #4ADE3D;
}
</style>
border-color css
<style>
span { border-color: #4ADE3D; }
span { border-color: rgb(74,222,61); }
td.TdClassName
{
border-color: #4ADE3D;
}
.TagClassName
{
border-color: #4ADE3D;
}
</style>