Shades of Lime Green #3BDD49
Tints of Lime Green #3BDD49
RGB
CMYK
RGB Variations
Color information
#3BDD49 (or 0x3BDD49) is known color: Lime Green. HEX triplet: 3B, DD and 49. RGB value is (59,221,73). Sum of RGB (Red+Green+Blue) = 59+221+73=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD49 is #C422B6. Grayscale: #9C9C9C. Windows color (decimal): -12853943 or 4840763. OLE color: 4840763.
HSL color Cylindrical-coordinate representation of color #3BDD49: hue angle of 125.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD49 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 73 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.13 |
| HSL | 125.19º | 0.7% | 0.55% | - |
| HSV(B) | 125.19º | 0.73% | 0.87% | - |
| XYZ | 28.86 | 53.12 | 15.04 | - |
| YUV | 155.69 | 81.33 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 73 | 0.73 | 0 | 0.67 | 0.13 | 125.19 | 0.7 | 0.55 |
| Hex | 3B | DD | 49 | 49 | 0 | 43 | D | 7D | 46 | 37 |
| Octal | 73 | 335 | 111 | 111 | 0 | 103 | 15 | 175 | 106 | 67 |
| Binary | 111011 | 11011101 | 1001001 | 1001001 | 0 | 1000011 | 1101 | 1111101 | 1000110 | 110111 |
Color Harmonies of #3BDD49
Complementary color
Monochromatic Colors of #3BDD49
Black with #3BDD49
Text Example
Text Example
White with #3BDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD49; }
p { color: rgb(59,221,73); }
H1.HeaderClassName
{
color: #3BDD49;
}
.AnyTagClassName
{
color: #3BDD49;
}
</style>
background-color css
<style>
a { background-color: #3BDD49; }
a { background-color: rgb(59,221,73); }
div.DivClassName
{
background-color: #3BDD49;
}
.BgClassName
{
background-color: #3BDD49;
}
</style>
border-color css
<style>
span { border-color: #3BDD49; }
span { border-color: rgb(59,221,73); }
td.TdClassName
{
border-color: #3BDD49;
}
.TagClassName
{
border-color: #3BDD49;
}
</style>