Shades of Lime Green #3DDC44
Tints of Lime Green #3DDC44
RGB
CMYK
RGB Variations
Color information
#3DDC44 (or 0x3DDC44) is known color: Lime Green. HEX triplet: 3D, DC and 44. RGB value is (61,220,68). Sum of RGB (Red+Green+Blue) = 61+220+68=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC44 is #C223BB. Grayscale: #9B9B9B. Windows color (decimal): -12723132 or 4512829. OLE color: 4512829.
HSL color Cylindrical-coordinate representation of color #3DDC44: hue angle of 122.64º 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 #3DDC44 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 68 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.14 |
| HSL | 122.64º | 0.69% | 0.55% | - |
| HSV(B) | 122.64º | 0.72% | 0.86% | - |
| XYZ | 28.56 | 52.6 | 14.12 | - |
| YUV | 155.13 | 78.82 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 68 | 0.72 | 0 | 0.69 | 0.14 | 122.64 | 0.69 | 0.55 |
| Hex | 3D | DC | 44 | 48 | 0 | 45 | E | 7B | 45 | 37 |
| Octal | 75 | 334 | 104 | 110 | 0 | 105 | 16 | 173 | 105 | 67 |
| Binary | 111101 | 11011100 | 1000100 | 1001000 | 0 | 1000101 | 1110 | 1111011 | 1000101 | 110111 |
Color Harmonies of #3DDC44
Complementary color
Monochromatic Colors of #3DDC44
Black with #3DDC44
Text Example
Text Example
White with #3DDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC44; }
p { color: rgb(61,220,68); }
H1.HeaderClassName
{
color: #3DDC44;
}
.AnyTagClassName
{
color: #3DDC44;
}
</style>
background-color css
<style>
a { background-color: #3DDC44; }
a { background-color: rgb(61,220,68); }
div.DivClassName
{
background-color: #3DDC44;
}
.BgClassName
{
background-color: #3DDC44;
}
</style>
border-color css
<style>
span { border-color: #3DDC44; }
span { border-color: rgb(61,220,68); }
td.TdClassName
{
border-color: #3DDC44;
}
.TagClassName
{
border-color: #3DDC44;
}
</style>