Shades of Lime Green #3AD837
Tints of Lime Green #3AD837
RGB
CMYK
RGB Variations
Color information
#3AD837 (or 0x3AD837) is known color: Lime Green. HEX triplet: 3A, D8 and 37. RGB value is (58,216,55). Sum of RGB (Red+Green+Blue) = 58+216+55=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD837 is #C527C8. Grayscale: #969696. Windows color (decimal): -12920777 or 3659834. OLE color: 3659834.
HSL color Cylindrical-coordinate representation of color #3AD837: hue angle of 118.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD837 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 55 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.15 |
| HSL | 118.88º | 0.67% | 0.53% | - |
| HSV(B) | 118.88º | 0.75% | 0.85% | - |
| XYZ | 26.99 | 50.29 | 11.9 | - |
| YUV | 150.4 | 74.15 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 55 | 0.73 | 0 | 0.75 | 0.15 | 118.88 | 0.67 | 0.53 |
| Hex | 3A | D8 | 37 | 49 | 0 | 4B | F | 77 | 43 | 35 |
| Octal | 72 | 330 | 67 | 111 | 0 | 113 | 17 | 167 | 103 | 65 |
| Binary | 111010 | 11011000 | 110111 | 1001001 | 0 | 1001011 | 1111 | 1110111 | 1000011 | 110101 |
Color Harmonies of #3AD837
Complementary color
Monochromatic Colors of #3AD837
Black with #3AD837
Text Example
Text Example
White with #3AD837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD837; }
p { color: rgb(58,216,55); }
H1.HeaderClassName
{
color: #3AD837;
}
.AnyTagClassName
{
color: #3AD837;
}
</style>
background-color css
<style>
a { background-color: #3AD837; }
a { background-color: rgb(58,216,55); }
div.DivClassName
{
background-color: #3AD837;
}
.BgClassName
{
background-color: #3AD837;
}
</style>
border-color css
<style>
span { border-color: #3AD837; }
span { border-color: rgb(58,216,55); }
td.TdClassName
{
border-color: #3AD837;
}
.TagClassName
{
border-color: #3AD837;
}
</style>