Shades of Lime Green #4ADE24
Tints of Lime Green #4ADE24
RGB
CMYK
RGB Variations
Color information
#4ADE24 (or 0x4ADE24) is known color: Lime Green. HEX triplet: 4A, DE and 24. RGB value is (74,222,36). Sum of RGB (Red+Green+Blue) = 74+222+36=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 222 (87.11% from 255 or 66.87% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE24 is #B521DB. Grayscale: #9D9D9D. Windows color (decimal): -11870684 or 2416202. OLE color: 2416202.
HSL color Cylindrical-coordinate representation of color #4ADE24: hue angle of 107.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4ADE24 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 36 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.13 |
| HSL | 107.74º | 0.74% | 0.51% | - |
| HSV(B) | 107.74º | 0.84% | 0.87% | - |
| XYZ | 29.26 | 53.83 | 10.52 | - |
| YUV | 156.54 | 59.97 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 36 | 0.67 | 0 | 0.84 | 0.13 | 107.74 | 0.74 | 0.51 |
| Hex | 4A | DE | 24 | 43 | 0 | 54 | D | 6C | 4A | 33 |
| Octal | 112 | 336 | 44 | 103 | 0 | 124 | 15 | 154 | 112 | 63 |
| Binary | 1001010 | 11011110 | 100100 | 1000011 | 0 | 1010100 | 1101 | 1101100 | 1001010 | 110011 |
Color Harmonies of #4ADE24
Complementary color
Monochromatic Colors of #4ADE24
Black with #4ADE24
Text Example
Text Example
White with #4ADE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE24; }
p { color: rgb(74,222,36); }
H1.HeaderClassName
{
color: #4ADE24;
}
.AnyTagClassName
{
color: #4ADE24;
}
</style>
background-color css
<style>
a { background-color: #4ADE24; }
a { background-color: rgb(74,222,36); }
div.DivClassName
{
background-color: #4ADE24;
}
.BgClassName
{
background-color: #4ADE24;
}
</style>
border-color css
<style>
span { border-color: #4ADE24; }
span { border-color: rgb(74,222,36); }
td.TdClassName
{
border-color: #4ADE24;
}
.TagClassName
{
border-color: #4ADE24;
}
</style>