Shades of Lime Green #3DDD49
Tints of Lime Green #3DDD49
RGB
CMYK
RGB Variations
Color information
#3DDD49 (or 0x3DDD49) is known color: Lime Green. HEX triplet: 3D, DD and 49. RGB value is (61,221,73). Sum of RGB (Red+Green+Blue) = 61+221+73=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD49 is #C222B6. Grayscale: #9C9C9C. Windows color (decimal): -12722871 or 4840765. OLE color: 4840765.
HSL color Cylindrical-coordinate representation of color #3DDD49: hue angle of 124.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD49 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 73 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.13 |
| HSL | 124.5º | 0.7% | 0.55% | - |
| HSV(B) | 124.5º | 0.72% | 0.87% | - |
| XYZ | 28.98 | 53.19 | 15.04 | - |
| YUV | 156.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 73 | 0.72 | 0 | 0.67 | 0.13 | 124.5 | 0.7 | 0.55 |
| Hex | 3D | DD | 49 | 48 | 0 | 43 | D | 7C | 46 | 37 |
| Octal | 75 | 335 | 111 | 110 | 0 | 103 | 15 | 174 | 106 | 67 |
| Binary | 111101 | 11011101 | 1001001 | 1001000 | 0 | 1000011 | 1101 | 1111100 | 1000110 | 110111 |
Color Harmonies of #3DDD49
Complementary color
Monochromatic Colors of #3DDD49
Black with #3DDD49
Text Example
Text Example
White with #3DDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD49; }
p { color: rgb(61,221,73); }
H1.HeaderClassName
{
color: #3DDD49;
}
.AnyTagClassName
{
color: #3DDD49;
}
</style>
background-color css
<style>
a { background-color: #3DDD49; }
a { background-color: rgb(61,221,73); }
div.DivClassName
{
background-color: #3DDD49;
}
.BgClassName
{
background-color: #3DDD49;
}
</style>
border-color css
<style>
span { border-color: #3DDD49; }
span { border-color: rgb(61,221,73); }
td.TdClassName
{
border-color: #3DDD49;
}
.TagClassName
{
border-color: #3DDD49;
}
</style>