Shades of Lime Green #4ADE41
Tints of Lime Green #4ADE41
RGB
CMYK
RGB Variations
Color information
#4ADE41 (or 0x4ADE41) is known color: Lime Green. HEX triplet: 4A, DE and 41. RGB value is (74,222,65). Sum of RGB (Red+Green+Blue) = 74+222+65=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE41 is #B521BE. Grayscale: #A0A0A0. Windows color (decimal): -11870655 or 4316746. OLE color: 4316746.
HSL color Cylindrical-coordinate representation of color #4ADE41: hue angle of 116.56º 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 #4ADE41 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 65 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.13 |
| HSL | 116.56º | 0.7% | 0.56% | - |
| HSV(B) | 116.56º | 0.71% | 0.87% | - |
| XYZ | 29.9 | 54.08 | 13.86 | - |
| YUV | 159.85 | 74.47 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 65 | 0.67 | 0 | 0.71 | 0.13 | 116.56 | 0.7 | 0.56 |
| Hex | 4A | DE | 41 | 43 | 0 | 47 | D | 75 | 46 | 38 |
| Octal | 112 | 336 | 101 | 103 | 0 | 107 | 15 | 165 | 106 | 70 |
| Binary | 1001010 | 11011110 | 1000001 | 1000011 | 0 | 1000111 | 1101 | 1110101 | 1000110 | 111000 |
Color Harmonies of #4ADE41
Complementary color
Monochromatic Colors of #4ADE41
Black with #4ADE41
Text Example
Text Example
White with #4ADE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE41; }
p { color: rgb(74,222,65); }
H1.HeaderClassName
{
color: #4ADE41;
}
.AnyTagClassName
{
color: #4ADE41;
}
</style>
background-color css
<style>
a { background-color: #4ADE41; }
a { background-color: rgb(74,222,65); }
div.DivClassName
{
background-color: #4ADE41;
}
.BgClassName
{
background-color: #4ADE41;
}
</style>
border-color css
<style>
span { border-color: #4ADE41; }
span { border-color: rgb(74,222,65); }
td.TdClassName
{
border-color: #4ADE41;
}
.TagClassName
{
border-color: #4ADE41;
}
</style>