Shades of Lime Green #3AC52D
Tints of Lime Green #3AC52D
RGB
CMYK
RGB Variations
Color information
#3AC52D (or 0x3AC52D) is known color: Lime Green. HEX triplet: 3A, C5 and 2D. RGB value is (58,197,45). Sum of RGB (Red+Green+Blue) = 58+197+45=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC52D is #C53AD2. Grayscale: #8A8A8A. Windows color (decimal): -12925651 or 2999610. OLE color: 2999610.
HSL color Cylindrical-coordinate representation of color #3AC52D: hue angle of 114.87º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AC52D is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 45 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.23 |
| HSL | 114.87º | 0.63% | 0.47% | - |
| HSV(B) | 114.87º | 0.77% | 0.77% | - |
| XYZ | 22.18 | 41.02 | 9.23 | - |
| YUV | 138.11 | 75.45 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 45 | 0.71 | 0 | 0.77 | 0.23 | 114.87 | 0.63 | 0.47 |
| Hex | 3A | C5 | 2D | 47 | 0 | 4D | 17 | 73 | 3F | 2F |
| Octal | 72 | 305 | 55 | 107 | 0 | 115 | 27 | 163 | 77 | 57 |
| Binary | 111010 | 11000101 | 101101 | 1000111 | 0 | 1001101 | 10111 | 1110011 | 111111 | 101111 |
Color Harmonies of #3AC52D
Complementary color
Monochromatic Colors of #3AC52D
Black with #3AC52D
Text Example
Text Example
White with #3AC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC52D; }
p { color: rgb(58,197,45); }
H1.HeaderClassName
{
color: #3AC52D;
}
.AnyTagClassName
{
color: #3AC52D;
}
</style>
background-color css
<style>
a { background-color: #3AC52D; }
a { background-color: rgb(58,197,45); }
div.DivClassName
{
background-color: #3AC52D;
}
.BgClassName
{
background-color: #3AC52D;
}
</style>
border-color css
<style>
span { border-color: #3AC52D; }
span { border-color: rgb(58,197,45); }
td.TdClassName
{
border-color: #3AC52D;
}
.TagClassName
{
border-color: #3AC52D;
}
</style>