Shades of Lime Green #3BDA47
Tints of Lime Green #3BDA47
RGB
CMYK
RGB Variations
Color information
#3BDA47 (or 0x3BDA47) is known color: Lime Green. HEX triplet: 3B, DA and 47. RGB value is (59,218,71). Sum of RGB (Red+Green+Blue) = 59+218+71=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA47 is #C425B8. Grayscale: #9A9A9A. Windows color (decimal): -12854713 or 4708923. OLE color: 4708923.
HSL color Cylindrical-coordinate representation of color #3BDA47: hue angle of 124.53º 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 #3BDA47 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 71 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.15 |
| HSL | 124.53º | 0.68% | 0.54% | - |
| HSV(B) | 124.53º | 0.73% | 0.85% | - |
| XYZ | 28.01 | 51.53 | 14.43 | - |
| YUV | 153.7 | 81.32 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 71 | 0.73 | 0 | 0.67 | 0.15 | 124.53 | 0.68 | 0.54 |
| Hex | 3B | DA | 47 | 49 | 0 | 43 | F | 7D | 44 | 36 |
| Octal | 73 | 332 | 107 | 111 | 0 | 103 | 17 | 175 | 104 | 66 |
| Binary | 111011 | 11011010 | 1000111 | 1001001 | 0 | 1000011 | 1111 | 1111101 | 1000100 | 110110 |
Color Harmonies of #3BDA47
Complementary color
Monochromatic Colors of #3BDA47
Black with #3BDA47
Text Example
Text Example
White with #3BDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA47; }
p { color: rgb(59,218,71); }
H1.HeaderClassName
{
color: #3BDA47;
}
.AnyTagClassName
{
color: #3BDA47;
}
</style>
background-color css
<style>
a { background-color: #3BDA47; }
a { background-color: rgb(59,218,71); }
div.DivClassName
{
background-color: #3BDA47;
}
.BgClassName
{
background-color: #3BDA47;
}
</style>
border-color css
<style>
span { border-color: #3BDA47; }
span { border-color: rgb(59,218,71); }
td.TdClassName
{
border-color: #3BDA47;
}
.TagClassName
{
border-color: #3BDA47;
}
</style>