Shades of Lime Green #2EDF34
Tints of Lime Green #2EDF34
RGB
CMYK
RGB Variations
Color information
#2EDF34 (or 0x2EDF34) is known color: Lime Green. HEX triplet: 2E, DF and 34. RGB value is (46,223,52). Sum of RGB (Red+Green+Blue) = 46+223+52=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF34 is #D120CB. Grayscale: #979797. Windows color (decimal): -13705420 or 3465006. OLE color: 3465006.
HSL color Cylindrical-coordinate representation of color #2EDF34: hue angle of 122.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF34 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 52 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 122.03º | 0.73% | 0.53% | - |
| HSV(B) | 122.03º | 0.79% | 0.87% | - |
| XYZ | 28.13 | 53.6 | 12.11 | - |
| YUV | 150.58 | 72.36 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 52 | 0.79 | 0 | 0.77 | 0.13 | 122.03 | 0.73 | 0.53 |
| Hex | 2E | DF | 34 | 4F | 0 | 4D | D | 7A | 49 | 35 |
| Octal | 56 | 337 | 64 | 117 | 0 | 115 | 15 | 172 | 111 | 65 |
| Binary | 101110 | 11011111 | 110100 | 1001111 | 0 | 1001101 | 1101 | 1111010 | 1001001 | 110101 |
Color Harmonies of #2EDF34
Complementary color
Monochromatic Colors of #2EDF34
Black with #2EDF34
Text Example
Text Example
White with #2EDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF34; }
p { color: rgb(46,223,52); }
H1.HeaderClassName
{
color: #2EDF34;
}
.AnyTagClassName
{
color: #2EDF34;
}
</style>
background-color css
<style>
a { background-color: #2EDF34; }
a { background-color: rgb(46,223,52); }
div.DivClassName
{
background-color: #2EDF34;
}
.BgClassName
{
background-color: #2EDF34;
}
</style>
border-color css
<style>
span { border-color: #2EDF34; }
span { border-color: rgb(46,223,52); }
td.TdClassName
{
border-color: #2EDF34;
}
.TagClassName
{
border-color: #2EDF34;
}
</style>