Shades of Lime Green #3DC851
Tints of Lime Green #3DC851
RGB
CMYK
RGB Variations
Color information
#3DC851 (or 0x3DC851) is known color: Lime Green. HEX triplet: 3D, C8 and 51. RGB value is (61,200,81). Sum of RGB (Red+Green+Blue) = 61+200+81=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC851 is #C237AE. Grayscale: #919191. Windows color (decimal): -12728239 or 5359677. OLE color: 5359677.
HSL color Cylindrical-coordinate representation of color #3DC851: hue angle of 128.63º 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 #3DC851 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 81 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.22 |
| HSL | 128.63º | 0.56% | 0.51% | - |
| HSV(B) | 128.63º | 0.7% | 0.78% | - |
| XYZ | 24.06 | 42.89 | 14.8 | - |
| YUV | 144.87 | 91.95 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 81 | 0.69 | 0 | 0.59 | 0.22 | 128.63 | 0.56 | 0.51 |
| Hex | 3D | C8 | 51 | 45 | 0 | 3B | 16 | 81 | 38 | 33 |
| Octal | 75 | 310 | 121 | 105 | 0 | 73 | 26 | 201 | 70 | 63 |
| Binary | 111101 | 11001000 | 1010001 | 1000101 | 0 | 111011 | 10110 | 10000001 | 111000 | 110011 |
Color Harmonies of #3DC851
Complementary color
Monochromatic Colors of #3DC851
Black with #3DC851
Text Example
Text Example
White with #3DC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC851; }
p { color: rgb(61,200,81); }
H1.HeaderClassName
{
color: #3DC851;
}
.AnyTagClassName
{
color: #3DC851;
}
</style>
background-color css
<style>
a { background-color: #3DC851; }
a { background-color: rgb(61,200,81); }
div.DivClassName
{
background-color: #3DC851;
}
.BgClassName
{
background-color: #3DC851;
}
</style>
border-color css
<style>
span { border-color: #3DC851; }
span { border-color: rgb(61,200,81); }
td.TdClassName
{
border-color: #3DC851;
}
.TagClassName
{
border-color: #3DC851;
}
</style>