Shades of Lime Green #4ADD24
Tints of Lime Green #4ADD24
RGB
CMYK
RGB Variations
Color information
#4ADD24 (or 0x4ADD24) is known color: Lime Green. HEX triplet: 4A, DD and 24. RGB value is (74,221,36). Sum of RGB (Red+Green+Blue) = 74+221+36=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD24 is #B522DB. Grayscale: #9C9C9C. Windows color (decimal): -11870940 or 2415946. OLE color: 2415946.
HSL color Cylindrical-coordinate representation of color #4ADD24: hue angle of 107.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4ADD24 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 36 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.13 |
| HSL | 107.68º | 0.73% | 0.5% | - |
| HSV(B) | 107.68º | 0.84% | 0.87% | - |
| XYZ | 29 | 53.3 | 10.43 | - |
| YUV | 155.96 | 60.3 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 36 | 0.67 | 0 | 0.84 | 0.13 | 107.68 | 0.73 | 0.5 |
| Hex | 4A | DD | 24 | 43 | 0 | 54 | D | 6C | 49 | 32 |
| Octal | 112 | 335 | 44 | 103 | 0 | 124 | 15 | 154 | 111 | 62 |
| Binary | 1001010 | 11011101 | 100100 | 1000011 | 0 | 1010100 | 1101 | 1101100 | 1001001 | 110010 |
Color Harmonies of #4ADD24
Complementary color
Monochromatic Colors of #4ADD24
Black with #4ADD24
Text Example
Text Example
White with #4ADD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD24; }
p { color: rgb(74,221,36); }
H1.HeaderClassName
{
color: #4ADD24;
}
.AnyTagClassName
{
color: #4ADD24;
}
</style>
background-color css
<style>
a { background-color: #4ADD24; }
a { background-color: rgb(74,221,36); }
div.DivClassName
{
background-color: #4ADD24;
}
.BgClassName
{
background-color: #4ADD24;
}
</style>
border-color css
<style>
span { border-color: #4ADD24; }
span { border-color: rgb(74,221,36); }
td.TdClassName
{
border-color: #4ADD24;
}
.TagClassName
{
border-color: #4ADD24;
}
</style>