Shades of Lime Green #3ECC49
Tints of Lime Green #3ECC49
RGB
CMYK
RGB Variations
Color information
#3ECC49 (or 0x3ECC49) is known color: Lime Green. HEX triplet: 3E, CC and 49. RGB value is (62,204,73). Sum of RGB (Red+Green+Blue) = 62+204+73=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC49 is #C133B6. Grayscale: #929292. Windows color (decimal): -12661687 or 4836414. OLE color: 4836414.
HSL color Cylindrical-coordinate representation of color #3ECC49: hue angle of 124.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECC49 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 204 | 73 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.2 |
| HSL | 124.65º | 0.58% | 0.52% | - |
| HSV(B) | 124.65º | 0.7% | 0.8% | - |
| XYZ | 24.78 | 44.69 | 13.62 | - |
| YUV | 146.61 | 86.46 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 73 | 0.70 | 0 | 0.64 | 0.2 | 124.65 | 0.58 | 0.52 |
| Hex | 3E | CC | 49 | 46 | 0 | 40 | 14 | 7D | 3A | 34 |
| Octal | 76 | 314 | 111 | 106 | 0 | 100 | 24 | 175 | 72 | 64 |
| Binary | 111110 | 11001100 | 1001001 | 1000110 | 0 | 1000000 | 10100 | 1111101 | 111010 | 110100 |
Color Harmonies of #3ECC49
Complementary color
Monochromatic Colors of #3ECC49
Black with #3ECC49
Text Example
Text Example
White with #3ECC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECC49; }
p { color: rgb(62,204,73); }
H1.HeaderClassName
{
color: #3ECC49;
}
.AnyTagClassName
{
color: #3ECC49;
}
</style>
background-color css
<style>
a { background-color: #3ECC49; }
a { background-color: rgb(62,204,73); }
div.DivClassName
{
background-color: #3ECC49;
}
.BgClassName
{
background-color: #3ECC49;
}
</style>
border-color css
<style>
span { border-color: #3ECC49; }
span { border-color: rgb(62,204,73); }
td.TdClassName
{
border-color: #3ECC49;
}
.TagClassName
{
border-color: #3ECC49;
}
</style>