Shades of Lime Green #3DDC50
Tints of Lime Green #3DDC50
RGB
CMYK
RGB Variations
Color information
#3DDC50 (or 0x3DDC50) is known color: Lime Green. HEX triplet: 3D, DC and 50. RGB value is (61,220,80). Sum of RGB (Red+Green+Blue) = 61+220+80=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC50 is #C223AF. Grayscale: #9C9C9C. Windows color (decimal): -12723120 or 5299261. OLE color: 5299261.
HSL color Cylindrical-coordinate representation of color #3DDC50: hue angle of 127.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDC50 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 80 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.14 |
| HSL | 127.17º | 0.69% | 0.55% | - |
| HSV(B) | 127.17º | 0.72% | 0.86% | - |
| XYZ | 28.97 | 52.76 | 16.25 | - |
| YUV | 156.5 | 84.82 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 80 | 0.72 | 0 | 0.64 | 0.14 | 127.17 | 0.69 | 0.55 |
| Hex | 3D | DC | 50 | 48 | 0 | 40 | E | 7F | 45 | 37 |
| Octal | 75 | 334 | 120 | 110 | 0 | 100 | 16 | 177 | 105 | 67 |
| Binary | 111101 | 11011100 | 1010000 | 1001000 | 0 | 1000000 | 1110 | 1111111 | 1000101 | 110111 |
Color Harmonies of #3DDC50
Complementary color
Monochromatic Colors of #3DDC50
Black with #3DDC50
Text Example
Text Example
White with #3DDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC50; }
p { color: rgb(61,220,80); }
H1.HeaderClassName
{
color: #3DDC50;
}
.AnyTagClassName
{
color: #3DDC50;
}
</style>
background-color css
<style>
a { background-color: #3DDC50; }
a { background-color: rgb(61,220,80); }
div.DivClassName
{
background-color: #3DDC50;
}
.BgClassName
{
background-color: #3DDC50;
}
</style>
border-color css
<style>
span { border-color: #3DDC50; }
span { border-color: rgb(61,220,80); }
td.TdClassName
{
border-color: #3DDC50;
}
.TagClassName
{
border-color: #3DDC50;
}
</style>