Shades of Lime Green #2ED52C
Tints of Lime Green #2ED52C
RGB
CMYK
RGB Variations
Color information
#2ED52C (or 0x2ED52C) is known color: Lime Green. HEX triplet: 2E, D5 and 2C. RGB value is (46,213,44). Sum of RGB (Red+Green+Blue) = 46+213+44=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED52C is #D12AD3. Grayscale: #909090. Windows color (decimal): -13707988 or 2938158. OLE color: 2938158.
HSL color Cylindrical-coordinate representation of color #2ED52C: hue angle of 119.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED52C is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 44 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.16 |
| HSL | 119.29º | 0.67% | 0.5% | - |
| HSV(B) | 119.29º | 0.79% | 0.84% | - |
| XYZ | 25.38 | 48.35 | 10.38 | - |
| YUV | 143.8 | 71.67 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 44 | 0.78 | 0 | 0.79 | 0.16 | 119.29 | 0.67 | 0.5 |
| Hex | 2E | D5 | 2C | 4E | 0 | 4F | 10 | 77 | 43 | 32 |
| Octal | 56 | 325 | 54 | 116 | 0 | 117 | 20 | 167 | 103 | 62 |
| Binary | 101110 | 11010101 | 101100 | 1001110 | 0 | 1001111 | 10000 | 1110111 | 1000011 | 110010 |
Color Harmonies of #2ED52C
Complementary color
Monochromatic Colors of #2ED52C
Black with #2ED52C
Text Example
Text Example
White with #2ED52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED52C; }
p { color: rgb(46,213,44); }
H1.HeaderClassName
{
color: #2ED52C;
}
.AnyTagClassName
{
color: #2ED52C;
}
</style>
background-color css
<style>
a { background-color: #2ED52C; }
a { background-color: rgb(46,213,44); }
div.DivClassName
{
background-color: #2ED52C;
}
.BgClassName
{
background-color: #2ED52C;
}
</style>
border-color css
<style>
span { border-color: #2ED52C; }
span { border-color: rgb(46,213,44); }
td.TdClassName
{
border-color: #2ED52C;
}
.TagClassName
{
border-color: #2ED52C;
}
</style>