Shades of Lime Green #3DC856
Tints of Lime Green #3DC856
RGB
CMYK
RGB Variations
Color information
#3DC856 (or 0x3DC856) is known color: Lime Green. HEX triplet: 3D, C8 and 56. RGB value is (61,200,86). Sum of RGB (Red+Green+Blue) = 61+200+86=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC856 is #C237A9. Grayscale: #919191. Windows color (decimal): -12728234 or 5687357. OLE color: 5687357.
HSL color Cylindrical-coordinate representation of color #3DC856: hue angle of 130.79º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC856 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 86 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.22 |
| HSL | 130.79º | 0.56% | 0.51% | - |
| HSV(B) | 130.79º | 0.7% | 0.78% | - |
| XYZ | 24.26 | 42.97 | 15.82 | - |
| YUV | 145.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 86 | 0.69 | 0 | 0.57 | 0.22 | 130.79 | 0.56 | 0.51 |
| Hex | 3D | C8 | 56 | 45 | 0 | 39 | 16 | 83 | 38 | 33 |
| Octal | 75 | 310 | 126 | 105 | 0 | 71 | 26 | 203 | 70 | 63 |
| Binary | 111101 | 11001000 | 1010110 | 1000101 | 0 | 111001 | 10110 | 10000011 | 111000 | 110011 |
Color Harmonies of #3DC856
Complementary color
Monochromatic Colors of #3DC856
Black with #3DC856
Text Example
Text Example
White with #3DC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC856; }
p { color: rgb(61,200,86); }
H1.HeaderClassName
{
color: #3DC856;
}
.AnyTagClassName
{
color: #3DC856;
}
</style>
background-color css
<style>
a { background-color: #3DC856; }
a { background-color: rgb(61,200,86); }
div.DivClassName
{
background-color: #3DC856;
}
.BgClassName
{
background-color: #3DC856;
}
</style>
border-color css
<style>
span { border-color: #3DC856; }
span { border-color: rgb(61,200,86); }
td.TdClassName
{
border-color: #3DC856;
}
.TagClassName
{
border-color: #3DC856;
}
</style>