Shades of Lime Green #4AD74E
Tints of Lime Green #4AD74E
RGB
CMYK
RGB Variations
Color information
#4AD74E (or 0x4AD74E) is known color: Lime Green. HEX triplet: 4A, D7 and 4E. RGB value is (74,215,78). Sum of RGB (Red+Green+Blue) = 74+215+78=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD74E is #B528B1. Grayscale: #9D9D9D. Windows color (decimal): -11872434 or 5166922. OLE color: 5166922.
HSL color Cylindrical-coordinate representation of color #4AD74E: hue angle of 121.7º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD74E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 78 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.16 |
| HSL | 121.7º | 0.64% | 0.57% | - |
| HSV(B) | 121.7º | 0.66% | 0.84% | - |
| XYZ | 28.5 | 50.61 | 15.47 | - |
| YUV | 157.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 78 | 0.66 | 0 | 0.64 | 0.16 | 121.7 | 0.64 | 0.57 |
| Hex | 4A | D7 | 4E | 42 | 0 | 40 | 10 | 7A | 40 | 39 |
| Octal | 112 | 327 | 116 | 102 | 0 | 100 | 20 | 172 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1001110 | 1000010 | 0 | 1000000 | 10000 | 1111010 | 1000000 | 111001 |
Color Harmonies of #4AD74E
Complementary color
Monochromatic Colors of #4AD74E
Black with #4AD74E
Text Example
Text Example
White with #4AD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD74E; }
p { color: rgb(74,215,78); }
H1.HeaderClassName
{
color: #4AD74E;
}
.AnyTagClassName
{
color: #4AD74E;
}
</style>
background-color css
<style>
a { background-color: #4AD74E; }
a { background-color: rgb(74,215,78); }
div.DivClassName
{
background-color: #4AD74E;
}
.BgClassName
{
background-color: #4AD74E;
}
</style>
border-color css
<style>
span { border-color: #4AD74E; }
span { border-color: rgb(74,215,78); }
td.TdClassName
{
border-color: #4AD74E;
}
.TagClassName
{
border-color: #4AD74E;
}
</style>