Shades of Lime Green #2ED830
Tints of Lime Green #2ED830
RGB
CMYK
RGB Variations
Color information
#2ED830 (or 0x2ED830) is known color: Lime Green. HEX triplet: 2E, D8 and 30. RGB value is (46,216,48). Sum of RGB (Red+Green+Blue) = 46+216+48=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED830 is #D127CF. Grayscale: #929292. Windows color (decimal): -13707216 or 3201070. OLE color: 3201070.
HSL color Cylindrical-coordinate representation of color #2ED830: hue angle of 120.71º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED830 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 48 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.15 |
| HSL | 120.71º | 0.69% | 0.51% | - |
| HSV(B) | 120.71º | 0.79% | 0.85% | - |
| XYZ | 26.22 | 49.91 | 11.05 | - |
| YUV | 146.02 | 72.68 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 48 | 0.79 | 0 | 0.78 | 0.15 | 120.71 | 0.69 | 0.51 |
| Hex | 2E | D8 | 30 | 4F | 0 | 4E | F | 79 | 45 | 33 |
| Octal | 56 | 330 | 60 | 117 | 0 | 116 | 17 | 171 | 105 | 63 |
| Binary | 101110 | 11011000 | 110000 | 1001111 | 0 | 1001110 | 1111 | 1111001 | 1000101 | 110011 |
Color Harmonies of #2ED830
Complementary color
Monochromatic Colors of #2ED830
Black with #2ED830
Text Example
Text Example
White with #2ED830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED830; }
p { color: rgb(46,216,48); }
H1.HeaderClassName
{
color: #2ED830;
}
.AnyTagClassName
{
color: #2ED830;
}
</style>
background-color css
<style>
a { background-color: #2ED830; }
a { background-color: rgb(46,216,48); }
div.DivClassName
{
background-color: #2ED830;
}
.BgClassName
{
background-color: #2ED830;
}
</style>
border-color css
<style>
span { border-color: #2ED830; }
span { border-color: rgb(46,216,48); }
td.TdClassName
{
border-color: #2ED830;
}
.TagClassName
{
border-color: #2ED830;
}
</style>