Shades of Lime Green #4ACD3F
Tints of Lime Green #4ACD3F
RGB
CMYK
RGB Variations
Color information
#4ACD3F (or 0x4ACD3F) is known color: Lime Green. HEX triplet: 4A, CD and 3F. RGB value is (74,205,63). Sum of RGB (Red+Green+Blue) = 74+205+63=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD3F is #B532C0. Grayscale: #969696. Windows color (decimal): -11875009 or 4181322. OLE color: 4181322.
HSL color Cylindrical-coordinate representation of color #4ACD3F: hue angle of 115.35º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACD3F is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 63 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.20 |
| HSL | 115.35º | 0.59% | 0.53% | - |
| HSV(B) | 115.35º | 0.69% | 0.8% | - |
| XYZ | 25.55 | 45.48 | 12.13 | - |
| YUV | 149.64 | 79.1 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 63 | 0.64 | 0 | 0.69 | 0.20 | 115.35 | 0.59 | 0.53 |
| Hex | 4A | CD | 3F | 40 | 0 | 45 | 14 | 73 | 3B | 35 |
| Octal | 112 | 315 | 77 | 100 | 0 | 105 | 24 | 163 | 73 | 65 |
| Binary | 1001010 | 11001101 | 111111 | 1000000 | 0 | 1000101 | 10100 | 1110011 | 111011 | 110101 |
Color Harmonies of #4ACD3F
Complementary color
Monochromatic Colors of #4ACD3F
Black with #4ACD3F
Text Example
Text Example
White with #4ACD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD3F; }
p { color: rgb(74,205,63); }
H1.HeaderClassName
{
color: #4ACD3F;
}
.AnyTagClassName
{
color: #4ACD3F;
}
</style>
background-color css
<style>
a { background-color: #4ACD3F; }
a { background-color: rgb(74,205,63); }
div.DivClassName
{
background-color: #4ACD3F;
}
.BgClassName
{
background-color: #4ACD3F;
}
</style>
border-color css
<style>
span { border-color: #4ACD3F; }
span { border-color: rgb(74,205,63); }
td.TdClassName
{
border-color: #4ACD3F;
}
.TagClassName
{
border-color: #4ACD3F;
}
</style>