Shades of Lime Green #2DE127
Tints of Lime Green #2DE127
RGB
CMYK
RGB Variations
Color information
#2DE127 (or 0x2DE127) is known color: Lime Green. HEX triplet: 2D, E1 and 27. RGB value is (45,225,39). Sum of RGB (Red+Green+Blue) = 45+225+39=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE127 is #D21ED8. Grayscale: #969696. Windows color (decimal): -13770457 or 2613549. OLE color: 2613549.
HSL color Cylindrical-coordinate representation of color #2DE127: hue angle of 118.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DE127 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 39 | - |
| CMYK | 0.8 | 0 | 0.83 | 0.12 |
| HSL | 118.06º | 0.76% | 0.52% | - |
| HSV(B) | 118.06º | 0.83% | 0.88% | - |
| XYZ | 28.37 | 54.55 | 10.95 | - |
| YUV | 149.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 39 | 0.8 | 0 | 0.83 | 0.12 | 118.06 | 0.76 | 0.52 |
| Hex | 2D | E1 | 27 | 50 | 0 | 53 | C | 76 | 4C | 34 |
| Octal | 55 | 341 | 47 | 120 | 0 | 123 | 14 | 166 | 114 | 64 |
| Binary | 101101 | 11100001 | 100111 | 1010000 | 0 | 1010011 | 1100 | 1110110 | 1001100 | 110100 |
Color Harmonies of #2DE127
Complementary color
Monochromatic Colors of #2DE127
Black with #2DE127
Text Example
Text Example
White with #2DE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE127; }
p { color: rgb(45,225,39); }
H1.HeaderClassName
{
color: #2DE127;
}
.AnyTagClassName
{
color: #2DE127;
}
</style>
background-color css
<style>
a { background-color: #2DE127; }
a { background-color: rgb(45,225,39); }
div.DivClassName
{
background-color: #2DE127;
}
.BgClassName
{
background-color: #2DE127;
}
</style>
border-color css
<style>
span { border-color: #2DE127; }
span { border-color: rgb(45,225,39); }
td.TdClassName
{
border-color: #2DE127;
}
.TagClassName
{
border-color: #2DE127;
}
</style>