Shades of Lime Green #2EDF33
Tints of Lime Green #2EDF33
RGB
CMYK
RGB Variations
Color information
#2EDF33 (or 0x2EDF33) is known color: Lime Green. HEX triplet: 2E, DF and 33. RGB value is (46,223,51). Sum of RGB (Red+Green+Blue) = 46+223+51=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF33 is #D120CC. Grayscale: #969696. Windows color (decimal): -13705421 or 3399470. OLE color: 3399470.
HSL color Cylindrical-coordinate representation of color #2EDF33: hue angle of 121.69º 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 #2EDF33 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 51 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 121.69º | 0.73% | 0.53% | - |
| HSV(B) | 121.69º | 0.79% | 0.87% | - |
| XYZ | 28.11 | 53.6 | 12 | - |
| YUV | 150.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 51 | 0.79 | 0 | 0.77 | 0.13 | 121.69 | 0.73 | 0.53 |
| Hex | 2E | DF | 33 | 4F | 0 | 4D | D | 7A | 49 | 35 |
| Octal | 56 | 337 | 63 | 117 | 0 | 115 | 15 | 172 | 111 | 65 |
| Binary | 101110 | 11011111 | 110011 | 1001111 | 0 | 1001101 | 1101 | 1111010 | 1001001 | 110101 |
Color Harmonies of #2EDF33
Complementary color
Monochromatic Colors of #2EDF33
Black with #2EDF33
Text Example
Text Example
White with #2EDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF33; }
p { color: rgb(46,223,51); }
H1.HeaderClassName
{
color: #2EDF33;
}
.AnyTagClassName
{
color: #2EDF33;
}
</style>
background-color css
<style>
a { background-color: #2EDF33; }
a { background-color: rgb(46,223,51); }
div.DivClassName
{
background-color: #2EDF33;
}
.BgClassName
{
background-color: #2EDF33;
}
</style>
border-color css
<style>
span { border-color: #2EDF33; }
span { border-color: rgb(46,223,51); }
td.TdClassName
{
border-color: #2EDF33;
}
.TagClassName
{
border-color: #2EDF33;
}
</style>