Shades of Lime Green #2ED73D
Tints of Lime Green #2ED73D
RGB
CMYK
RGB Variations
Color information
#2ED73D (or 0x2ED73D) is known color: Lime Green. HEX triplet: 2E, D7 and 3D. RGB value is (46,215,61). Sum of RGB (Red+Green+Blue) = 46+215+61=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 215 (84.38% from 255 or 66.77% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED73D is #D128C2. Grayscale: #939393. Windows color (decimal): -13707459 or 4052782. OLE color: 4052782.
HSL color Cylindrical-coordinate representation of color #2ED73D: hue angle of 125.33º 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 #2ED73D is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 61 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.16 |
| HSL | 125.33º | 0.68% | 0.51% | - |
| HSV(B) | 125.33º | 0.79% | 0.84% | - |
| XYZ | 26.27 | 49.52 | 12.59 | - |
| YUV | 146.91 | 79.51 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 61 | 0.79 | 0 | 0.72 | 0.16 | 125.33 | 0.68 | 0.51 |
| Hex | 2E | D7 | 3D | 4F | 0 | 48 | 10 | 7D | 44 | 33 |
| Octal | 56 | 327 | 75 | 117 | 0 | 110 | 20 | 175 | 104 | 63 |
| Binary | 101110 | 11010111 | 111101 | 1001111 | 0 | 1001000 | 10000 | 1111101 | 1000100 | 110011 |
Color Harmonies of #2ED73D
Complementary color
Monochromatic Colors of #2ED73D
Black with #2ED73D
Text Example
Text Example
White with #2ED73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED73D; }
p { color: rgb(46,215,61); }
H1.HeaderClassName
{
color: #2ED73D;
}
.AnyTagClassName
{
color: #2ED73D;
}
</style>
background-color css
<style>
a { background-color: #2ED73D; }
a { background-color: rgb(46,215,61); }
div.DivClassName
{
background-color: #2ED73D;
}
.BgClassName
{
background-color: #2ED73D;
}
</style>
border-color css
<style>
span { border-color: #2ED73D; }
span { border-color: rgb(46,215,61); }
td.TdClassName
{
border-color: #2ED73D;
}
.TagClassName
{
border-color: #2ED73D;
}
</style>