Shades of Lime Green #3DC956
Tints of Lime Green #3DC956
RGB
CMYK
RGB Variations
Color information
#3DC956 (or 0x3DC956) is known color: Lime Green. HEX triplet: 3D, C9 and 56. RGB value is (61,201,86). Sum of RGB (Red+Green+Blue) = 61+201+86=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC956 is #C236A9. Grayscale: #929292. Windows color (decimal): -12727978 or 5687613. OLE color: 5687613.
HSL color Cylindrical-coordinate representation of color #3DC956: hue angle of 130.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC956 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 86 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.21 |
| HSL | 130.71º | 0.56% | 0.51% | - |
| HSV(B) | 130.71º | 0.7% | 0.79% | - |
| XYZ | 24.49 | 43.44 | 15.9 | - |
| YUV | 146.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 86 | 0.70 | 0 | 0.57 | 0.21 | 130.71 | 0.56 | 0.51 |
| Hex | 3D | C9 | 56 | 46 | 0 | 39 | 15 | 83 | 38 | 33 |
| Octal | 75 | 311 | 126 | 106 | 0 | 71 | 25 | 203 | 70 | 63 |
| Binary | 111101 | 11001001 | 1010110 | 1000110 | 0 | 111001 | 10101 | 10000011 | 111000 | 110011 |
Color Harmonies of #3DC956
Complementary color
Monochromatic Colors of #3DC956
Black with #3DC956
Text Example
Text Example
White with #3DC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC956; }
p { color: rgb(61,201,86); }
H1.HeaderClassName
{
color: #3DC956;
}
.AnyTagClassName
{
color: #3DC956;
}
</style>
background-color css
<style>
a { background-color: #3DC956; }
a { background-color: rgb(61,201,86); }
div.DivClassName
{
background-color: #3DC956;
}
.BgClassName
{
background-color: #3DC956;
}
</style>
border-color css
<style>
span { border-color: #3DC956; }
span { border-color: rgb(61,201,86); }
td.TdClassName
{
border-color: #3DC956;
}
.TagClassName
{
border-color: #3DC956;
}
</style>