Shades of Lime Green #3DDA49
Tints of Lime Green #3DDA49
RGB
CMYK
RGB Variations
Color information
#3DDA49 (or 0x3DDA49) is known color: Lime Green. HEX triplet: 3D, DA and 49. RGB value is (61,218,73). Sum of RGB (Red+Green+Blue) = 61+218+73=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA49 is #C225B6. Grayscale: #9A9A9A. Windows color (decimal): -12723639 or 4839997. OLE color: 4839997.
HSL color Cylindrical-coordinate representation of color #3DDA49: hue angle of 124.59º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA49 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 73 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.15 |
| HSL | 124.59º | 0.68% | 0.55% | - |
| HSV(B) | 124.59º | 0.72% | 0.85% | - |
| XYZ | 28.2 | 51.62 | 14.78 | - |
| YUV | 154.53 | 81.99 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 73 | 0.72 | 0 | 0.67 | 0.15 | 124.59 | 0.68 | 0.55 |
| Hex | 3D | DA | 49 | 48 | 0 | 43 | F | 7D | 44 | 37 |
| Octal | 75 | 332 | 111 | 110 | 0 | 103 | 17 | 175 | 104 | 67 |
| Binary | 111101 | 11011010 | 1001001 | 1001000 | 0 | 1000011 | 1111 | 1111101 | 1000100 | 110111 |
Color Harmonies of #3DDA49
Complementary color
Monochromatic Colors of #3DDA49
Black with #3DDA49
Text Example
Text Example
White with #3DDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA49; }
p { color: rgb(61,218,73); }
H1.HeaderClassName
{
color: #3DDA49;
}
.AnyTagClassName
{
color: #3DDA49;
}
</style>
background-color css
<style>
a { background-color: #3DDA49; }
a { background-color: rgb(61,218,73); }
div.DivClassName
{
background-color: #3DDA49;
}
.BgClassName
{
background-color: #3DDA49;
}
</style>
border-color css
<style>
span { border-color: #3DDA49; }
span { border-color: rgb(61,218,73); }
td.TdClassName
{
border-color: #3DDA49;
}
.TagClassName
{
border-color: #3DDA49;
}
</style>