Shades of Lime Green #3AC525
Tints of Lime Green #3AC525
RGB
CMYK
RGB Variations
Color information
#3AC525 (or 0x3AC525) is known color: Lime Green. HEX triplet: 3A, C5 and 25. RGB value is (58,197,37). Sum of RGB (Red+Green+Blue) = 58+197+37=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC525 is #C53ADA. Grayscale: #898989. Windows color (decimal): -12925659 or 2475322. OLE color: 2475322.
HSL color Cylindrical-coordinate representation of color #3AC525: hue angle of 112.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AC525 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 37 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.23 |
| HSL | 112.13º | 0.68% | 0.46% | - |
| HSV(B) | 112.13º | 0.81% | 0.77% | - |
| XYZ | 22.05 | 40.97 | 8.5 | - |
| YUV | 137.2 | 71.45 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 37 | 0.71 | 0 | 0.81 | 0.23 | 112.13 | 0.68 | 0.46 |
| Hex | 3A | C5 | 25 | 47 | 0 | 51 | 17 | 70 | 44 | 2E |
| Octal | 72 | 305 | 45 | 107 | 0 | 121 | 27 | 160 | 104 | 56 |
| Binary | 111010 | 11000101 | 100101 | 1000111 | 0 | 1010001 | 10111 | 1110000 | 1000100 | 101110 |
Color Harmonies of #3AC525
Complementary color
Monochromatic Colors of #3AC525
Black with #3AC525
Text Example
Text Example
White with #3AC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC525; }
p { color: rgb(58,197,37); }
H1.HeaderClassName
{
color: #3AC525;
}
.AnyTagClassName
{
color: #3AC525;
}
</style>
background-color css
<style>
a { background-color: #3AC525; }
a { background-color: rgb(58,197,37); }
div.DivClassName
{
background-color: #3AC525;
}
.BgClassName
{
background-color: #3AC525;
}
</style>
border-color css
<style>
span { border-color: #3AC525; }
span { border-color: rgb(58,197,37); }
td.TdClassName
{
border-color: #3AC525;
}
.TagClassName
{
border-color: #3AC525;
}
</style>