Shades of Lime Green #3DB132
Tints of Lime Green #3DB132
RGB
CMYK
RGB Variations
Color information
#3DB132 (or 0x3DB132) is known color: Lime Green. HEX triplet: 3D, B1 and 32. RGB value is (61,177,50). Sum of RGB (Red+Green+Blue) = 61+177+50=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB132 is #C24ECD. Grayscale: #808080. Windows color (decimal): -12734158 or 3322173. OLE color: 3322173.
HSL color Cylindrical-coordinate representation of color #3DB132: hue angle of 114.8º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB132 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 50 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.31 |
| HSL | 114.8º | 0.56% | 0.45% | - |
| HSV(B) | 114.8º | 0.72% | 0.69% | - |
| XYZ | 18.22 | 32.67 | 8.36 | - |
| YUV | 127.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 50 | 0.66 | 0 | 0.72 | 0.31 | 114.8 | 0.56 | 0.45 |
| Hex | 3D | B1 | 32 | 42 | 0 | 48 | 1F | 73 | 38 | 2D |
| Octal | 75 | 261 | 62 | 102 | 0 | 110 | 37 | 163 | 70 | 55 |
| Binary | 111101 | 10110001 | 110010 | 1000010 | 0 | 1001000 | 11111 | 1110011 | 111000 | 101101 |
Color Harmonies of #3DB132
Complementary color
Monochromatic Colors of #3DB132
Black with #3DB132
Text Example
Text Example
White with #3DB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB132; }
p { color: rgb(61,177,50); }
H1.HeaderClassName
{
color: #3DB132;
}
.AnyTagClassName
{
color: #3DB132;
}
</style>
background-color css
<style>
a { background-color: #3DB132; }
a { background-color: rgb(61,177,50); }
div.DivClassName
{
background-color: #3DB132;
}
.BgClassName
{
background-color: #3DB132;
}
</style>
border-color css
<style>
span { border-color: #3DB132; }
span { border-color: rgb(61,177,50); }
td.TdClassName
{
border-color: #3DB132;
}
.TagClassName
{
border-color: #3DB132;
}
</style>