Shades of Lime Green #3DDC52
Tints of Lime Green #3DDC52
RGB
CMYK
RGB Variations
Color information
#3DDC52 (or 0x3DDC52) is known color: Lime Green. HEX triplet: 3D, DC and 52. RGB value is (61,220,82). Sum of RGB (Red+Green+Blue) = 61+220+82=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC52 is #C223AD. Grayscale: #9D9D9D. Windows color (decimal): -12723118 or 5430333. OLE color: 5430333.
HSL color Cylindrical-coordinate representation of color #3DDC52: hue angle of 127.92º 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 #3DDC52 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 82 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.14 |
| HSL | 127.92º | 0.69% | 0.55% | - |
| HSV(B) | 127.92º | 0.72% | 0.86% | - |
| XYZ | 29.04 | 52.79 | 16.64 | - |
| YUV | 156.73 | 85.82 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 82 | 0.72 | 0 | 0.63 | 0.14 | 127.92 | 0.69 | 0.55 |
| Hex | 3D | DC | 52 | 48 | 0 | 3F | E | 80 | 45 | 37 |
| Octal | 75 | 334 | 122 | 110 | 0 | 77 | 16 | 200 | 105 | 67 |
| Binary | 111101 | 11011100 | 1010010 | 1001000 | 0 | 111111 | 1110 | 10000000 | 1000101 | 110111 |
Color Harmonies of #3DDC52
Complementary color
Monochromatic Colors of #3DDC52
Black with #3DDC52
Text Example
Text Example
White with #3DDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC52; }
p { color: rgb(61,220,82); }
H1.HeaderClassName
{
color: #3DDC52;
}
.AnyTagClassName
{
color: #3DDC52;
}
</style>
background-color css
<style>
a { background-color: #3DDC52; }
a { background-color: rgb(61,220,82); }
div.DivClassName
{
background-color: #3DDC52;
}
.BgClassName
{
background-color: #3DDC52;
}
</style>
border-color css
<style>
span { border-color: #3DDC52; }
span { border-color: rgb(61,220,82); }
td.TdClassName
{
border-color: #3DDC52;
}
.TagClassName
{
border-color: #3DDC52;
}
</style>