Shades of Lime Green #2DE122
Tints of Lime Green #2DE122
RGB
CMYK
RGB Variations
Color information
#2DE122 (or 0x2DE122) is known color: Lime Green. HEX triplet: 2D, E1 and 22. RGB value is (45,225,34). Sum of RGB (Red+Green+Blue) = 45+225+34=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE122 is #D21EDD. Grayscale: #959595. Windows color (decimal): -13770462 or 2285869. OLE color: 2285869.
HSL color Cylindrical-coordinate representation of color #2DE122: hue angle of 116.54º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DE122 is Cyan = 0.8, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 34 | - |
| CMYK | 0.8 | 0 | 0.85 | 0.12 |
| HSL | 116.54º | 0.76% | 0.51% | - |
| HSV(B) | 116.54º | 0.85% | 0.88% | - |
| XYZ | 28.3 | 54.52 | 10.55 | - |
| YUV | 149.41 | 62.87 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 34 | 0.8 | 0 | 0.85 | 0.12 | 116.54 | 0.76 | 0.51 |
| Hex | 2D | E1 | 22 | 50 | 0 | 55 | C | 75 | 4C | 33 |
| Octal | 55 | 341 | 42 | 120 | 0 | 125 | 14 | 165 | 114 | 63 |
| Binary | 101101 | 11100001 | 100010 | 1010000 | 0 | 1010101 | 1100 | 1110101 | 1001100 | 110011 |
Color Harmonies of #2DE122
Complementary color
Monochromatic Colors of #2DE122
Black with #2DE122
Text Example
Text Example
White with #2DE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE122; }
p { color: rgb(45,225,34); }
H1.HeaderClassName
{
color: #2DE122;
}
.AnyTagClassName
{
color: #2DE122;
}
</style>
background-color css
<style>
a { background-color: #2DE122; }
a { background-color: rgb(45,225,34); }
div.DivClassName
{
background-color: #2DE122;
}
.BgClassName
{
background-color: #2DE122;
}
</style>
border-color css
<style>
span { border-color: #2DE122; }
span { border-color: rgb(45,225,34); }
td.TdClassName
{
border-color: #2DE122;
}
.TagClassName
{
border-color: #2DE122;
}
</style>