Shades of Lime Green #4AD745
Tints of Lime Green #4AD745
RGB
CMYK
RGB Variations
Color information
#4AD745 (or 0x4AD745) is known color: Lime Green. HEX triplet: 4A, D7 and 45. RGB value is (74,215,69). Sum of RGB (Red+Green+Blue) = 74+215+69=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD745 is #B528BA. Grayscale: #9C9C9C. Windows color (decimal): -11872443 or 4577098. OLE color: 4577098.
HSL color Cylindrical-coordinate representation of color #4AD745: hue angle of 117.95º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AD745 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 69 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.16 |
| HSL | 117.95º | 0.65% | 0.56% | - |
| HSV(B) | 117.95º | 0.68% | 0.84% | - |
| XYZ | 28.2 | 50.49 | 13.89 | - |
| YUV | 156.2 | 78.79 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 69 | 0.66 | 0 | 0.68 | 0.16 | 117.95 | 0.65 | 0.56 |
| Hex | 4A | D7 | 45 | 42 | 0 | 44 | 10 | 76 | 41 | 38 |
| Octal | 112 | 327 | 105 | 102 | 0 | 104 | 20 | 166 | 101 | 70 |
| Binary | 1001010 | 11010111 | 1000101 | 1000010 | 0 | 1000100 | 10000 | 1110110 | 1000001 | 111000 |
Color Harmonies of #4AD745
Complementary color
Monochromatic Colors of #4AD745
Black with #4AD745
Text Example
Text Example
White with #4AD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD745; }
p { color: rgb(74,215,69); }
H1.HeaderClassName
{
color: #4AD745;
}
.AnyTagClassName
{
color: #4AD745;
}
</style>
background-color css
<style>
a { background-color: #4AD745; }
a { background-color: rgb(74,215,69); }
div.DivClassName
{
background-color: #4AD745;
}
.BgClassName
{
background-color: #4AD745;
}
</style>
border-color css
<style>
span { border-color: #4AD745; }
span { border-color: rgb(74,215,69); }
td.TdClassName
{
border-color: #4AD745;
}
.TagClassName
{
border-color: #4AD745;
}
</style>