Shades of Lime Green #4ADD2F
Tints of Lime Green #4ADD2F
RGB
CMYK
RGB Variations
Color information
#4ADD2F (or 0x4ADD2F) is known color: Lime Green. HEX triplet: 4A, DD and 2F. RGB value is (74,221,47). Sum of RGB (Red+Green+Blue) = 74+221+47=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD2F is #B522D0. Grayscale: #9D9D9D. Windows color (decimal): -11870929 or 3136842. OLE color: 3136842.
HSL color Cylindrical-coordinate representation of color #4ADD2F: hue angle of 110.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ADD2F is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 47 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.13 |
| HSL | 110.69º | 0.72% | 0.53% | - |
| HSV(B) | 110.69º | 0.79% | 0.87% | - |
| XYZ | 29.19 | 53.37 | 11.45 | - |
| YUV | 157.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 47 | 0.67 | 0 | 0.79 | 0.13 | 110.69 | 0.72 | 0.53 |
| Hex | 4A | DD | 2F | 43 | 0 | 4F | D | 6F | 48 | 35 |
| Octal | 112 | 335 | 57 | 103 | 0 | 117 | 15 | 157 | 110 | 65 |
| Binary | 1001010 | 11011101 | 101111 | 1000011 | 0 | 1001111 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #4ADD2F
Complementary color
Monochromatic Colors of #4ADD2F
Black with #4ADD2F
Text Example
Text Example
White with #4ADD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD2F; }
p { color: rgb(74,221,47); }
H1.HeaderClassName
{
color: #4ADD2F;
}
.AnyTagClassName
{
color: #4ADD2F;
}
</style>
background-color css
<style>
a { background-color: #4ADD2F; }
a { background-color: rgb(74,221,47); }
div.DivClassName
{
background-color: #4ADD2F;
}
.BgClassName
{
background-color: #4ADD2F;
}
</style>
border-color css
<style>
span { border-color: #4ADD2F; }
span { border-color: rgb(74,221,47); }
td.TdClassName
{
border-color: #4ADD2F;
}
.TagClassName
{
border-color: #4ADD2F;
}
</style>