Shades of Lime Green #2EDF25
Tints of Lime Green #2EDF25
RGB
CMYK
RGB Variations
Color information
#2EDF25 (or 0x2EDF25) is known color: Lime Green. HEX triplet: 2E, DF and 25. RGB value is (46,223,37). Sum of RGB (Red+Green+Blue) = 46+223+37=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF25 is #D120DA. Grayscale: #959595. Windows color (decimal): -13705435 or 2481966. OLE color: 2481966.
HSL color Cylindrical-coordinate representation of color #2EDF25: hue angle of 117.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EDF25 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 37 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.13 |
| HSL | 117.1º | 0.74% | 0.51% | - |
| HSV(B) | 117.1º | 0.83% | 0.87% | - |
| XYZ | 27.85 | 53.49 | 10.61 | - |
| YUV | 148.87 | 64.86 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 37 | 0.79 | 0 | 0.83 | 0.13 | 117.1 | 0.74 | 0.51 |
| Hex | 2E | DF | 25 | 4F | 0 | 53 | D | 75 | 4A | 33 |
| Octal | 56 | 337 | 45 | 117 | 0 | 123 | 15 | 165 | 112 | 63 |
| Binary | 101110 | 11011111 | 100101 | 1001111 | 0 | 1010011 | 1101 | 1110101 | 1001010 | 110011 |
Color Harmonies of #2EDF25
Complementary color
Monochromatic Colors of #2EDF25
Black with #2EDF25
Text Example
Text Example
White with #2EDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF25; }
p { color: rgb(46,223,37); }
H1.HeaderClassName
{
color: #2EDF25;
}
.AnyTagClassName
{
color: #2EDF25;
}
</style>
background-color css
<style>
a { background-color: #2EDF25; }
a { background-color: rgb(46,223,37); }
div.DivClassName
{
background-color: #2EDF25;
}
.BgClassName
{
background-color: #2EDF25;
}
</style>
border-color css
<style>
span { border-color: #2EDF25; }
span { border-color: rgb(46,223,37); }
td.TdClassName
{
border-color: #2EDF25;
}
.TagClassName
{
border-color: #2EDF25;
}
</style>