Shades of Lime Green #2EDF32
Tints of Lime Green #2EDF32
RGB
CMYK
RGB Variations
Color information
#2EDF32 (or 0x2EDF32) is known color: Lime Green. HEX triplet: 2E, DF and 32. RGB value is (46,223,50). Sum of RGB (Red+Green+Blue) = 46+223+50=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF32 is #D120CD. Grayscale: #969696. Windows color (decimal): -13705422 or 3333934. OLE color: 3333934.
HSL color Cylindrical-coordinate representation of color #2EDF32: hue angle of 121.36º 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 #2EDF32 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 50 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.13 |
| HSL | 121.36º | 0.73% | 0.53% | - |
| HSV(B) | 121.36º | 0.79% | 0.87% | - |
| XYZ | 28.09 | 53.59 | 11.88 | - |
| YUV | 150.36 | 71.36 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 50 | 0.79 | 0 | 0.78 | 0.13 | 121.36 | 0.73 | 0.53 |
| Hex | 2E | DF | 32 | 4F | 0 | 4E | D | 79 | 49 | 35 |
| Octal | 56 | 337 | 62 | 117 | 0 | 116 | 15 | 171 | 111 | 65 |
| Binary | 101110 | 11011111 | 110010 | 1001111 | 0 | 1001110 | 1101 | 1111001 | 1001001 | 110101 |
Color Harmonies of #2EDF32
Complementary color
Monochromatic Colors of #2EDF32
Black with #2EDF32
Text Example
Text Example
White with #2EDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF32; }
p { color: rgb(46,223,50); }
H1.HeaderClassName
{
color: #2EDF32;
}
.AnyTagClassName
{
color: #2EDF32;
}
</style>
background-color css
<style>
a { background-color: #2EDF32; }
a { background-color: rgb(46,223,50); }
div.DivClassName
{
background-color: #2EDF32;
}
.BgClassName
{
background-color: #2EDF32;
}
</style>
border-color css
<style>
span { border-color: #2EDF32; }
span { border-color: rgb(46,223,50); }
td.TdClassName
{
border-color: #2EDF32;
}
.TagClassName
{
border-color: #2EDF32;
}
</style>