Shades of Lime Green #3DB436
Tints of Lime Green #3DB436
RGB
CMYK
RGB Variations
Color information
#3DB436 (or 0x3DB436) is known color: Lime Green. HEX triplet: 3D, B4 and 36. RGB value is (61,180,54). Sum of RGB (Red+Green+Blue) = 61+180+54=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB436 is #C24BC9. Grayscale: #828282. Windows color (decimal): -12733386 or 3585085. OLE color: 3585085.
HSL color Cylindrical-coordinate representation of color #3DB436: hue angle of 116.67º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB436 is Cyan = 0.66, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 54 | - |
| CMYK | 0.66 | 0 | 0.7 | 0.29 |
| HSL | 116.67º | 0.54% | 0.46% | - |
| HSV(B) | 116.67º | 0.7% | 0.71% | - |
| XYZ | 18.91 | 33.9 | 9.04 | - |
| YUV | 130.06 | 85.08 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 54 | 0.66 | 0 | 0.7 | 0.29 | 116.67 | 0.54 | 0.46 |
| Hex | 3D | B4 | 36 | 42 | 0 | 46 | 1D | 75 | 36 | 2E |
| Octal | 75 | 264 | 66 | 102 | 0 | 106 | 35 | 165 | 66 | 56 |
| Binary | 111101 | 10110100 | 110110 | 1000010 | 0 | 1000110 | 11101 | 1110101 | 110110 | 101110 |
Color Harmonies of #3DB436
Complementary color
Monochromatic Colors of #3DB436
Black with #3DB436
Text Example
Text Example
White with #3DB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB436; }
p { color: rgb(61,180,54); }
H1.HeaderClassName
{
color: #3DB436;
}
.AnyTagClassName
{
color: #3DB436;
}
</style>
background-color css
<style>
a { background-color: #3DB436; }
a { background-color: rgb(61,180,54); }
div.DivClassName
{
background-color: #3DB436;
}
.BgClassName
{
background-color: #3DB436;
}
</style>
border-color css
<style>
span { border-color: #3DB436; }
span { border-color: rgb(61,180,54); }
td.TdClassName
{
border-color: #3DB436;
}
.TagClassName
{
border-color: #3DB436;
}
</style>