Shades of Lime Green #4ADE3F
Tints of Lime Green #4ADE3F
RGB
CMYK
RGB Variations
Color information
#4ADE3F (or 0x4ADE3F) is known color: Lime Green. HEX triplet: 4A, DE and 3F. RGB value is (74,222,63). Sum of RGB (Red+Green+Blue) = 74+222+63=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 222 (87.11% from 255 or 61.84% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE3F is #B521C0. Grayscale: #A0A0A0. Windows color (decimal): -11870657 or 4185674. OLE color: 4185674.
HSL color Cylindrical-coordinate representation of color #4ADE3F: hue angle of 115.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4ADE3F is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 63 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.13 |
| HSL | 115.85º | 0.71% | 0.56% | - |
| HSV(B) | 115.85º | 0.72% | 0.87% | - |
| XYZ | 29.84 | 54.06 | 13.56 | - |
| YUV | 159.62 | 73.47 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 63 | 0.67 | 0 | 0.72 | 0.13 | 115.85 | 0.71 | 0.56 |
| Hex | 4A | DE | 3F | 43 | 0 | 48 | D | 74 | 47 | 38 |
| Octal | 112 | 336 | 77 | 103 | 0 | 110 | 15 | 164 | 107 | 70 |
| Binary | 1001010 | 11011110 | 111111 | 1000011 | 0 | 1001000 | 1101 | 1110100 | 1000111 | 111000 |
Color Harmonies of #4ADE3F
Complementary color
Monochromatic Colors of #4ADE3F
Black with #4ADE3F
Text Example
Text Example
White with #4ADE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE3F; }
p { color: rgb(74,222,63); }
H1.HeaderClassName
{
color: #4ADE3F;
}
.AnyTagClassName
{
color: #4ADE3F;
}
</style>
background-color css
<style>
a { background-color: #4ADE3F; }
a { background-color: rgb(74,222,63); }
div.DivClassName
{
background-color: #4ADE3F;
}
.BgClassName
{
background-color: #4ADE3F;
}
</style>
border-color css
<style>
span { border-color: #4ADE3F; }
span { border-color: rgb(74,222,63); }
td.TdClassName
{
border-color: #4ADE3F;
}
.TagClassName
{
border-color: #4ADE3F;
}
</style>