Shades of Lime Green #2ED746
Tints of Lime Green #2ED746
RGB
CMYK
RGB Variations
Color information
#2ED746 (or 0x2ED746) is known color: Lime Green. HEX triplet: 2E, D7 and 46. RGB value is (46,215,70). Sum of RGB (Red+Green+Blue) = 46+215+70=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED746 is #D128B9. Grayscale: #949494. Windows color (decimal): -13707450 or 4642606. OLE color: 4642606.
HSL color Cylindrical-coordinate representation of color #2ED746: hue angle of 128.52º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED746 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 70 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.16 |
| HSL | 128.52º | 0.68% | 0.51% | - |
| HSV(B) | 128.52º | 0.79% | 0.84% | - |
| XYZ | 26.53 | 49.62 | 13.97 | - |
| YUV | 147.94 | 84.01 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 70 | 0.79 | 0 | 0.67 | 0.16 | 128.52 | 0.68 | 0.51 |
| Hex | 2E | D7 | 46 | 4F | 0 | 43 | 10 | 81 | 44 | 33 |
| Octal | 56 | 327 | 106 | 117 | 0 | 103 | 20 | 201 | 104 | 63 |
| Binary | 101110 | 11010111 | 1000110 | 1001111 | 0 | 1000011 | 10000 | 10000001 | 1000100 | 110011 |
Color Harmonies of #2ED746
Complementary color
Monochromatic Colors of #2ED746
Black with #2ED746
Text Example
Text Example
White with #2ED746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED746; }
p { color: rgb(46,215,70); }
H1.HeaderClassName
{
color: #2ED746;
}
.AnyTagClassName
{
color: #2ED746;
}
</style>
background-color css
<style>
a { background-color: #2ED746; }
a { background-color: rgb(46,215,70); }
div.DivClassName
{
background-color: #2ED746;
}
.BgClassName
{
background-color: #2ED746;
}
</style>
border-color css
<style>
span { border-color: #2ED746; }
span { border-color: rgb(46,215,70); }
td.TdClassName
{
border-color: #2ED746;
}
.TagClassName
{
border-color: #2ED746;
}
</style>