Shades of Lime Green #3ECF40
Tints of Lime Green #3ECF40
RGB
CMYK
RGB Variations
Color information
#3ECF40 (or 0x3ECF40) is known color: Lime Green. HEX triplet: 3E, CF and 40. RGB value is (62,207,64). Sum of RGB (Red+Green+Blue) = 62+207+64=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF40 is #C130BF. Grayscale: #939393. Windows color (decimal): -12660928 or 4247358. OLE color: 4247358.
HSL color Cylindrical-coordinate representation of color #3ECF40: hue angle of 120.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECF40 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 64 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.19 |
| HSL | 120.83º | 0.6% | 0.53% | - |
| HSV(B) | 120.83º | 0.7% | 0.81% | - |
| XYZ | 25.22 | 46.02 | 12.4 | - |
| YUV | 147.34 | 80.96 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 64 | 0.70 | 0 | 0.69 | 0.19 | 120.83 | 0.6 | 0.53 |
| Hex | 3E | CF | 40 | 46 | 0 | 45 | 13 | 79 | 3C | 35 |
| Octal | 76 | 317 | 100 | 106 | 0 | 105 | 23 | 171 | 74 | 65 |
| Binary | 111110 | 11001111 | 1000000 | 1000110 | 0 | 1000101 | 10011 | 1111001 | 111100 | 110101 |
Color Harmonies of #3ECF40
Complementary color
Monochromatic Colors of #3ECF40
Black with #3ECF40
Text Example
Text Example
White with #3ECF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF40; }
p { color: rgb(62,207,64); }
H1.HeaderClassName
{
color: #3ECF40;
}
.AnyTagClassName
{
color: #3ECF40;
}
</style>
background-color css
<style>
a { background-color: #3ECF40; }
a { background-color: rgb(62,207,64); }
div.DivClassName
{
background-color: #3ECF40;
}
.BgClassName
{
background-color: #3ECF40;
}
</style>
border-color css
<style>
span { border-color: #3ECF40; }
span { border-color: rgb(62,207,64); }
td.TdClassName
{
border-color: #3ECF40;
}
.TagClassName
{
border-color: #3ECF40;
}
</style>