Shades of Lime Green #2ECF3D
Tints of Lime Green #2ECF3D
RGB
CMYK
RGB Variations
Color information
#2ECF3D (or 0x2ECF3D) is known color: Lime Green. HEX triplet: 2E, CF and 3D. RGB value is (46,207,61). Sum of RGB (Red+Green+Blue) = 46+207+61=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF3D is #D130C2. Grayscale: #8E8E8E. Windows color (decimal): -13709507 or 4050734. OLE color: 4050734.
HSL color Cylindrical-coordinate representation of color #2ECF3D: hue angle of 125.59º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF3D is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 61 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.19 |
| HSL | 125.59º | 0.64% | 0.5% | - |
| HSV(B) | 125.59º | 0.78% | 0.81% | - |
| XYZ | 24.28 | 45.54 | 11.93 | - |
| YUV | 142.22 | 82.16 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 61 | 0.78 | 0 | 0.71 | 0.19 | 125.59 | 0.64 | 0.5 |
| Hex | 2E | CF | 3D | 4E | 0 | 47 | 13 | 7E | 40 | 32 |
| Octal | 56 | 317 | 75 | 116 | 0 | 107 | 23 | 176 | 100 | 62 |
| Binary | 101110 | 11001111 | 111101 | 1001110 | 0 | 1000111 | 10011 | 1111110 | 1000000 | 110010 |
Color Harmonies of #2ECF3D
Complementary color
Monochromatic Colors of #2ECF3D
Black with #2ECF3D
Text Example
Text Example
White with #2ECF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF3D; }
p { color: rgb(46,207,61); }
H1.HeaderClassName
{
color: #2ECF3D;
}
.AnyTagClassName
{
color: #2ECF3D;
}
</style>
background-color css
<style>
a { background-color: #2ECF3D; }
a { background-color: rgb(46,207,61); }
div.DivClassName
{
background-color: #2ECF3D;
}
.BgClassName
{
background-color: #2ECF3D;
}
</style>
border-color css
<style>
span { border-color: #2ECF3D; }
span { border-color: rgb(46,207,61); }
td.TdClassName
{
border-color: #2ECF3D;
}
.TagClassName
{
border-color: #2ECF3D;
}
</style>