Shades of Lime Green #2ED42B
Tints of Lime Green #2ED42B
RGB
CMYK
RGB Variations
Color information
#2ED42B (or 0x2ED42B) is known color: Lime Green. HEX triplet: 2E, D4 and 2B. RGB value is (46,212,43). Sum of RGB (Red+Green+Blue) = 46+212+43=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 212 (83.20% from 255 or 70.43% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED42B is #D12BD4. Grayscale: #8F8F8F. Windows color (decimal): -13708245 or 2872366. OLE color: 2872366.
HSL color Cylindrical-coordinate representation of color #2ED42B: hue angle of 118.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED42B is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 43 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.17 |
| HSL | 118.93º | 0.66% | 0.5% | - |
| HSV(B) | 118.93º | 0.8% | 0.83% | - |
| XYZ | 25.11 | 47.84 | 10.2 | - |
| YUV | 143.1 | 71.5 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 43 | 0.78 | 0 | 0.80 | 0.17 | 118.93 | 0.66 | 0.5 |
| Hex | 2E | D4 | 2B | 4E | 0 | 50 | 11 | 77 | 42 | 32 |
| Octal | 56 | 324 | 53 | 116 | 0 | 120 | 21 | 167 | 102 | 62 |
| Binary | 101110 | 11010100 | 101011 | 1001110 | 0 | 1010000 | 10001 | 1110111 | 1000010 | 110010 |
Color Harmonies of #2ED42B
Complementary color
Monochromatic Colors of #2ED42B
Black with #2ED42B
Text Example
Text Example
White with #2ED42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED42B; }
p { color: rgb(46,212,43); }
H1.HeaderClassName
{
color: #2ED42B;
}
.AnyTagClassName
{
color: #2ED42B;
}
</style>
background-color css
<style>
a { background-color: #2ED42B; }
a { background-color: rgb(46,212,43); }
div.DivClassName
{
background-color: #2ED42B;
}
.BgClassName
{
background-color: #2ED42B;
}
</style>
border-color css
<style>
span { border-color: #2ED42B; }
span { border-color: rgb(46,212,43); }
td.TdClassName
{
border-color: #2ED42B;
}
.TagClassName
{
border-color: #2ED42B;
}
</style>