Shades of Lime Green #2ED535
Tints of Lime Green #2ED535
RGB
CMYK
RGB Variations
Color information
#2ED535 (or 0x2ED535) is known color: Lime Green. HEX triplet: 2E, D5 and 35. RGB value is (46,213,53). Sum of RGB (Red+Green+Blue) = 46+213+53=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED535 is #D12ACA. Grayscale: #919191. Windows color (decimal): -13707979 or 3527982. OLE color: 3527982.
HSL color Cylindrical-coordinate representation of color #2ED535: hue angle of 122.51º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED535 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 53 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.16 |
| HSL | 122.52º | 0.67% | 0.51% | - |
| HSV(B) | 122.52º | 0.78% | 0.84% | - |
| XYZ | 25.56 | 48.43 | 11.37 | - |
| YUV | 144.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 53 | 0.78 | 0 | 0.75 | 0.16 | 122.52 | 0.67 | 0.51 |
| Hex | 2E | D5 | 35 | 4E | 0 | 4B | 10 | 7B | 43 | 33 |
| Octal | 56 | 325 | 65 | 116 | 0 | 113 | 20 | 173 | 103 | 63 |
| Binary | 101110 | 11010101 | 110101 | 1001110 | 0 | 1001011 | 10000 | 1111011 | 1000011 | 110011 |
Color Harmonies of #2ED535
Complementary color
Monochromatic Colors of #2ED535
Black with #2ED535
Text Example
Text Example
White with #2ED535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED535; }
p { color: rgb(46,213,53); }
H1.HeaderClassName
{
color: #2ED535;
}
.AnyTagClassName
{
color: #2ED535;
}
</style>
background-color css
<style>
a { background-color: #2ED535; }
a { background-color: rgb(46,213,53); }
div.DivClassName
{
background-color: #2ED535;
}
.BgClassName
{
background-color: #2ED535;
}
</style>
border-color css
<style>
span { border-color: #2ED535; }
span { border-color: rgb(46,213,53); }
td.TdClassName
{
border-color: #2ED535;
}
.TagClassName
{
border-color: #2ED535;
}
</style>