Shades of Lime Green #4AD24F
Tints of Lime Green #4AD24F
RGB
CMYK
RGB Variations
Color information
#4AD24F (or 0x4AD24F) is known color: Lime Green. HEX triplet: 4A, D2 and 4F. RGB value is (74,210,79). Sum of RGB (Red+Green+Blue) = 74+210+79=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD24F is #B52DB0. Grayscale: #9A9A9A. Windows color (decimal): -11873713 or 5231178. OLE color: 5231178.
HSL color Cylindrical-coordinate representation of color #4AD24F: hue angle of 122.21º 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 #4AD24F is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 79 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.18 |
| HSL | 122.21º | 0.6% | 0.56% | - |
| HSV(B) | 122.21º | 0.65% | 0.82% | - |
| XYZ | 27.28 | 48.11 | 15.25 | - |
| YUV | 154.4 | 85.44 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 79 | 0.65 | 0 | 0.62 | 0.18 | 122.21 | 0.6 | 0.56 |
| Hex | 4A | D2 | 4F | 41 | 0 | 3E | 12 | 7A | 3C | 38 |
| Octal | 112 | 322 | 117 | 101 | 0 | 76 | 22 | 172 | 74 | 70 |
| Binary | 1001010 | 11010010 | 1001111 | 1000001 | 0 | 111110 | 10010 | 1111010 | 111100 | 111000 |
Color Harmonies of #4AD24F
Complementary color
Monochromatic Colors of #4AD24F
Black with #4AD24F
Text Example
Text Example
White with #4AD24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD24F; }
p { color: rgb(74,210,79); }
H1.HeaderClassName
{
color: #4AD24F;
}
.AnyTagClassName
{
color: #4AD24F;
}
</style>
background-color css
<style>
a { background-color: #4AD24F; }
a { background-color: rgb(74,210,79); }
div.DivClassName
{
background-color: #4AD24F;
}
.BgClassName
{
background-color: #4AD24F;
}
</style>
border-color css
<style>
span { border-color: #4AD24F; }
span { border-color: rgb(74,210,79); }
td.TdClassName
{
border-color: #4AD24F;
}
.TagClassName
{
border-color: #4AD24F;
}
</style>