Shades of Lime Green #3AD936
Tints of Lime Green #3AD936
RGB
CMYK
RGB Variations
Color information
#3AD936 (or 0x3AD936) is known color: Lime Green. HEX triplet: 3A, D9 and 36. RGB value is (58,217,54). Sum of RGB (Red+Green+Blue) = 58+217+54=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD936 is #C526C9. Grayscale: #979797. Windows color (decimal): -12920522 or 3594554. OLE color: 3594554.
HSL color Cylindrical-coordinate representation of color #3AD936: hue angle of 118.53º 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 #3AD936 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 54 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.15 |
| HSL | 118.53º | 0.68% | 0.53% | - |
| HSV(B) | 118.53º | 0.75% | 0.85% | - |
| XYZ | 27.22 | 50.79 | 11.86 | - |
| YUV | 150.88 | 73.32 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 54 | 0.73 | 0 | 0.75 | 0.15 | 118.53 | 0.68 | 0.53 |
| Hex | 3A | D9 | 36 | 49 | 0 | 4B | F | 77 | 44 | 35 |
| Octal | 72 | 331 | 66 | 111 | 0 | 113 | 17 | 167 | 104 | 65 |
| Binary | 111010 | 11011001 | 110110 | 1001001 | 0 | 1001011 | 1111 | 1110111 | 1000100 | 110101 |
Color Harmonies of #3AD936
Complementary color
Monochromatic Colors of #3AD936
Black with #3AD936
Text Example
Text Example
White with #3AD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD936; }
p { color: rgb(58,217,54); }
H1.HeaderClassName
{
color: #3AD936;
}
.AnyTagClassName
{
color: #3AD936;
}
</style>
background-color css
<style>
a { background-color: #3AD936; }
a { background-color: rgb(58,217,54); }
div.DivClassName
{
background-color: #3AD936;
}
.BgClassName
{
background-color: #3AD936;
}
</style>
border-color css
<style>
span { border-color: #3AD936; }
span { border-color: rgb(58,217,54); }
td.TdClassName
{
border-color: #3AD936;
}
.TagClassName
{
border-color: #3AD936;
}
</style>