Shades of Lime Green #2EDF38
Tints of Lime Green #2EDF38
RGB
CMYK
RGB Variations
Color information
#2EDF38 (or 0x2EDF38) is known color: Lime Green. HEX triplet: 2E, DF and 38. RGB value is (46,223,56). Sum of RGB (Red+Green+Blue) = 46+223+56=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF38 is #D120C7. Grayscale: #979797. Windows color (decimal): -13705416 or 3727150. OLE color: 3727150.
HSL color Cylindrical-coordinate representation of color #2EDF38: hue angle of 123.39º 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 #2EDF38 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 56 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.13 |
| HSL | 123.39º | 0.73% | 0.53% | - |
| HSV(B) | 123.39º | 0.79% | 0.87% | - |
| XYZ | 28.23 | 53.64 | 12.61 | - |
| YUV | 151.04 | 74.36 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 56 | 0.79 | 0 | 0.75 | 0.13 | 123.39 | 0.73 | 0.53 |
| Hex | 2E | DF | 38 | 4F | 0 | 4B | D | 7B | 49 | 35 |
| Octal | 56 | 337 | 70 | 117 | 0 | 113 | 15 | 173 | 111 | 65 |
| Binary | 101110 | 11011111 | 111000 | 1001111 | 0 | 1001011 | 1101 | 1111011 | 1001001 | 110101 |
Color Harmonies of #2EDF38
Complementary color
Monochromatic Colors of #2EDF38
Black with #2EDF38
Text Example
Text Example
White with #2EDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF38; }
p { color: rgb(46,223,56); }
H1.HeaderClassName
{
color: #2EDF38;
}
.AnyTagClassName
{
color: #2EDF38;
}
</style>
background-color css
<style>
a { background-color: #2EDF38; }
a { background-color: rgb(46,223,56); }
div.DivClassName
{
background-color: #2EDF38;
}
.BgClassName
{
background-color: #2EDF38;
}
</style>
border-color css
<style>
span { border-color: #2EDF38; }
span { border-color: rgb(46,223,56); }
td.TdClassName
{
border-color: #2EDF38;
}
.TagClassName
{
border-color: #2EDF38;
}
</style>