Shades of Lime Green #4AD24E
Tints of Lime Green #4AD24E
RGB
CMYK
RGB Variations
Color information
#4AD24E (or 0x4AD24E) is known color: Lime Green. HEX triplet: 4A, D2 and 4E. RGB value is (74,210,78). Sum of RGB (Red+Green+Blue) = 74+210+78=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD24E is #B52DB1. Grayscale: #9A9A9A. Windows color (decimal): -11873714 or 5165642. OLE color: 5165642.
HSL color Cylindrical-coordinate representation of color #4AD24E: hue angle of 121.76º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD24E is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 78 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.18 |
| HSL | 121.76º | 0.6% | 0.56% | - |
| HSV(B) | 121.76º | 0.65% | 0.82% | - |
| XYZ | 27.25 | 48.1 | 15.06 | - |
| YUV | 154.29 | 84.94 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 78 | 0.65 | 0 | 0.63 | 0.18 | 121.76 | 0.6 | 0.56 |
| Hex | 4A | D2 | 4E | 41 | 0 | 3F | 12 | 7A | 3C | 38 |
| Octal | 112 | 322 | 116 | 101 | 0 | 77 | 22 | 172 | 74 | 70 |
| Binary | 1001010 | 11010010 | 1001110 | 1000001 | 0 | 111111 | 10010 | 1111010 | 111100 | 111000 |
Color Harmonies of #4AD24E
Complementary color
Monochromatic Colors of #4AD24E
Black with #4AD24E
Text Example
Text Example
White with #4AD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD24E; }
p { color: rgb(74,210,78); }
H1.HeaderClassName
{
color: #4AD24E;
}
.AnyTagClassName
{
color: #4AD24E;
}
</style>
background-color css
<style>
a { background-color: #4AD24E; }
a { background-color: rgb(74,210,78); }
div.DivClassName
{
background-color: #4AD24E;
}
.BgClassName
{
background-color: #4AD24E;
}
</style>
border-color css
<style>
span { border-color: #4AD24E; }
span { border-color: rgb(74,210,78); }
td.TdClassName
{
border-color: #4AD24E;
}
.TagClassName
{
border-color: #4AD24E;
}
</style>