Shades of Lime Green #2ED23B
Tints of Lime Green #2ED23B
RGB
CMYK
RGB Variations
Color information
#2ED23B (or 0x2ED23B) is known color: Lime Green. HEX triplet: 2E, D2 and 3B. RGB value is (46,210,59). Sum of RGB (Red+Green+Blue) = 46+210+59=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED23B is #D12DC4. Grayscale: #909090. Windows color (decimal): -13708741 or 3920430. OLE color: 3920430.
HSL color Cylindrical-coordinate representation of color #2ED23B: hue angle of 124.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED23B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 59 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.18 |
| HSL | 124.76º | 0.65% | 0.5% | - |
| HSV(B) | 124.76º | 0.78% | 0.82% | - |
| XYZ | 24.96 | 46.99 | 11.89 | - |
| YUV | 143.75 | 80.17 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 59 | 0.78 | 0 | 0.72 | 0.18 | 124.76 | 0.65 | 0.5 |
| Hex | 2E | D2 | 3B | 4E | 0 | 48 | 12 | 7D | 41 | 32 |
| Octal | 56 | 322 | 73 | 116 | 0 | 110 | 22 | 175 | 101 | 62 |
| Binary | 101110 | 11010010 | 111011 | 1001110 | 0 | 1001000 | 10010 | 1111101 | 1000001 | 110010 |
Color Harmonies of #2ED23B
Complementary color
Monochromatic Colors of #2ED23B
Black with #2ED23B
Text Example
Text Example
White with #2ED23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED23B; }
p { color: rgb(46,210,59); }
H1.HeaderClassName
{
color: #2ED23B;
}
.AnyTagClassName
{
color: #2ED23B;
}
</style>
background-color css
<style>
a { background-color: #2ED23B; }
a { background-color: rgb(46,210,59); }
div.DivClassName
{
background-color: #2ED23B;
}
.BgClassName
{
background-color: #2ED23B;
}
</style>
border-color css
<style>
span { border-color: #2ED23B; }
span { border-color: rgb(46,210,59); }
td.TdClassName
{
border-color: #2ED23B;
}
.TagClassName
{
border-color: #2ED23B;
}
</style>