Shades of Lime Green #3CCD49
Tints of Lime Green #3CCD49
RGB
CMYK
RGB Variations
Color information
#3CCD49 (or 0x3CCD49) is known color: Lime Green. HEX triplet: 3C, CD and 49. RGB value is (60,205,73). Sum of RGB (Red+Green+Blue) = 60+205+73=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD49 is #C332B6. Grayscale: #929292. Windows color (decimal): -12792503 or 4836668. OLE color: 4836668.
HSL color Cylindrical-coordinate representation of color #3CCD49: hue angle of 125.38º 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 #3CCD49 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 73 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.20 |
| HSL | 125.38º | 0.59% | 0.52% | - |
| HSV(B) | 125.38º | 0.71% | 0.8% | - |
| XYZ | 24.9 | 45.1 | 13.7 | - |
| YUV | 146.6 | 86.46 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 73 | 0.71 | 0 | 0.64 | 0.20 | 125.38 | 0.59 | 0.52 |
| Hex | 3C | CD | 49 | 47 | 0 | 40 | 14 | 7D | 3B | 34 |
| Octal | 74 | 315 | 111 | 107 | 0 | 100 | 24 | 175 | 73 | 64 |
| Binary | 111100 | 11001101 | 1001001 | 1000111 | 0 | 1000000 | 10100 | 1111101 | 111011 | 110100 |
Color Harmonies of #3CCD49
Complementary color
Monochromatic Colors of #3CCD49
Black with #3CCD49
Text Example
Text Example
White with #3CCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD49; }
p { color: rgb(60,205,73); }
H1.HeaderClassName
{
color: #3CCD49;
}
.AnyTagClassName
{
color: #3CCD49;
}
</style>
background-color css
<style>
a { background-color: #3CCD49; }
a { background-color: rgb(60,205,73); }
div.DivClassName
{
background-color: #3CCD49;
}
.BgClassName
{
background-color: #3CCD49;
}
</style>
border-color css
<style>
span { border-color: #3CCD49; }
span { border-color: rgb(60,205,73); }
td.TdClassName
{
border-color: #3CCD49;
}
.TagClassName
{
border-color: #3CCD49;
}
</style>