Shades of Lime Green #4ADD52
Tints of Lime Green #4ADD52
RGB
CMYK
RGB Variations
Color information
#4ADD52 (or 0x4ADD52) is known color: Lime Green. HEX triplet: 4A, DD and 52. RGB value is (74,221,82). Sum of RGB (Red+Green+Blue) = 74+221+82=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD52 is #B522AD. Grayscale: #A1A1A1. Windows color (decimal): -11870894 or 5430602. OLE color: 5430602.
HSL color Cylindrical-coordinate representation of color #4ADD52: hue angle of 123.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD52 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 82 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.13 |
| HSL | 123.27º | 0.68% | 0.58% | - |
| HSV(B) | 123.27º | 0.67% | 0.87% | - |
| XYZ | 30.2 | 53.78 | 16.77 | - |
| YUV | 161.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 82 | 0.67 | 0 | 0.63 | 0.13 | 123.27 | 0.68 | 0.58 |
| Hex | 4A | DD | 52 | 43 | 0 | 3F | D | 7B | 44 | 3A |
| Octal | 112 | 335 | 122 | 103 | 0 | 77 | 15 | 173 | 104 | 72 |
| Binary | 1001010 | 11011101 | 1010010 | 1000011 | 0 | 111111 | 1101 | 1111011 | 1000100 | 111010 |
Color Harmonies of #4ADD52
Complementary color
Monochromatic Colors of #4ADD52
Black with #4ADD52
Text Example
Text Example
White with #4ADD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD52; }
p { color: rgb(74,221,82); }
H1.HeaderClassName
{
color: #4ADD52;
}
.AnyTagClassName
{
color: #4ADD52;
}
</style>
background-color css
<style>
a { background-color: #4ADD52; }
a { background-color: rgb(74,221,82); }
div.DivClassName
{
background-color: #4ADD52;
}
.BgClassName
{
background-color: #4ADD52;
}
</style>
border-color css
<style>
span { border-color: #4ADD52; }
span { border-color: rgb(74,221,82); }
td.TdClassName
{
border-color: #4ADD52;
}
.TagClassName
{
border-color: #4ADD52;
}
</style>