Shades of Lime Green #3DB640
Tints of Lime Green #3DB640
RGB
CMYK
RGB Variations
Color information
#3DB640 (or 0x3DB640) is known color: Lime Green. HEX triplet: 3D, B6 and 40. RGB value is (61,182,64). Sum of RGB (Red+Green+Blue) = 61+182+64=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB640 is #C249BF. Grayscale: #848484. Windows color (decimal): -12732864 or 4240957. OLE color: 4240957.
HSL color Cylindrical-coordinate representation of color #3DB640: hue angle of 121.49º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB640 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 64 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.29 |
| HSL | 121.49º | 0.5% | 0.48% | - |
| HSV(B) | 121.49º | 0.66% | 0.71% | - |
| XYZ | 19.58 | 34.82 | 10.54 | - |
| YUV | 132.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 64 | 0.66 | 0 | 0.65 | 0.29 | 121.49 | 0.5 | 0.48 |
| Hex | 3D | B6 | 40 | 42 | 0 | 41 | 1D | 79 | 32 | 30 |
| Octal | 75 | 266 | 100 | 102 | 0 | 101 | 35 | 171 | 62 | 60 |
| Binary | 111101 | 10110110 | 1000000 | 1000010 | 0 | 1000001 | 11101 | 1111001 | 110010 | 110000 |
Color Harmonies of #3DB640
Complementary color
Monochromatic Colors of #3DB640
Black with #3DB640
Text Example
Text Example
White with #3DB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB640; }
p { color: rgb(61,182,64); }
H1.HeaderClassName
{
color: #3DB640;
}
.AnyTagClassName
{
color: #3DB640;
}
</style>
background-color css
<style>
a { background-color: #3DB640; }
a { background-color: rgb(61,182,64); }
div.DivClassName
{
background-color: #3DB640;
}
.BgClassName
{
background-color: #3DB640;
}
</style>
border-color css
<style>
span { border-color: #3DB640; }
span { border-color: rgb(61,182,64); }
td.TdClassName
{
border-color: #3DB640;
}
.TagClassName
{
border-color: #3DB640;
}
</style>