Shades of Lime Green #4ADE42
Tints of Lime Green #4ADE42
RGB
CMYK
RGB Variations
Color information
#4ADE42 (or 0x4ADE42) is known color: Lime Green. HEX triplet: 4A, DE and 42. RGB value is (74,222,66). Sum of RGB (Red+Green+Blue) = 74+222+66=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE42 is #B521BD. Grayscale: #A0A0A0. Windows color (decimal): -11870654 or 4382282. OLE color: 4382282.
HSL color Cylindrical-coordinate representation of color #4ADE42: hue angle of 116.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADE42 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 66 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.13 |
| HSL | 116.92º | 0.7% | 0.56% | - |
| HSV(B) | 116.92º | 0.7% | 0.87% | - |
| XYZ | 29.93 | 54.09 | 14.02 | - |
| YUV | 159.96 | 74.97 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 66 | 0.67 | 0 | 0.70 | 0.13 | 116.92 | 0.7 | 0.56 |
| Hex | 4A | DE | 42 | 43 | 0 | 46 | D | 75 | 46 | 38 |
| Octal | 112 | 336 | 102 | 103 | 0 | 106 | 15 | 165 | 106 | 70 |
| Binary | 1001010 | 11011110 | 1000010 | 1000011 | 0 | 1000110 | 1101 | 1110101 | 1000110 | 111000 |
Color Harmonies of #4ADE42
Complementary color
Monochromatic Colors of #4ADE42
Black with #4ADE42
Text Example
Text Example
White with #4ADE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE42; }
p { color: rgb(74,222,66); }
H1.HeaderClassName
{
color: #4ADE42;
}
.AnyTagClassName
{
color: #4ADE42;
}
</style>
background-color css
<style>
a { background-color: #4ADE42; }
a { background-color: rgb(74,222,66); }
div.DivClassName
{
background-color: #4ADE42;
}
.BgClassName
{
background-color: #4ADE42;
}
</style>
border-color css
<style>
span { border-color: #4ADE42; }
span { border-color: rgb(74,222,66); }
td.TdClassName
{
border-color: #4ADE42;
}
.TagClassName
{
border-color: #4ADE42;
}
</style>