Shades of Lime Green #3CDC56
Tints of Lime Green #3CDC56
RGB
CMYK
RGB Variations
Color information
#3CDC56 (or 0x3CDC56) is known color: Lime Green. HEX triplet: 3C, DC and 56. RGB value is (60,220,86). Sum of RGB (Red+Green+Blue) = 60+220+86=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC56 is #C323A9. Grayscale: #9D9D9D. Windows color (decimal): -12788650 or 5692476. OLE color: 5692476.
HSL color Cylindrical-coordinate representation of color #3CDC56: hue angle of 129.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC56 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 86 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.14 |
| HSL | 129.75º | 0.7% | 0.55% | - |
| HSV(B) | 129.75º | 0.73% | 0.86% | - |
| XYZ | 29.14 | 52.82 | 17.46 | - |
| YUV | 156.88 | 87.99 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 86 | 0.73 | 0 | 0.61 | 0.14 | 129.75 | 0.7 | 0.55 |
| Hex | 3C | DC | 56 | 49 | 0 | 3D | E | 82 | 46 | 37 |
| Octal | 74 | 334 | 126 | 111 | 0 | 75 | 16 | 202 | 106 | 67 |
| Binary | 111100 | 11011100 | 1010110 | 1001001 | 0 | 111101 | 1110 | 10000010 | 1000110 | 110111 |
Color Harmonies of #3CDC56
Complementary color
Monochromatic Colors of #3CDC56
Black with #3CDC56
Text Example
Text Example
White with #3CDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC56; }
p { color: rgb(60,220,86); }
H1.HeaderClassName
{
color: #3CDC56;
}
.AnyTagClassName
{
color: #3CDC56;
}
</style>
background-color css
<style>
a { background-color: #3CDC56; }
a { background-color: rgb(60,220,86); }
div.DivClassName
{
background-color: #3CDC56;
}
.BgClassName
{
background-color: #3CDC56;
}
</style>
border-color css
<style>
span { border-color: #3CDC56; }
span { border-color: rgb(60,220,86); }
td.TdClassName
{
border-color: #3CDC56;
}
.TagClassName
{
border-color: #3CDC56;
}
</style>