Shades of Lime Green #4ADE40
Tints of Lime Green #4ADE40
RGB
CMYK
RGB Variations
Color information
#4ADE40 (or 0x4ADE40) is known color: Lime Green. HEX triplet: 4A, DE and 40. RGB value is (74,222,64). Sum of RGB (Red+Green+Blue) = 74+222+64=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE40 is #B521BF. Grayscale: #A0A0A0. Windows color (decimal): -11870656 or 4251210. OLE color: 4251210.
HSL color Cylindrical-coordinate representation of color #4ADE40: hue angle of 116.2º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADE40 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 64 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.13 |
| HSL | 116.2º | 0.71% | 0.56% | - |
| HSV(B) | 116.2º | 0.71% | 0.87% | - |
| XYZ | 29.87 | 54.07 | 13.71 | - |
| YUV | 159.74 | 73.97 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 64 | 0.67 | 0 | 0.71 | 0.13 | 116.2 | 0.71 | 0.56 |
| Hex | 4A | DE | 40 | 43 | 0 | 47 | D | 74 | 47 | 38 |
| Octal | 112 | 336 | 100 | 103 | 0 | 107 | 15 | 164 | 107 | 70 |
| Binary | 1001010 | 11011110 | 1000000 | 1000011 | 0 | 1000111 | 1101 | 1110100 | 1000111 | 111000 |
Color Harmonies of #4ADE40
Complementary color
Monochromatic Colors of #4ADE40
Black with #4ADE40
Text Example
Text Example
White with #4ADE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE40; }
p { color: rgb(74,222,64); }
H1.HeaderClassName
{
color: #4ADE40;
}
.AnyTagClassName
{
color: #4ADE40;
}
</style>
background-color css
<style>
a { background-color: #4ADE40; }
a { background-color: rgb(74,222,64); }
div.DivClassName
{
background-color: #4ADE40;
}
.BgClassName
{
background-color: #4ADE40;
}
</style>
border-color css
<style>
span { border-color: #4ADE40; }
span { border-color: rgb(74,222,64); }
td.TdClassName
{
border-color: #4ADE40;
}
.TagClassName
{
border-color: #4ADE40;
}
</style>