Shades of Lime Green #4ADA4E
Tints of Lime Green #4ADA4E
RGB
CMYK
RGB Variations
Color information
#4ADA4E (or 0x4ADA4E) is known color: Lime Green. HEX triplet: 4A, DA and 4E. RGB value is (74,218,78). Sum of RGB (Red+Green+Blue) = 74+218+78=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA4E is #B525B1. Grayscale: #9F9F9F. Windows color (decimal): -11871666 or 5167690. OLE color: 5167690.
HSL color Cylindrical-coordinate representation of color #4ADA4E: hue angle of 121.67º degrees, saturation: 0.66, 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 #4ADA4E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 78 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.15 |
| HSL | 121.67º | 0.66% | 0.57% | - |
| HSV(B) | 121.67º | 0.66% | 0.85% | - |
| XYZ | 29.27 | 52.15 | 15.73 | - |
| YUV | 158.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 78 | 0.66 | 0 | 0.64 | 0.15 | 121.67 | 0.66 | 0.57 |
| Hex | 4A | DA | 4E | 42 | 0 | 40 | F | 7A | 42 | 39 |
| Octal | 112 | 332 | 116 | 102 | 0 | 100 | 17 | 172 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1001110 | 1000010 | 0 | 1000000 | 1111 | 1111010 | 1000010 | 111001 |
Color Harmonies of #4ADA4E
Complementary color
Monochromatic Colors of #4ADA4E
Black with #4ADA4E
Text Example
Text Example
White with #4ADA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA4E; }
p { color: rgb(74,218,78); }
H1.HeaderClassName
{
color: #4ADA4E;
}
.AnyTagClassName
{
color: #4ADA4E;
}
</style>
background-color css
<style>
a { background-color: #4ADA4E; }
a { background-color: rgb(74,218,78); }
div.DivClassName
{
background-color: #4ADA4E;
}
.BgClassName
{
background-color: #4ADA4E;
}
</style>
border-color css
<style>
span { border-color: #4ADA4E; }
span { border-color: rgb(74,218,78); }
td.TdClassName
{
border-color: #4ADA4E;
}
.TagClassName
{
border-color: #4ADA4E;
}
</style>