Shades of Lime Green #2ED527
Tints of Lime Green #2ED527
RGB
CMYK
RGB Variations
Color information
#2ED527 (or 0x2ED527) is known color: Lime Green. HEX triplet: 2E, D5 and 27. RGB value is (46,213,39). Sum of RGB (Red+Green+Blue) = 46+213+39=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED527 is #D12AD8. Grayscale: #8F8F8F. Windows color (decimal): -13707993 or 2610478. OLE color: 2610478.
HSL color Cylindrical-coordinate representation of color #2ED527: hue angle of 117.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED527 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 39 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.16 |
| HSL | 117.59º | 0.69% | 0.49% | - |
| HSV(B) | 117.59º | 0.82% | 0.84% | - |
| XYZ | 25.29 | 48.32 | 9.91 | - |
| YUV | 143.23 | 69.17 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 39 | 0.78 | 0 | 0.82 | 0.16 | 117.59 | 0.69 | 0.49 |
| Hex | 2E | D5 | 27 | 4E | 0 | 52 | 10 | 76 | 45 | 31 |
| Octal | 56 | 325 | 47 | 116 | 0 | 122 | 20 | 166 | 105 | 61 |
| Binary | 101110 | 11010101 | 100111 | 1001110 | 0 | 1010010 | 10000 | 1110110 | 1000101 | 110001 |
Color Harmonies of #2ED527
Complementary color
Monochromatic Colors of #2ED527
Black with #2ED527
Text Example
Text Example
White with #2ED527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED527; }
p { color: rgb(46,213,39); }
H1.HeaderClassName
{
color: #2ED527;
}
.AnyTagClassName
{
color: #2ED527;
}
</style>
background-color css
<style>
a { background-color: #2ED527; }
a { background-color: rgb(46,213,39); }
div.DivClassName
{
background-color: #2ED527;
}
.BgClassName
{
background-color: #2ED527;
}
</style>
border-color css
<style>
span { border-color: #2ED527; }
span { border-color: rgb(46,213,39); }
td.TdClassName
{
border-color: #2ED527;
}
.TagClassName
{
border-color: #2ED527;
}
</style>