Shades of Lime Green #2ED34F
Tints of Lime Green #2ED34F
RGB
CMYK
RGB Variations
Color information
#2ED34F (or 0x2ED34F) is known color: Lime Green. HEX triplet: 2E, D3 and 4F. RGB value is (46,211,79). Sum of RGB (Red+Green+Blue) = 46+211+79=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED34F is #D12CB0. Grayscale: #929292. Windows color (decimal): -13708465 or 5231406. OLE color: 5231406.
HSL color Cylindrical-coordinate representation of color #2ED34F: hue angle of 132º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED34F is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 79 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.17 |
| HSL | 132º | 0.65% | 0.5% | - |
| HSV(B) | 132º | 0.78% | 0.83% | - |
| XYZ | 25.83 | 47.73 | 15.25 | - |
| YUV | 146.62 | 89.84 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 79 | 0.78 | 0 | 0.63 | 0.17 | 132 | 0.65 | 0.5 |
| Hex | 2E | D3 | 4F | 4E | 0 | 3F | 11 | 84 | 41 | 32 |
| Octal | 56 | 323 | 117 | 116 | 0 | 77 | 21 | 204 | 101 | 62 |
| Binary | 101110 | 11010011 | 1001111 | 1001110 | 0 | 111111 | 10001 | 10000100 | 1000001 | 110010 |
Color Harmonies of #2ED34F
Complementary color
Monochromatic Colors of #2ED34F
Black with #2ED34F
Text Example
Text Example
White with #2ED34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED34F; }
p { color: rgb(46,211,79); }
H1.HeaderClassName
{
color: #2ED34F;
}
.AnyTagClassName
{
color: #2ED34F;
}
</style>
background-color css
<style>
a { background-color: #2ED34F; }
a { background-color: rgb(46,211,79); }
div.DivClassName
{
background-color: #2ED34F;
}
.BgClassName
{
background-color: #2ED34F;
}
</style>
border-color css
<style>
span { border-color: #2ED34F; }
span { border-color: rgb(46,211,79); }
td.TdClassName
{
border-color: #2ED34F;
}
.TagClassName
{
border-color: #2ED34F;
}
</style>