Shades of Lime Green #2ED52D
Tints of Lime Green #2ED52D
RGB
CMYK
RGB Variations
Color information
#2ED52D (or 0x2ED52D) is known color: Lime Green. HEX triplet: 2E, D5 and 2D. RGB value is (46,213,45). Sum of RGB (Red+Green+Blue) = 46+213+45=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED52D is #D12AD2. Grayscale: #909090. Windows color (decimal): -13707987 or 3003694. OLE color: 3003694.
HSL color Cylindrical-coordinate representation of color #2ED52D: hue angle of 119.64º degrees, saturation: 0.67, 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 #2ED52D is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 45 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.16 |
| HSL | 119.64º | 0.67% | 0.51% | - |
| HSV(B) | 119.64º | 0.79% | 0.84% | - |
| XYZ | 25.39 | 48.36 | 10.48 | - |
| YUV | 143.92 | 72.17 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 45 | 0.78 | 0 | 0.79 | 0.16 | 119.64 | 0.67 | 0.51 |
| Hex | 2E | D5 | 2D | 4E | 0 | 4F | 10 | 78 | 43 | 33 |
| Octal | 56 | 325 | 55 | 116 | 0 | 117 | 20 | 170 | 103 | 63 |
| Binary | 101110 | 11010101 | 101101 | 1001110 | 0 | 1001111 | 10000 | 1111000 | 1000011 | 110011 |
Color Harmonies of #2ED52D
Complementary color
Monochromatic Colors of #2ED52D
Black with #2ED52D
Text Example
Text Example
White with #2ED52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED52D; }
p { color: rgb(46,213,45); }
H1.HeaderClassName
{
color: #2ED52D;
}
.AnyTagClassName
{
color: #2ED52D;
}
</style>
background-color css
<style>
a { background-color: #2ED52D; }
a { background-color: rgb(46,213,45); }
div.DivClassName
{
background-color: #2ED52D;
}
.BgClassName
{
background-color: #2ED52D;
}
</style>
border-color css
<style>
span { border-color: #2ED52D; }
span { border-color: rgb(46,213,45); }
td.TdClassName
{
border-color: #2ED52D;
}
.TagClassName
{
border-color: #2ED52D;
}
</style>