Shades of Lime Green #4AD52F
Tints of Lime Green #4AD52F
RGB
CMYK
RGB Variations
Color information
#4AD52F (or 0x4AD52F) is known color: Lime Green. HEX triplet: 4A, D5 and 2F. RGB value is (74,213,47). Sum of RGB (Red+Green+Blue) = 74+213+47=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD52F is #B52AD0. Grayscale: #999999. Windows color (decimal): -11872977 or 3134794. OLE color: 3134794.
HSL color Cylindrical-coordinate representation of color #4AD52F: hue angle of 110.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AD52F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 47 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.16 |
| HSL | 110.24º | 0.66% | 0.51% | - |
| HSV(B) | 110.24º | 0.78% | 0.84% | - |
| XYZ | 27.13 | 49.25 | 10.77 | - |
| YUV | 152.52 | 68.45 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 47 | 0.65 | 0 | 0.78 | 0.16 | 110.24 | 0.66 | 0.51 |
| Hex | 4A | D5 | 2F | 41 | 0 | 4E | 10 | 6E | 42 | 33 |
| Octal | 112 | 325 | 57 | 101 | 0 | 116 | 20 | 156 | 102 | 63 |
| Binary | 1001010 | 11010101 | 101111 | 1000001 | 0 | 1001110 | 10000 | 1101110 | 1000010 | 110011 |
Color Harmonies of #4AD52F
Complementary color
Monochromatic Colors of #4AD52F
Black with #4AD52F
Text Example
Text Example
White with #4AD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD52F; }
p { color: rgb(74,213,47); }
H1.HeaderClassName
{
color: #4AD52F;
}
.AnyTagClassName
{
color: #4AD52F;
}
</style>
background-color css
<style>
a { background-color: #4AD52F; }
a { background-color: rgb(74,213,47); }
div.DivClassName
{
background-color: #4AD52F;
}
.BgClassName
{
background-color: #4AD52F;
}
</style>
border-color css
<style>
span { border-color: #4AD52F; }
span { border-color: rgb(74,213,47); }
td.TdClassName
{
border-color: #4AD52F;
}
.TagClassName
{
border-color: #4AD52F;
}
</style>