Shades of Lime Green #4ADE3A
Tints of Lime Green #4ADE3A
RGB
CMYK
RGB Variations
Color information
#4ADE3A (or 0x4ADE3A) is known color: Lime Green. HEX triplet: 4A, DE and 3A. RGB value is (74,222,58). Sum of RGB (Red+Green+Blue) = 74+222+58=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 222 (87.11% from 255 or 62.71% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE3A is #B521C5. Grayscale: #9F9F9F. Windows color (decimal): -11870662 or 3857994. OLE color: 3857994.
HSL color Cylindrical-coordinate representation of color #4ADE3A: hue angle of 114.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ADE3A is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 58 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.13 |
| HSL | 114.15º | 0.71% | 0.55% | - |
| HSV(B) | 114.15º | 0.74% | 0.87% | - |
| XYZ | 29.71 | 54 | 12.86 | - |
| YUV | 159.05 | 70.97 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 58 | 0.67 | 0 | 0.74 | 0.13 | 114.15 | 0.71 | 0.55 |
| Hex | 4A | DE | 3A | 43 | 0 | 4A | D | 72 | 47 | 37 |
| Octal | 112 | 336 | 72 | 103 | 0 | 112 | 15 | 162 | 107 | 67 |
| Binary | 1001010 | 11011110 | 111010 | 1000011 | 0 | 1001010 | 1101 | 1110010 | 1000111 | 110111 |
Color Harmonies of #4ADE3A
Complementary color
Monochromatic Colors of #4ADE3A
Black with #4ADE3A
Text Example
Text Example
White with #4ADE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE3A; }
p { color: rgb(74,222,58); }
H1.HeaderClassName
{
color: #4ADE3A;
}
.AnyTagClassName
{
color: #4ADE3A;
}
</style>
background-color css
<style>
a { background-color: #4ADE3A; }
a { background-color: rgb(74,222,58); }
div.DivClassName
{
background-color: #4ADE3A;
}
.BgClassName
{
background-color: #4ADE3A;
}
</style>
border-color css
<style>
span { border-color: #4ADE3A; }
span { border-color: rgb(74,222,58); }
td.TdClassName
{
border-color: #4ADE3A;
}
.TagClassName
{
border-color: #4ADE3A;
}
</style>