Shades of Lime Green #4AD851
Tints of Lime Green #4AD851
RGB
CMYK
RGB Variations
Color information
#4AD851 (or 0x4AD851) is known color: Lime Green. HEX triplet: 4A, D8 and 51. RGB value is (74,216,81). Sum of RGB (Red+Green+Blue) = 74+216+81=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD851 is #B527AE. Grayscale: #9E9E9E. Windows color (decimal): -11872175 or 5363786. OLE color: 5363786.
HSL color Cylindrical-coordinate representation of color #4AD851: hue angle of 122.96º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD851 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 81 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.15 |
| HSL | 122.96º | 0.65% | 0.57% | - |
| HSV(B) | 122.96º | 0.66% | 0.85% | - |
| XYZ | 28.87 | 51.16 | 16.14 | - |
| YUV | 158.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 81 | 0.66 | 0 | 0.62 | 0.15 | 122.96 | 0.65 | 0.57 |
| Hex | 4A | D8 | 51 | 42 | 0 | 3E | F | 7B | 41 | 39 |
| Octal | 112 | 330 | 121 | 102 | 0 | 76 | 17 | 173 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1010001 | 1000010 | 0 | 111110 | 1111 | 1111011 | 1000001 | 111001 |
Color Harmonies of #4AD851
Complementary color
Monochromatic Colors of #4AD851
Black with #4AD851
Text Example
Text Example
White with #4AD851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD851; }
p { color: rgb(74,216,81); }
H1.HeaderClassName
{
color: #4AD851;
}
.AnyTagClassName
{
color: #4AD851;
}
</style>
background-color css
<style>
a { background-color: #4AD851; }
a { background-color: rgb(74,216,81); }
div.DivClassName
{
background-color: #4AD851;
}
.BgClassName
{
background-color: #4AD851;
}
</style>
border-color css
<style>
span { border-color: #4AD851; }
span { border-color: rgb(74,216,81); }
td.TdClassName
{
border-color: #4AD851;
}
.TagClassName
{
border-color: #4AD851;
}
</style>