Shades of Lime Green #3BCD47
Tints of Lime Green #3BCD47
RGB
CMYK
RGB Variations
Color information
#3BCD47 (or 0x3BCD47) is known color: Lime Green. HEX triplet: 3B, CD and 47. RGB value is (59,205,71). Sum of RGB (Red+Green+Blue) = 59+205+71=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD47 is #C432B8. Grayscale: #929292. Windows color (decimal): -12858041 or 4705595. OLE color: 4705595.
HSL color Cylindrical-coordinate representation of color #3BCD47: hue angle of 124.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD47 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 71 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.20 |
| HSL | 124.93º | 0.59% | 0.52% | - |
| HSV(B) | 124.93º | 0.71% | 0.8% | - |
| XYZ | 24.77 | 45.05 | 13.35 | - |
| YUV | 146.07 | 85.63 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 71 | 0.71 | 0 | 0.65 | 0.20 | 124.93 | 0.59 | 0.52 |
| Hex | 3B | CD | 47 | 47 | 0 | 41 | 14 | 7D | 3B | 34 |
| Octal | 73 | 315 | 107 | 107 | 0 | 101 | 24 | 175 | 73 | 64 |
| Binary | 111011 | 11001101 | 1000111 | 1000111 | 0 | 1000001 | 10100 | 1111101 | 111011 | 110100 |
Color Harmonies of #3BCD47
Complementary color
Monochromatic Colors of #3BCD47
Black with #3BCD47
Text Example
Text Example
White with #3BCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD47; }
p { color: rgb(59,205,71); }
H1.HeaderClassName
{
color: #3BCD47;
}
.AnyTagClassName
{
color: #3BCD47;
}
</style>
background-color css
<style>
a { background-color: #3BCD47; }
a { background-color: rgb(59,205,71); }
div.DivClassName
{
background-color: #3BCD47;
}
.BgClassName
{
background-color: #3BCD47;
}
</style>
border-color css
<style>
span { border-color: #3BCD47; }
span { border-color: rgb(59,205,71); }
td.TdClassName
{
border-color: #3BCD47;
}
.TagClassName
{
border-color: #3BCD47;
}
</style>