Shades of Lime Green #3AD836
Tints of Lime Green #3AD836
RGB
CMYK
RGB Variations
Color information
#3AD836 (or 0x3AD836) is known color: Lime Green. HEX triplet: 3A, D8 and 36. RGB value is (58,216,54). Sum of RGB (Red+Green+Blue) = 58+216+54=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD836 is #C527C9. Grayscale: #969696. Windows color (decimal): -12920778 or 3594298. OLE color: 3594298.
HSL color Cylindrical-coordinate representation of color #3AD836: hue angle of 118.52º degrees, saturation: 0.68, 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 #3AD836 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 54 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.15 |
| HSL | 118.52º | 0.68% | 0.53% | - |
| HSV(B) | 118.52º | 0.75% | 0.85% | - |
| XYZ | 26.97 | 50.28 | 11.77 | - |
| YUV | 150.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 54 | 0.73 | 0 | 0.75 | 0.15 | 118.52 | 0.68 | 0.53 |
| Hex | 3A | D8 | 36 | 49 | 0 | 4B | F | 77 | 44 | 35 |
| Octal | 72 | 330 | 66 | 111 | 0 | 113 | 17 | 167 | 104 | 65 |
| Binary | 111010 | 11011000 | 110110 | 1001001 | 0 | 1001011 | 1111 | 1110111 | 1000100 | 110101 |
Color Harmonies of #3AD836
Complementary color
Monochromatic Colors of #3AD836
Black with #3AD836
Text Example
Text Example
White with #3AD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD836; }
p { color: rgb(58,216,54); }
H1.HeaderClassName
{
color: #3AD836;
}
.AnyTagClassName
{
color: #3AD836;
}
</style>
background-color css
<style>
a { background-color: #3AD836; }
a { background-color: rgb(58,216,54); }
div.DivClassName
{
background-color: #3AD836;
}
.BgClassName
{
background-color: #3AD836;
}
</style>
border-color css
<style>
span { border-color: #3AD836; }
span { border-color: rgb(58,216,54); }
td.TdClassName
{
border-color: #3AD836;
}
.TagClassName
{
border-color: #3AD836;
}
</style>