Shades of Lime Green #2ED70B
Tints of Lime Green #2ED70B
RGB
CMYK
RGB Variations
Color information
#2ED70B (or 0x2ED70B) is known color: Lime Green. HEX triplet: 2E, D7 and 0B. RGB value is (46,215,11). Sum of RGB (Red+Green+Blue) = 46+215+11=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 215 (84.38% from 255 or 79.04% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED70B is #D128F4. Grayscale: #8D8D8D. Windows color (decimal): -13707509 or 775982. OLE color: 775982.
HSL color Cylindrical-coordinate representation of color #2ED70B: hue angle of 109.71º 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 #2ED70B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 11 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.16 |
| HSL | 109.71º | 0.9% | 0.44% | - |
| HSV(B) | 109.71º | 0.95% | 0.84% | - |
| XYZ | 25.49 | 49.21 | 8.47 | - |
| YUV | 141.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 11 | 0.79 | 0 | 0.95 | 0.16 | 109.71 | 0.9 | 0.44 |
| Hex | 2E | D7 | B | 4F | 0 | 5F | 10 | 6E | 5A | 2C |
| Octal | 56 | 327 | 13 | 117 | 0 | 137 | 20 | 156 | 132 | 54 |
| Binary | 101110 | 11010111 | 1011 | 1001111 | 0 | 1011111 | 10000 | 1101110 | 1011010 | 101100 |
Color Harmonies of #2ED70B
Complementary color
Monochromatic Colors of #2ED70B
Black with #2ED70B
Text Example
Text Example
White with #2ED70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED70B; }
p { color: rgb(46,215,11); }
H1.HeaderClassName
{
color: #2ED70B;
}
.AnyTagClassName
{
color: #2ED70B;
}
</style>
background-color css
<style>
a { background-color: #2ED70B; }
a { background-color: rgb(46,215,11); }
div.DivClassName
{
background-color: #2ED70B;
}
.BgClassName
{
background-color: #2ED70B;
}
</style>
border-color css
<style>
span { border-color: #2ED70B; }
span { border-color: rgb(46,215,11); }
td.TdClassName
{
border-color: #2ED70B;
}
.TagClassName
{
border-color: #2ED70B;
}
</style>