Shades of Lime Green #2ED50B
Tints of Lime Green #2ED50B
RGB
CMYK
RGB Variations
Color information
#2ED50B (or 0x2ED50B) is known color: Lime Green. HEX triplet: 2E, D5 and 0B. RGB value is (46,213,11). Sum of RGB (Red+Green+Blue) = 46+213+11=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED50B is #D12AF4. Grayscale: #8C8C8C. Windows color (decimal): -13708021 or 775470. OLE color: 775470.
HSL color Cylindrical-coordinate representation of color #2ED50B: hue angle of 109.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ED50B is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 11 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.16 |
| HSL | 109.6º | 0.9% | 0.44% | - |
| HSV(B) | 109.6º | 0.95% | 0.84% | - |
| XYZ | 24.98 | 48.19 | 8.3 | - |
| YUV | 140.04 | 55.17 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 11 | 0.78 | 0 | 0.95 | 0.16 | 109.6 | 0.9 | 0.44 |
| Hex | 2E | D5 | B | 4E | 0 | 5F | 10 | 6E | 5A | 2C |
| Octal | 56 | 325 | 13 | 116 | 0 | 137 | 20 | 156 | 132 | 54 |
| Binary | 101110 | 11010101 | 1011 | 1001110 | 0 | 1011111 | 10000 | 1101110 | 1011010 | 101100 |
Color Harmonies of #2ED50B
Complementary color
Monochromatic Colors of #2ED50B
Black with #2ED50B
Text Example
Text Example
White with #2ED50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED50B; }
p { color: rgb(46,213,11); }
H1.HeaderClassName
{
color: #2ED50B;
}
.AnyTagClassName
{
color: #2ED50B;
}
</style>
background-color css
<style>
a { background-color: #2ED50B; }
a { background-color: rgb(46,213,11); }
div.DivClassName
{
background-color: #2ED50B;
}
.BgClassName
{
background-color: #2ED50B;
}
</style>
border-color css
<style>
span { border-color: #2ED50B; }
span { border-color: rgb(46,213,11); }
td.TdClassName
{
border-color: #2ED50B;
}
.TagClassName
{
border-color: #2ED50B;
}
</style>