Shades of Lime Green #4ADB4E
Tints of Lime Green #4ADB4E
RGB
CMYK
RGB Variations
Color information
#4ADB4E (or 0x4ADB4E) is known color: Lime Green. HEX triplet: 4A, DB and 4E. RGB value is (74,219,78). Sum of RGB (Red+Green+Blue) = 74+219+78=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB4E is #B524B1. Grayscale: #9F9F9F. Windows color (decimal): -11871410 or 5167946. OLE color: 5167946.
HSL color Cylindrical-coordinate representation of color #4ADB4E: hue angle of 121.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB4E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 78 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.14 |
| HSL | 121.66º | 0.67% | 0.57% | - |
| HSV(B) | 121.66º | 0.66% | 0.86% | - |
| XYZ | 29.53 | 52.67 | 15.82 | - |
| YUV | 159.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 78 | 0.66 | 0 | 0.64 | 0.14 | 121.66 | 0.67 | 0.57 |
| Hex | 4A | DB | 4E | 42 | 0 | 40 | E | 7A | 43 | 39 |
| Octal | 112 | 333 | 116 | 102 | 0 | 100 | 16 | 172 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1001110 | 1000010 | 0 | 1000000 | 1110 | 1111010 | 1000011 | 111001 |
Color Harmonies of #4ADB4E
Complementary color
Monochromatic Colors of #4ADB4E
Black with #4ADB4E
Text Example
Text Example
White with #4ADB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB4E; }
p { color: rgb(74,219,78); }
H1.HeaderClassName
{
color: #4ADB4E;
}
.AnyTagClassName
{
color: #4ADB4E;
}
</style>
background-color css
<style>
a { background-color: #4ADB4E; }
a { background-color: rgb(74,219,78); }
div.DivClassName
{
background-color: #4ADB4E;
}
.BgClassName
{
background-color: #4ADB4E;
}
</style>
border-color css
<style>
span { border-color: #4ADB4E; }
span { border-color: rgb(74,219,78); }
td.TdClassName
{
border-color: #4ADB4E;
}
.TagClassName
{
border-color: #4ADB4E;
}
</style>