Shades of Lime Green #4ACD53
Tints of Lime Green #4ACD53
RGB
CMYK
RGB Variations
Color information
#4ACD53 (or 0x4ACD53) is known color: Lime Green. HEX triplet: 4A, CD and 53. RGB value is (74,205,83). Sum of RGB (Red+Green+Blue) = 74+205+83=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD53 is #B532AC. Grayscale: #989898. Windows color (decimal): -11874989 or 5492042. OLE color: 5492042.
HSL color Cylindrical-coordinate representation of color #4ACD53: hue angle of 124.12º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD53 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 83 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.20 |
| HSL | 124.12º | 0.57% | 0.55% | - |
| HSV(B) | 124.12º | 0.64% | 0.8% | - |
| XYZ | 26.22 | 45.74 | 15.63 | - |
| YUV | 151.92 | 89.1 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 83 | 0.64 | 0 | 0.60 | 0.20 | 124.12 | 0.57 | 0.55 |
| Hex | 4A | CD | 53 | 40 | 0 | 3C | 14 | 7C | 39 | 37 |
| Octal | 112 | 315 | 123 | 100 | 0 | 74 | 24 | 174 | 71 | 67 |
| Binary | 1001010 | 11001101 | 1010011 | 1000000 | 0 | 111100 | 10100 | 1111100 | 111001 | 110111 |
Color Harmonies of #4ACD53
Complementary color
Monochromatic Colors of #4ACD53
Black with #4ACD53
Text Example
Text Example
White with #4ACD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD53; }
p { color: rgb(74,205,83); }
H1.HeaderClassName
{
color: #4ACD53;
}
.AnyTagClassName
{
color: #4ACD53;
}
</style>
background-color css
<style>
a { background-color: #4ACD53; }
a { background-color: rgb(74,205,83); }
div.DivClassName
{
background-color: #4ACD53;
}
.BgClassName
{
background-color: #4ACD53;
}
</style>
border-color css
<style>
span { border-color: #4ACD53; }
span { border-color: rgb(74,205,83); }
td.TdClassName
{
border-color: #4ACD53;
}
.TagClassName
{
border-color: #4ACD53;
}
</style>