Shades of Lime Green #3AD136
Tints of Lime Green #3AD136
RGB
CMYK
RGB Variations
Color information
#3AD136 (or 0x3AD136) is known color: Lime Green. HEX triplet: 3A, D1 and 36. RGB value is (58,209,54). Sum of RGB (Red+Green+Blue) = 58+209+54=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 209 (82.03% from 255 or 65.11% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD136 is #C52EC9. Grayscale: #929292. Windows color (decimal): -12922570 or 3592506. OLE color: 3592506.
HSL color Cylindrical-coordinate representation of color #3AD136: hue angle of 118.45º 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 #3AD136 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 54 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.18 |
| HSL | 118.45º | 0.63% | 0.52% | - |
| HSV(B) | 118.45º | 0.74% | 0.82% | - |
| XYZ | 25.21 | 46.77 | 11.19 | - |
| YUV | 146.18 | 75.97 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 54 | 0.72 | 0 | 0.74 | 0.18 | 118.45 | 0.63 | 0.52 |
| Hex | 3A | D1 | 36 | 48 | 0 | 4A | 12 | 76 | 3F | 34 |
| Octal | 72 | 321 | 66 | 110 | 0 | 112 | 22 | 166 | 77 | 64 |
| Binary | 111010 | 11010001 | 110110 | 1001000 | 0 | 1001010 | 10010 | 1110110 | 111111 | 110100 |
Color Harmonies of #3AD136
Complementary color
Monochromatic Colors of #3AD136
Black with #3AD136
Text Example
Text Example
White with #3AD136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD136; }
p { color: rgb(58,209,54); }
H1.HeaderClassName
{
color: #3AD136;
}
.AnyTagClassName
{
color: #3AD136;
}
</style>
background-color css
<style>
a { background-color: #3AD136; }
a { background-color: rgb(58,209,54); }
div.DivClassName
{
background-color: #3AD136;
}
.BgClassName
{
background-color: #3AD136;
}
</style>
border-color css
<style>
span { border-color: #3AD136; }
span { border-color: rgb(58,209,54); }
td.TdClassName
{
border-color: #3AD136;
}
.TagClassName
{
border-color: #3AD136;
}
</style>