Shades of Lime Green #3DB740
Tints of Lime Green #3DB740
RGB
CMYK
RGB Variations
Color information
#3DB740 (or 0x3DB740) is known color: Lime Green. HEX triplet: 3D, B7 and 40. RGB value is (61,183,64). Sum of RGB (Red+Green+Blue) = 61+183+64=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB740 is #C248BF. Grayscale: #858585. Windows color (decimal): -12732608 or 4241213. OLE color: 4241213.
HSL color Cylindrical-coordinate representation of color #3DB740: hue angle of 121.48º 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 #3DB740 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 64 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.28 |
| HSL | 121.48º | 0.5% | 0.48% | - |
| HSV(B) | 121.48º | 0.67% | 0.72% | - |
| XYZ | 19.78 | 35.23 | 10.61 | - |
| YUV | 132.96 | 89.08 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 64 | 0.67 | 0 | 0.65 | 0.28 | 121.48 | 0.5 | 0.48 |
| Hex | 3D | B7 | 40 | 43 | 0 | 41 | 1C | 79 | 32 | 30 |
| Octal | 75 | 267 | 100 | 103 | 0 | 101 | 34 | 171 | 62 | 60 |
| Binary | 111101 | 10110111 | 1000000 | 1000011 | 0 | 1000001 | 11100 | 1111001 | 110010 | 110000 |
Color Harmonies of #3DB740
Complementary color
Monochromatic Colors of #3DB740
Black with #3DB740
Text Example
Text Example
White with #3DB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB740; }
p { color: rgb(61,183,64); }
H1.HeaderClassName
{
color: #3DB740;
}
.AnyTagClassName
{
color: #3DB740;
}
</style>
background-color css
<style>
a { background-color: #3DB740; }
a { background-color: rgb(61,183,64); }
div.DivClassName
{
background-color: #3DB740;
}
.BgClassName
{
background-color: #3DB740;
}
</style>
border-color css
<style>
span { border-color: #3DB740; }
span { border-color: rgb(61,183,64); }
td.TdClassName
{
border-color: #3DB740;
}
.TagClassName
{
border-color: #3DB740;
}
</style>