Shades of Lime Green #3DB741
Tints of Lime Green #3DB741
RGB
CMYK
RGB Variations
Color information
#3DB741 (or 0x3DB741) is known color: Lime Green. HEX triplet: 3D, B7 and 41. RGB value is (61,183,65). Sum of RGB (Red+Green+Blue) = 61+183+65=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB741 is #C248BE. Grayscale: #858585. Windows color (decimal): -12732607 or 4306749. OLE color: 4306749.
HSL color Cylindrical-coordinate representation of color #3DB741: hue angle of 121.97º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB741 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 65 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.28 |
| HSL | 121.97º | 0.5% | 0.48% | - |
| HSV(B) | 121.97º | 0.67% | 0.72% | - |
| XYZ | 19.81 | 35.24 | 10.76 | - |
| YUV | 133.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 65 | 0.67 | 0 | 0.64 | 0.28 | 121.97 | 0.5 | 0.48 |
| Hex | 3D | B7 | 41 | 43 | 0 | 40 | 1C | 7A | 32 | 30 |
| Octal | 75 | 267 | 101 | 103 | 0 | 100 | 34 | 172 | 62 | 60 |
| Binary | 111101 | 10110111 | 1000001 | 1000011 | 0 | 1000000 | 11100 | 1111010 | 110010 | 110000 |
Color Harmonies of #3DB741
Complementary color
Monochromatic Colors of #3DB741
Black with #3DB741
Text Example
Text Example
White with #3DB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB741; }
p { color: rgb(61,183,65); }
H1.HeaderClassName
{
color: #3DB741;
}
.AnyTagClassName
{
color: #3DB741;
}
</style>
background-color css
<style>
a { background-color: #3DB741; }
a { background-color: rgb(61,183,65); }
div.DivClassName
{
background-color: #3DB741;
}
.BgClassName
{
background-color: #3DB741;
}
</style>
border-color css
<style>
span { border-color: #3DB741; }
span { border-color: rgb(61,183,65); }
td.TdClassName
{
border-color: #3DB741;
}
.TagClassName
{
border-color: #3DB741;
}
</style>