Shades of Lime Green #3BD747
Tints of Lime Green #3BD747
RGB
CMYK
RGB Variations
Color information
#3BD747 (or 0x3BD747) is known color: Lime Green. HEX triplet: 3B, D7 and 47. RGB value is (59,215,71). Sum of RGB (Red+Green+Blue) = 59+215+71=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD747 is #C428B8. Grayscale: #989898. Windows color (decimal): -12855481 or 4708155. OLE color: 4708155.
HSL color Cylindrical-coordinate representation of color #3BD747: hue angle of 124.62º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD747 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 71 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.16 |
| HSL | 124.62º | 0.66% | 0.54% | - |
| HSV(B) | 124.62º | 0.73% | 0.84% | - |
| XYZ | 27.24 | 49.99 | 14.17 | - |
| YUV | 151.94 | 82.32 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 71 | 0.73 | 0 | 0.67 | 0.16 | 124.62 | 0.66 | 0.54 |
| Hex | 3B | D7 | 47 | 49 | 0 | 43 | 10 | 7D | 42 | 36 |
| Octal | 73 | 327 | 107 | 111 | 0 | 103 | 20 | 175 | 102 | 66 |
| Binary | 111011 | 11010111 | 1000111 | 1001001 | 0 | 1000011 | 10000 | 1111101 | 1000010 | 110110 |
Color Harmonies of #3BD747
Complementary color
Monochromatic Colors of #3BD747
Black with #3BD747
Text Example
Text Example
White with #3BD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD747; }
p { color: rgb(59,215,71); }
H1.HeaderClassName
{
color: #3BD747;
}
.AnyTagClassName
{
color: #3BD747;
}
</style>
background-color css
<style>
a { background-color: #3BD747; }
a { background-color: rgb(59,215,71); }
div.DivClassName
{
background-color: #3BD747;
}
.BgClassName
{
background-color: #3BD747;
}
</style>
border-color css
<style>
span { border-color: #3BD747; }
span { border-color: rgb(59,215,71); }
td.TdClassName
{
border-color: #3BD747;
}
.TagClassName
{
border-color: #3BD747;
}
</style>