Shades of Lime Green #3DB336
Tints of Lime Green #3DB336
RGB
CMYK
RGB Variations
Color information
#3DB336 (or 0x3DB336) is known color: Lime Green. HEX triplet: 3D, B3 and 36. RGB value is (61,179,54). Sum of RGB (Red+Green+Blue) = 61+179+54=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB336 is #C24CC9. Grayscale: #818181. Windows color (decimal): -12733642 or 3584829. OLE color: 3584829.
HSL color Cylindrical-coordinate representation of color #3DB336: hue angle of 116.64º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB336 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 54 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.30 |
| HSL | 116.64º | 0.54% | 0.46% | - |
| HSV(B) | 116.64º | 0.7% | 0.7% | - |
| XYZ | 18.71 | 33.5 | 8.97 | - |
| YUV | 129.47 | 85.41 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 54 | 0.66 | 0 | 0.70 | 0.30 | 116.64 | 0.54 | 0.46 |
| Hex | 3D | B3 | 36 | 42 | 0 | 46 | 1E | 75 | 36 | 2E |
| Octal | 75 | 263 | 66 | 102 | 0 | 106 | 36 | 165 | 66 | 56 |
| Binary | 111101 | 10110011 | 110110 | 1000010 | 0 | 1000110 | 11110 | 1110101 | 110110 | 101110 |
Color Harmonies of #3DB336
Complementary color
Monochromatic Colors of #3DB336
Black with #3DB336
Text Example
Text Example
White with #3DB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB336; }
p { color: rgb(61,179,54); }
H1.HeaderClassName
{
color: #3DB336;
}
.AnyTagClassName
{
color: #3DB336;
}
</style>
background-color css
<style>
a { background-color: #3DB336; }
a { background-color: rgb(61,179,54); }
div.DivClassName
{
background-color: #3DB336;
}
.BgClassName
{
background-color: #3DB336;
}
</style>
border-color css
<style>
span { border-color: #3DB336; }
span { border-color: rgb(61,179,54); }
td.TdClassName
{
border-color: #3DB336;
}
.TagClassName
{
border-color: #3DB336;
}
</style>