Shades of Lime Green #3DB732
Tints of Lime Green #3DB732
RGB
CMYK
RGB Variations
Color information
#3DB732 (or 0x3DB732) is known color: Lime Green. HEX triplet: 3D, B7 and 32. RGB value is (61,183,50). Sum of RGB (Red+Green+Blue) = 61+183+50=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 183 (71.88% from 255 or 62.24% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB732 is #C248CD. Grayscale: #838383. Windows color (decimal): -12732622 or 3323709. OLE color: 3323709.
HSL color Cylindrical-coordinate representation of color #3DB732: hue angle of 115.04º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DB732 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 50 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.28 |
| HSL | 115.04º | 0.57% | 0.46% | - |
| HSV(B) | 115.04º | 0.73% | 0.72% | - |
| XYZ | 19.43 | 35.09 | 8.77 | - |
| YUV | 131.36 | 82.08 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 50 | 0.67 | 0 | 0.73 | 0.28 | 115.04 | 0.57 | 0.46 |
| Hex | 3D | B7 | 32 | 43 | 0 | 49 | 1C | 73 | 39 | 2E |
| Octal | 75 | 267 | 62 | 103 | 0 | 111 | 34 | 163 | 71 | 56 |
| Binary | 111101 | 10110111 | 110010 | 1000011 | 0 | 1001001 | 11100 | 1110011 | 111001 | 101110 |
Color Harmonies of #3DB732
Complementary color
Monochromatic Colors of #3DB732
Black with #3DB732
Text Example
Text Example
White with #3DB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB732; }
p { color: rgb(61,183,50); }
H1.HeaderClassName
{
color: #3DB732;
}
.AnyTagClassName
{
color: #3DB732;
}
</style>
background-color css
<style>
a { background-color: #3DB732; }
a { background-color: rgb(61,183,50); }
div.DivClassName
{
background-color: #3DB732;
}
.BgClassName
{
background-color: #3DB732;
}
</style>
border-color css
<style>
span { border-color: #3DB732; }
span { border-color: rgb(61,183,50); }
td.TdClassName
{
border-color: #3DB732;
}
.TagClassName
{
border-color: #3DB732;
}
</style>