Shades of Lime Green #4AD748
Tints of Lime Green #4AD748
RGB
CMYK
RGB Variations
Color information
#4AD748 (or 0x4AD748) is known color: Lime Green. HEX triplet: 4A, D7 and 48. RGB value is (74,215,72). Sum of RGB (Red+Green+Blue) = 74+215+72=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD748 is #B528B7. Grayscale: #9C9C9C. Windows color (decimal): -11872440 or 4773706. OLE color: 4773706.
HSL color Cylindrical-coordinate representation of color #4AD748: hue angle of 119.16º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AD748 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 72 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.16 |
| HSL | 119.16º | 0.64% | 0.56% | - |
| HSV(B) | 119.16º | 0.67% | 0.84% | - |
| XYZ | 28.29 | 50.52 | 14.39 | - |
| YUV | 156.54 | 80.29 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 72 | 0.66 | 0 | 0.67 | 0.16 | 119.16 | 0.64 | 0.56 |
| Hex | 4A | D7 | 48 | 42 | 0 | 43 | 10 | 77 | 40 | 38 |
| Octal | 112 | 327 | 110 | 102 | 0 | 103 | 20 | 167 | 100 | 70 |
| Binary | 1001010 | 11010111 | 1001000 | 1000010 | 0 | 1000011 | 10000 | 1110111 | 1000000 | 111000 |
Color Harmonies of #4AD748
Complementary color
Monochromatic Colors of #4AD748
Black with #4AD748
Text Example
Text Example
White with #4AD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD748; }
p { color: rgb(74,215,72); }
H1.HeaderClassName
{
color: #4AD748;
}
.AnyTagClassName
{
color: #4AD748;
}
</style>
background-color css
<style>
a { background-color: #4AD748; }
a { background-color: rgb(74,215,72); }
div.DivClassName
{
background-color: #4AD748;
}
.BgClassName
{
background-color: #4AD748;
}
</style>
border-color css
<style>
span { border-color: #4AD748; }
span { border-color: rgb(74,215,72); }
td.TdClassName
{
border-color: #4AD748;
}
.TagClassName
{
border-color: #4AD748;
}
</style>