Shades of Lime Green #4ACD34
Tints of Lime Green #4ACD34
RGB
CMYK
RGB Variations
Color information
#4ACD34 (or 0x4ACD34) is known color: Lime Green. HEX triplet: 4A, CD and 34. RGB value is (74,205,52). Sum of RGB (Red+Green+Blue) = 74+205+52=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD34 is #B532CB. Grayscale: #949494. Windows color (decimal): -11875020 or 3460426. OLE color: 3460426.
HSL color Cylindrical-coordinate representation of color #4ACD34: hue angle of 111.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ACD34 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 52 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.20 |
| HSL | 111.37º | 0.6% | 0.5% | - |
| HSV(B) | 111.37º | 0.75% | 0.8% | - |
| XYZ | 25.28 | 45.37 | 10.67 | - |
| YUV | 148.39 | 73.6 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 52 | 0.64 | 0 | 0.75 | 0.20 | 111.37 | 0.6 | 0.5 |
| Hex | 4A | CD | 34 | 40 | 0 | 4B | 14 | 6F | 3C | 32 |
| Octal | 112 | 315 | 64 | 100 | 0 | 113 | 24 | 157 | 74 | 62 |
| Binary | 1001010 | 11001101 | 110100 | 1000000 | 0 | 1001011 | 10100 | 1101111 | 111100 | 110010 |
Color Harmonies of #4ACD34
Complementary color
Monochromatic Colors of #4ACD34
Black with #4ACD34
Text Example
Text Example
White with #4ACD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD34; }
p { color: rgb(74,205,52); }
H1.HeaderClassName
{
color: #4ACD34;
}
.AnyTagClassName
{
color: #4ACD34;
}
</style>
background-color css
<style>
a { background-color: #4ACD34; }
a { background-color: rgb(74,205,52); }
div.DivClassName
{
background-color: #4ACD34;
}
.BgClassName
{
background-color: #4ACD34;
}
</style>
border-color css
<style>
span { border-color: #4ACD34; }
span { border-color: rgb(74,205,52); }
td.TdClassName
{
border-color: #4ACD34;
}
.TagClassName
{
border-color: #4ACD34;
}
</style>