Shades of Lime Green #3AD736
Tints of Lime Green #3AD736
RGB
CMYK
RGB Variations
Color information
#3AD736 (or 0x3AD736) is known color: Lime Green. HEX triplet: 3A, D7 and 36. RGB value is (58,215,54). Sum of RGB (Red+Green+Blue) = 58+215+54=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD736 is #C528C9. Grayscale: #969696. Windows color (decimal): -12921034 or 3594042. OLE color: 3594042.
HSL color Cylindrical-coordinate representation of color #3AD736: hue angle of 118.51º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD736 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 54 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.16 |
| HSL | 118.51º | 0.67% | 0.53% | - |
| HSV(B) | 118.51º | 0.75% | 0.84% | - |
| XYZ | 26.71 | 49.77 | 11.69 | - |
| YUV | 149.7 | 73.99 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 54 | 0.73 | 0 | 0.75 | 0.16 | 118.51 | 0.67 | 0.53 |
| Hex | 3A | D7 | 36 | 49 | 0 | 4B | 10 | 77 | 43 | 35 |
| Octal | 72 | 327 | 66 | 111 | 0 | 113 | 20 | 167 | 103 | 65 |
| Binary | 111010 | 11010111 | 110110 | 1001001 | 0 | 1001011 | 10000 | 1110111 | 1000011 | 110101 |
Color Harmonies of #3AD736
Complementary color
Monochromatic Colors of #3AD736
Black with #3AD736
Text Example
Text Example
White with #3AD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD736; }
p { color: rgb(58,215,54); }
H1.HeaderClassName
{
color: #3AD736;
}
.AnyTagClassName
{
color: #3AD736;
}
</style>
background-color css
<style>
a { background-color: #3AD736; }
a { background-color: rgb(58,215,54); }
div.DivClassName
{
background-color: #3AD736;
}
.BgClassName
{
background-color: #3AD736;
}
</style>
border-color css
<style>
span { border-color: #3AD736; }
span { border-color: rgb(58,215,54); }
td.TdClassName
{
border-color: #3AD736;
}
.TagClassName
{
border-color: #3AD736;
}
</style>