Shades of Lime Green #4AD831
Tints of Lime Green #4AD831
RGB
CMYK
RGB Variations
Color information
#4AD831 (or 0x4AD831) is known color: Lime Green. HEX triplet: 4A, D8 and 31. RGB value is (74,216,49). Sum of RGB (Red+Green+Blue) = 74+216+49=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD831 is #B527CE. Grayscale: #9B9B9B. Windows color (decimal): -11872207 or 3266634. OLE color: 3266634.
HSL color Cylindrical-coordinate representation of color #4AD831: hue angle of 111.02º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AD831 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 49 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.15 |
| HSL | 111.02º | 0.68% | 0.52% | - |
| HSV(B) | 111.02º | 0.77% | 0.85% | - |
| XYZ | 27.93 | 50.79 | 11.24 | - |
| YUV | 154.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 49 | 0.66 | 0 | 0.77 | 0.15 | 111.02 | 0.68 | 0.52 |
| Hex | 4A | D8 | 31 | 42 | 0 | 4D | F | 6F | 44 | 34 |
| Octal | 112 | 330 | 61 | 102 | 0 | 115 | 17 | 157 | 104 | 64 |
| Binary | 1001010 | 11011000 | 110001 | 1000010 | 0 | 1001101 | 1111 | 1101111 | 1000100 | 110100 |
Color Harmonies of #4AD831
Complementary color
Monochromatic Colors of #4AD831
Black with #4AD831
Text Example
Text Example
White with #4AD831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD831; }
p { color: rgb(74,216,49); }
H1.HeaderClassName
{
color: #4AD831;
}
.AnyTagClassName
{
color: #4AD831;
}
</style>
background-color css
<style>
a { background-color: #4AD831; }
a { background-color: rgb(74,216,49); }
div.DivClassName
{
background-color: #4AD831;
}
.BgClassName
{
background-color: #4AD831;
}
</style>
border-color css
<style>
span { border-color: #4AD831; }
span { border-color: rgb(74,216,49); }
td.TdClassName
{
border-color: #4AD831;
}
.TagClassName
{
border-color: #4AD831;
}
</style>