Shades of Lime Green #3CBC47
Tints of Lime Green #3CBC47
RGB
CMYK
RGB Variations
Color information
#3CBC47 (or 0x3CBC47) is known color: Lime Green. HEX triplet: 3C, BC and 47. RGB value is (60,188,71). Sum of RGB (Red+Green+Blue) = 60+188+71=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC47 is #C343B8. Grayscale: #888888. Windows color (decimal): -12796857 or 4701244. OLE color: 4701244.
HSL color Cylindrical-coordinate representation of color #3CBC47: hue angle of 125.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC47 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 71 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.26 |
| HSL | 125.16º | 0.52% | 0.49% | - |
| HSV(B) | 125.16º | 0.68% | 0.74% | - |
| XYZ | 20.98 | 37.38 | 12.07 | - |
| YUV | 136.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 71 | 0.68 | 0 | 0.62 | 0.26 | 125.16 | 0.52 | 0.49 |
| Hex | 3C | BC | 47 | 44 | 0 | 3E | 1A | 7D | 34 | 31 |
| Octal | 74 | 274 | 107 | 104 | 0 | 76 | 32 | 175 | 64 | 61 |
| Binary | 111100 | 10111100 | 1000111 | 1000100 | 0 | 111110 | 11010 | 1111101 | 110100 | 110001 |
Color Harmonies of #3CBC47
Complementary color
Monochromatic Colors of #3CBC47
Black with #3CBC47
Text Example
Text Example
White with #3CBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC47; }
p { color: rgb(60,188,71); }
H1.HeaderClassName
{
color: #3CBC47;
}
.AnyTagClassName
{
color: #3CBC47;
}
</style>
background-color css
<style>
a { background-color: #3CBC47; }
a { background-color: rgb(60,188,71); }
div.DivClassName
{
background-color: #3CBC47;
}
.BgClassName
{
background-color: #3CBC47;
}
</style>
border-color css
<style>
span { border-color: #3CBC47; }
span { border-color: rgb(60,188,71); }
td.TdClassName
{
border-color: #3CBC47;
}
.TagClassName
{
border-color: #3CBC47;
}
</style>