Shades of Lime Green #4ACD41
Tints of Lime Green #4ACD41
RGB
CMYK
RGB Variations
Color information
#4ACD41 (or 0x4ACD41) is known color: Lime Green. HEX triplet: 4A, CD and 41. RGB value is (74,205,65). Sum of RGB (Red+Green+Blue) = 74+205+65=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD41 is #B532BE. Grayscale: #969696. Windows color (decimal): -11875007 or 4312394. OLE color: 4312394.
HSL color Cylindrical-coordinate representation of color #4ACD41: hue angle of 116.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACD41 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 65 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.20 |
| HSL | 116.14º | 0.58% | 0.53% | - |
| HSV(B) | 116.14º | 0.68% | 0.8% | - |
| XYZ | 25.61 | 45.5 | 12.43 | - |
| YUV | 149.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 65 | 0.64 | 0 | 0.68 | 0.20 | 116.14 | 0.58 | 0.53 |
| Hex | 4A | CD | 41 | 40 | 0 | 44 | 14 | 74 | 3A | 35 |
| Octal | 112 | 315 | 101 | 100 | 0 | 104 | 24 | 164 | 72 | 65 |
| Binary | 1001010 | 11001101 | 1000001 | 1000000 | 0 | 1000100 | 10100 | 1110100 | 111010 | 110101 |
Color Harmonies of #4ACD41
Complementary color
Monochromatic Colors of #4ACD41
Black with #4ACD41
Text Example
Text Example
White with #4ACD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD41; }
p { color: rgb(74,205,65); }
H1.HeaderClassName
{
color: #4ACD41;
}
.AnyTagClassName
{
color: #4ACD41;
}
</style>
background-color css
<style>
a { background-color: #4ACD41; }
a { background-color: rgb(74,205,65); }
div.DivClassName
{
background-color: #4ACD41;
}
.BgClassName
{
background-color: #4ACD41;
}
</style>
border-color css
<style>
span { border-color: #4ACD41; }
span { border-color: rgb(74,205,65); }
td.TdClassName
{
border-color: #4ACD41;
}
.TagClassName
{
border-color: #4ACD41;
}
</style>