Shades of Lime Green #3AD53D
Tints of Lime Green #3AD53D
RGB
CMYK
RGB Variations
Color information
#3AD53D (or 0x3AD53D) is known color: Lime Green. HEX triplet: 3A, D5 and 3D. RGB value is (58,213,61). Sum of RGB (Red+Green+Blue) = 58+213+61=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD53D is #C52AC2. Grayscale: #959595. Windows color (decimal): -12921539 or 4052282. OLE color: 4052282.
HSL color Cylindrical-coordinate representation of color #3AD53D: hue angle of 121.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD53D is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 61 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.16 |
| HSL | 121.16º | 0.65% | 0.53% | - |
| HSV(B) | 121.16º | 0.73% | 0.84% | - |
| XYZ | 26.38 | 48.82 | 12.45 | - |
| YUV | 149.33 | 78.15 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 61 | 0.73 | 0 | 0.71 | 0.16 | 121.16 | 0.65 | 0.53 |
| Hex | 3A | D5 | 3D | 49 | 0 | 47 | 10 | 79 | 41 | 35 |
| Octal | 72 | 325 | 75 | 111 | 0 | 107 | 20 | 171 | 101 | 65 |
| Binary | 111010 | 11010101 | 111101 | 1001001 | 0 | 1000111 | 10000 | 1111001 | 1000001 | 110101 |
Color Harmonies of #3AD53D
Complementary color
Monochromatic Colors of #3AD53D
Black with #3AD53D
Text Example
Text Example
White with #3AD53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD53D; }
p { color: rgb(58,213,61); }
H1.HeaderClassName
{
color: #3AD53D;
}
.AnyTagClassName
{
color: #3AD53D;
}
</style>
background-color css
<style>
a { background-color: #3AD53D; }
a { background-color: rgb(58,213,61); }
div.DivClassName
{
background-color: #3AD53D;
}
.BgClassName
{
background-color: #3AD53D;
}
</style>
border-color css
<style>
span { border-color: #3AD53D; }
span { border-color: rgb(58,213,61); }
td.TdClassName
{
border-color: #3AD53D;
}
.TagClassName
{
border-color: #3AD53D;
}
</style>