Shades of Lime Green #4ADD41
Tints of Lime Green #4ADD41
RGB
CMYK
RGB Variations
Color information
#4ADD41 (or 0x4ADD41) is known color: Lime Green. HEX triplet: 4A, DD and 41. RGB value is (74,221,65). Sum of RGB (Red+Green+Blue) = 74+221+65=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD41 is #B522BE. Grayscale: #9F9F9F. Windows color (decimal): -11870911 or 4316490. OLE color: 4316490.
HSL color Cylindrical-coordinate representation of color #4ADD41: hue angle of 116.54º degrees, saturation: 0.7, 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 #4ADD41 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 65 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.13 |
| HSL | 116.54º | 0.7% | 0.56% | - |
| HSV(B) | 116.54º | 0.71% | 0.87% | - |
| XYZ | 29.63 | 53.55 | 13.78 | - |
| YUV | 159.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 65 | 0.67 | 0 | 0.71 | 0.13 | 116.54 | 0.7 | 0.56 |
| Hex | 4A | DD | 41 | 43 | 0 | 47 | D | 75 | 46 | 38 |
| Octal | 112 | 335 | 101 | 103 | 0 | 107 | 15 | 165 | 106 | 70 |
| Binary | 1001010 | 11011101 | 1000001 | 1000011 | 0 | 1000111 | 1101 | 1110101 | 1000110 | 111000 |
Color Harmonies of #4ADD41
Complementary color
Monochromatic Colors of #4ADD41
Black with #4ADD41
Text Example
Text Example
White with #4ADD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD41; }
p { color: rgb(74,221,65); }
H1.HeaderClassName
{
color: #4ADD41;
}
.AnyTagClassName
{
color: #4ADD41;
}
</style>
background-color css
<style>
a { background-color: #4ADD41; }
a { background-color: rgb(74,221,65); }
div.DivClassName
{
background-color: #4ADD41;
}
.BgClassName
{
background-color: #4ADD41;
}
</style>
border-color css
<style>
span { border-color: #4ADD41; }
span { border-color: rgb(74,221,65); }
td.TdClassName
{
border-color: #4ADD41;
}
.TagClassName
{
border-color: #4ADD41;
}
</style>