Shades of Lime Green #3BD940
Tints of Lime Green #3BD940
RGB
CMYK
RGB Variations
Color information
#3BD940 (or 0x3BD940) is known color: Lime Green. HEX triplet: 3B, D9 and 40. RGB value is (59,217,64). Sum of RGB (Red+Green+Blue) = 59+217+64=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD940 is #C426BF. Grayscale: #989898. Windows color (decimal): -12854976 or 4249915. OLE color: 4249915.
HSL color Cylindrical-coordinate representation of color #3BD940: hue angle of 121.9º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD940 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 64 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.15 |
| HSL | 121.9º | 0.68% | 0.54% | - |
| HSV(B) | 121.9º | 0.73% | 0.85% | - |
| XYZ | 27.54 | 50.93 | 13.23 | - |
| YUV | 152.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 64 | 0.73 | 0 | 0.71 | 0.15 | 121.9 | 0.68 | 0.54 |
| Hex | 3B | D9 | 40 | 49 | 0 | 47 | F | 7A | 44 | 36 |
| Octal | 73 | 331 | 100 | 111 | 0 | 107 | 17 | 172 | 104 | 66 |
| Binary | 111011 | 11011001 | 1000000 | 1001001 | 0 | 1000111 | 1111 | 1111010 | 1000100 | 110110 |
Color Harmonies of #3BD940
Complementary color
Monochromatic Colors of #3BD940
Black with #3BD940
Text Example
Text Example
White with #3BD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD940; }
p { color: rgb(59,217,64); }
H1.HeaderClassName
{
color: #3BD940;
}
.AnyTagClassName
{
color: #3BD940;
}
</style>
background-color css
<style>
a { background-color: #3BD940; }
a { background-color: rgb(59,217,64); }
div.DivClassName
{
background-color: #3BD940;
}
.BgClassName
{
background-color: #3BD940;
}
</style>
border-color css
<style>
span { border-color: #3BD940; }
span { border-color: rgb(59,217,64); }
td.TdClassName
{
border-color: #3BD940;
}
.TagClassName
{
border-color: #3BD940;
}
</style>