Shades of Lime Green #4ACD46
Tints of Lime Green #4ACD46
RGB
CMYK
RGB Variations
Color information
#4ACD46 (or 0x4ACD46) is known color: Lime Green. HEX triplet: 4A, CD and 46. RGB value is (74,205,70). Sum of RGB (Red+Green+Blue) = 74+205+70=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD46 is #B532B9. Grayscale: #969696. Windows color (decimal): -11875002 or 4640074. OLE color: 4640074.
HSL color Cylindrical-coordinate representation of color #4ACD46: hue angle of 118.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACD46 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 70 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.20 |
| HSL | 118.22º | 0.57% | 0.54% | - |
| HSV(B) | 118.22º | 0.66% | 0.8% | - |
| XYZ | 25.76 | 45.56 | 13.23 | - |
| YUV | 150.44 | 82.6 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 70 | 0.64 | 0 | 0.66 | 0.20 | 118.22 | 0.57 | 0.54 |
| Hex | 4A | CD | 46 | 40 | 0 | 42 | 14 | 76 | 39 | 36 |
| Octal | 112 | 315 | 106 | 100 | 0 | 102 | 24 | 166 | 71 | 66 |
| Binary | 1001010 | 11001101 | 1000110 | 1000000 | 0 | 1000010 | 10100 | 1110110 | 111001 | 110110 |
Color Harmonies of #4ACD46
Complementary color
Monochromatic Colors of #4ACD46
Black with #4ACD46
Text Example
Text Example
White with #4ACD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD46; }
p { color: rgb(74,205,70); }
H1.HeaderClassName
{
color: #4ACD46;
}
.AnyTagClassName
{
color: #4ACD46;
}
</style>
background-color css
<style>
a { background-color: #4ACD46; }
a { background-color: rgb(74,205,70); }
div.DivClassName
{
background-color: #4ACD46;
}
.BgClassName
{
background-color: #4ACD46;
}
</style>
border-color css
<style>
span { border-color: #4ACD46; }
span { border-color: rgb(74,205,70); }
td.TdClassName
{
border-color: #4ACD46;
}
.TagClassName
{
border-color: #4ACD46;
}
</style>