Shades of Lime Green #4AD036
Tints of Lime Green #4AD036
RGB
CMYK
RGB Variations
Color information
#4AD036 (or 0x4AD036) is known color: Lime Green. HEX triplet: 4A, D0 and 36. RGB value is (74,208,54). Sum of RGB (Red+Green+Blue) = 74+208+54=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD036 is #B52FC9. Grayscale: #969696. Windows color (decimal): -11874250 or 3592266. OLE color: 3592266.
HSL color Cylindrical-coordinate representation of color #4AD036: hue angle of 112.21º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AD036 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 54 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.18 |
| HSL | 112.21º | 0.62% | 0.51% | - |
| HSV(B) | 112.21º | 0.74% | 0.82% | - |
| XYZ | 26.05 | 46.83 | 11.16 | - |
| YUV | 150.38 | 73.61 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 54 | 0.64 | 0 | 0.74 | 0.18 | 112.21 | 0.62 | 0.51 |
| Hex | 4A | D0 | 36 | 40 | 0 | 4A | 12 | 70 | 3E | 33 |
| Octal | 112 | 320 | 66 | 100 | 0 | 112 | 22 | 160 | 76 | 63 |
| Binary | 1001010 | 11010000 | 110110 | 1000000 | 0 | 1001010 | 10010 | 1110000 | 111110 | 110011 |
Color Harmonies of #4AD036
Complementary color
Monochromatic Colors of #4AD036
Black with #4AD036
Text Example
Text Example
White with #4AD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD036; }
p { color: rgb(74,208,54); }
H1.HeaderClassName
{
color: #4AD036;
}
.AnyTagClassName
{
color: #4AD036;
}
</style>
background-color css
<style>
a { background-color: #4AD036; }
a { background-color: rgb(74,208,54); }
div.DivClassName
{
background-color: #4AD036;
}
.BgClassName
{
background-color: #4AD036;
}
</style>
border-color css
<style>
span { border-color: #4AD036; }
span { border-color: rgb(74,208,54); }
td.TdClassName
{
border-color: #4AD036;
}
.TagClassName
{
border-color: #4AD036;
}
</style>