Shades of Lime Green #3DDC19
Tints of Lime Green #3DDC19
RGB
CMYK
RGB Variations
Color information
#3DDC19 (or 0x3DDC19) is known color: Lime Green. HEX triplet: 3D, DC and 19. RGB value is (61,220,25). Sum of RGB (Red+Green+Blue) = 61+220+25=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDC19 is #C223E6. Grayscale: #969696. Windows color (decimal): -12723175 or 1694781. OLE color: 1694781.
HSL color Cylindrical-coordinate representation of color #3DDC19: hue angle of 108.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DDC19 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 25 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.14 |
| HSL | 108.92º | 0.8% | 0.48% | - |
| HSV(B) | 108.92º | 0.89% | 0.86% | - |
| XYZ | 27.69 | 52.25 | 9.55 | - |
| YUV | 150.23 | 57.32 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 25 | 0.72 | 0 | 0.89 | 0.14 | 108.92 | 0.8 | 0.48 |
| Hex | 3D | DC | 19 | 48 | 0 | 59 | E | 6D | 50 | 30 |
| Octal | 75 | 334 | 31 | 110 | 0 | 131 | 16 | 155 | 120 | 60 |
| Binary | 111101 | 11011100 | 11001 | 1001000 | 0 | 1011001 | 1110 | 1101101 | 1010000 | 110000 |
Color Harmonies of #3DDC19
Complementary color
Monochromatic Colors of #3DDC19
Black with #3DDC19
Text Example
Text Example
White with #3DDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC19; }
p { color: rgb(61,220,25); }
H1.HeaderClassName
{
color: #3DDC19;
}
.AnyTagClassName
{
color: #3DDC19;
}
</style>
background-color css
<style>
a { background-color: #3DDC19; }
a { background-color: rgb(61,220,25); }
div.DivClassName
{
background-color: #3DDC19;
}
.BgClassName
{
background-color: #3DDC19;
}
</style>
border-color css
<style>
span { border-color: #3DDC19; }
span { border-color: rgb(61,220,25); }
td.TdClassName
{
border-color: #3DDC19;
}
.TagClassName
{
border-color: #3DDC19;
}
</style>