Shades of Lime Green #4AD653
Tints of Lime Green #4AD653
RGB
CMYK
RGB Variations
Color information
#4AD653 (or 0x4AD653) is known color: Lime Green. HEX triplet: 4A, D6 and 53. RGB value is (74,214,83). Sum of RGB (Red+Green+Blue) = 74+214+83=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD653 is #B529AC. Grayscale: #9D9D9D. Windows color (decimal): -11872685 or 5494346. OLE color: 5494346.
HSL color Cylindrical-coordinate representation of color #4AD653: hue angle of 123.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD653 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 83 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.16 |
| HSL | 123.86º | 0.63% | 0.56% | - |
| HSV(B) | 123.86º | 0.65% | 0.84% | - |
| XYZ | 28.43 | 50.17 | 16.37 | - |
| YUV | 157.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 83 | 0.65 | 0 | 0.61 | 0.16 | 123.86 | 0.63 | 0.56 |
| Hex | 4A | D6 | 53 | 41 | 0 | 3D | 10 | 7C | 3F | 38 |
| Octal | 112 | 326 | 123 | 101 | 0 | 75 | 20 | 174 | 77 | 70 |
| Binary | 1001010 | 11010110 | 1010011 | 1000001 | 0 | 111101 | 10000 | 1111100 | 111111 | 111000 |
Color Harmonies of #4AD653
Complementary color
Monochromatic Colors of #4AD653
Black with #4AD653
Text Example
Text Example
White with #4AD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD653; }
p { color: rgb(74,214,83); }
H1.HeaderClassName
{
color: #4AD653;
}
.AnyTagClassName
{
color: #4AD653;
}
</style>
background-color css
<style>
a { background-color: #4AD653; }
a { background-color: rgb(74,214,83); }
div.DivClassName
{
background-color: #4AD653;
}
.BgClassName
{
background-color: #4AD653;
}
</style>
border-color css
<style>
span { border-color: #4AD653; }
span { border-color: rgb(74,214,83); }
td.TdClassName
{
border-color: #4AD653;
}
.TagClassName
{
border-color: #4AD653;
}
</style>