Shades of Lime Green #2ED727
Tints of Lime Green #2ED727
RGB
CMYK
RGB Variations
Color information
#2ED727 (or 0x2ED727) is known color: Lime Green. HEX triplet: 2E, D7 and 27. RGB value is (46,215,39). Sum of RGB (Red+Green+Blue) = 46+215+39=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED727 is #D128D8. Grayscale: #909090. Windows color (decimal): -13707481 or 2610990. OLE color: 2610990.
HSL color Cylindrical-coordinate representation of color #2ED727: hue angle of 117.61º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED727 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 39 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.16 |
| HSL | 117.61º | 0.69% | 0.5% | - |
| HSV(B) | 117.61º | 0.82% | 0.84% | - |
| XYZ | 25.79 | 49.33 | 10.08 | - |
| YUV | 144.41 | 68.51 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 39 | 0.79 | 0 | 0.82 | 0.16 | 117.61 | 0.69 | 0.5 |
| Hex | 2E | D7 | 27 | 4F | 0 | 52 | 10 | 76 | 45 | 32 |
| Octal | 56 | 327 | 47 | 117 | 0 | 122 | 20 | 166 | 105 | 62 |
| Binary | 101110 | 11010111 | 100111 | 1001111 | 0 | 1010010 | 10000 | 1110110 | 1000101 | 110010 |
Color Harmonies of #2ED727
Complementary color
Monochromatic Colors of #2ED727
Black with #2ED727
Text Example
Text Example
White with #2ED727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED727; }
p { color: rgb(46,215,39); }
H1.HeaderClassName
{
color: #2ED727;
}
.AnyTagClassName
{
color: #2ED727;
}
</style>
background-color css
<style>
a { background-color: #2ED727; }
a { background-color: rgb(46,215,39); }
div.DivClassName
{
background-color: #2ED727;
}
.BgClassName
{
background-color: #2ED727;
}
</style>
border-color css
<style>
span { border-color: #2ED727; }
span { border-color: rgb(46,215,39); }
td.TdClassName
{
border-color: #2ED727;
}
.TagClassName
{
border-color: #2ED727;
}
</style>