Shades of Lime Green #3ACD54
Tints of Lime Green #3ACD54
RGB
CMYK
RGB Variations
Color information
#3ACD54 (or 0x3ACD54) is known color: Lime Green. HEX triplet: 3A, CD and 54. RGB value is (58,205,84). Sum of RGB (Red+Green+Blue) = 58+205+84=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD54 is #C532AB. Grayscale: #939393. Windows color (decimal): -12923564 or 5557562. OLE color: 5557562.
HSL color Cylindrical-coordinate representation of color #3ACD54: hue angle of 130.61º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD54 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 84 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.20 |
| HSL | 130.61º | 0.6% | 0.52% | - |
| HSV(B) | 130.61º | 0.72% | 0.8% | - |
| XYZ | 25.18 | 45.2 | 15.79 | - |
| YUV | 147.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 84 | 0.72 | 0 | 0.59 | 0.20 | 130.61 | 0.6 | 0.52 |
| Hex | 3A | CD | 54 | 48 | 0 | 3B | 14 | 83 | 3C | 34 |
| Octal | 72 | 315 | 124 | 110 | 0 | 73 | 24 | 203 | 74 | 64 |
| Binary | 111010 | 11001101 | 1010100 | 1001000 | 0 | 111011 | 10100 | 10000011 | 111100 | 110100 |
Color Harmonies of #3ACD54
Complementary color
Monochromatic Colors of #3ACD54
Black with #3ACD54
Text Example
Text Example
White with #3ACD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD54; }
p { color: rgb(58,205,84); }
H1.HeaderClassName
{
color: #3ACD54;
}
.AnyTagClassName
{
color: #3ACD54;
}
</style>
background-color css
<style>
a { background-color: #3ACD54; }
a { background-color: rgb(58,205,84); }
div.DivClassName
{
background-color: #3ACD54;
}
.BgClassName
{
background-color: #3ACD54;
}
</style>
border-color css
<style>
span { border-color: #3ACD54; }
span { border-color: rgb(58,205,84); }
td.TdClassName
{
border-color: #3ACD54;
}
.TagClassName
{
border-color: #3ACD54;
}
</style>