Shades of Lime Green #3BD131
Tints of Lime Green #3BD131
RGB
CMYK
RGB Variations
Color information
#3BD131 (or 0x3BD131) is known color: Lime Green. HEX triplet: 3B, D1 and 31. RGB value is (59,209,49). Sum of RGB (Red+Green+Blue) = 59+209+49=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD131 is #C42ECE. Grayscale: #929292. Windows color (decimal): -12857039 or 3264827. OLE color: 3264827.
HSL color Cylindrical-coordinate representation of color #3BD131: hue angle of 116.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BD131 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 49 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.18 |
| HSL | 116.25º | 0.63% | 0.51% | - |
| HSV(B) | 116.25º | 0.77% | 0.82% | - |
| XYZ | 25.16 | 46.75 | 10.6 | - |
| YUV | 145.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 49 | 0.72 | 0 | 0.77 | 0.18 | 116.25 | 0.63 | 0.51 |
| Hex | 3B | D1 | 31 | 48 | 0 | 4D | 12 | 74 | 3F | 33 |
| Octal | 73 | 321 | 61 | 110 | 0 | 115 | 22 | 164 | 77 | 63 |
| Binary | 111011 | 11010001 | 110001 | 1001000 | 0 | 1001101 | 10010 | 1110100 | 111111 | 110011 |
Color Harmonies of #3BD131
Complementary color
Monochromatic Colors of #3BD131
Black with #3BD131
Text Example
Text Example
White with #3BD131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD131; }
p { color: rgb(59,209,49); }
H1.HeaderClassName
{
color: #3BD131;
}
.AnyTagClassName
{
color: #3BD131;
}
</style>
background-color css
<style>
a { background-color: #3BD131; }
a { background-color: rgb(59,209,49); }
div.DivClassName
{
background-color: #3BD131;
}
.BgClassName
{
background-color: #3BD131;
}
</style>
border-color css
<style>
span { border-color: #3BD131; }
span { border-color: rgb(59,209,49); }
td.TdClassName
{
border-color: #3BD131;
}
.TagClassName
{
border-color: #3BD131;
}
</style>