Shades of Lime Green #3DAD32
Tints of Lime Green #3DAD32
RGB
CMYK
RGB Variations
Color information
#3DAD32 (or 0x3DAD32) is known color: Lime Green. HEX triplet: 3D, AD and 32. RGB value is (61,173,50). Sum of RGB (Red+Green+Blue) = 61+173+50=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAD32 is #C252CD. Grayscale: #7D7D7D. Windows color (decimal): -12735182 or 3321149. OLE color: 3321149.
HSL color Cylindrical-coordinate representation of color #3DAD32: hue angle of 114.63º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DAD32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 173 | 50 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.32 |
| HSL | 114.63º | 0.55% | 0.44% | - |
| HSV(B) | 114.63º | 0.71% | 0.68% | - |
| XYZ | 17.44 | 31.11 | 8.1 | - |
| YUV | 125.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 50 | 0.65 | 0 | 0.71 | 0.32 | 114.63 | 0.55 | 0.44 |
| Hex | 3D | AD | 32 | 41 | 0 | 47 | 20 | 73 | 37 | 2C |
| Octal | 75 | 255 | 62 | 101 | 0 | 107 | 40 | 163 | 67 | 54 |
| Binary | 111101 | 10101101 | 110010 | 1000001 | 0 | 1000111 | 100000 | 1110011 | 110111 | 101100 |
Color Harmonies of #3DAD32
Complementary color
Monochromatic Colors of #3DAD32
Black with #3DAD32
Text Example
Text Example
White with #3DAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAD32; }
p { color: rgb(61,173,50); }
H1.HeaderClassName
{
color: #3DAD32;
}
.AnyTagClassName
{
color: #3DAD32;
}
</style>
background-color css
<style>
a { background-color: #3DAD32; }
a { background-color: rgb(61,173,50); }
div.DivClassName
{
background-color: #3DAD32;
}
.BgClassName
{
background-color: #3DAD32;
}
</style>
border-color css
<style>
span { border-color: #3DAD32; }
span { border-color: rgb(61,173,50); }
td.TdClassName
{
border-color: #3DAD32;
}
.TagClassName
{
border-color: #3DAD32;
}
</style>