Shades of Lime Green #3AD137
Tints of Lime Green #3AD137
RGB
CMYK
RGB Variations
Color information
#3AD137 (or 0x3AD137) is known color: Lime Green. HEX triplet: 3A, D1 and 37. RGB value is (58,209,55). Sum of RGB (Red+Green+Blue) = 58+209+55=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD137 is #C52EC8. Grayscale: #929292. Windows color (decimal): -12922569 or 3658042. OLE color: 3658042.
HSL color Cylindrical-coordinate representation of color #3AD137: hue angle of 118.83º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD137 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 55 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.18 |
| HSL | 118.83º | 0.63% | 0.52% | - |
| HSV(B) | 118.83º | 0.74% | 0.82% | - |
| XYZ | 25.23 | 46.78 | 11.31 | - |
| YUV | 146.3 | 76.47 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 55 | 0.72 | 0 | 0.74 | 0.18 | 118.83 | 0.63 | 0.52 |
| Hex | 3A | D1 | 37 | 48 | 0 | 4A | 12 | 77 | 3F | 34 |
| Octal | 72 | 321 | 67 | 110 | 0 | 112 | 22 | 167 | 77 | 64 |
| Binary | 111010 | 11010001 | 110111 | 1001000 | 0 | 1001010 | 10010 | 1110111 | 111111 | 110100 |
Color Harmonies of #3AD137
Complementary color
Monochromatic Colors of #3AD137
Black with #3AD137
Text Example
Text Example
White with #3AD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD137; }
p { color: rgb(58,209,55); }
H1.HeaderClassName
{
color: #3AD137;
}
.AnyTagClassName
{
color: #3AD137;
}
</style>
background-color css
<style>
a { background-color: #3AD137; }
a { background-color: rgb(58,209,55); }
div.DivClassName
{
background-color: #3AD137;
}
.BgClassName
{
background-color: #3AD137;
}
</style>
border-color css
<style>
span { border-color: #3AD137; }
span { border-color: rgb(58,209,55); }
td.TdClassName
{
border-color: #3AD137;
}
.TagClassName
{
border-color: #3AD137;
}
</style>