Shades of Lime Green #2DE224
Tints of Lime Green #2DE224
RGB
CMYK
RGB Variations
Color information
#2DE224 (or 0x2DE224) is known color: Lime Green. HEX triplet: 2D, E2 and 24. RGB value is (45,226,36). Sum of RGB (Red+Green+Blue) = 45+226+36=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 226 (88.67% from 255 or 73.62% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE224 is #D21DDB. Grayscale: #969696. Windows color (decimal): -13770204 or 2417197. OLE color: 2417197.
HSL color Cylindrical-coordinate representation of color #2DE224: hue angle of 117.16º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DE224 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 36 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.11 |
| HSL | 117.16º | 0.77% | 0.51% | - |
| HSV(B) | 117.16º | 0.84% | 0.89% | - |
| XYZ | 28.6 | 55.08 | 10.79 | - |
| YUV | 150.22 | 63.53 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 36 | 0.80 | 0 | 0.84 | 0.11 | 117.16 | 0.77 | 0.51 |
| Hex | 2D | E2 | 24 | 50 | 0 | 54 | B | 75 | 4D | 33 |
| Octal | 55 | 342 | 44 | 120 | 0 | 124 | 13 | 165 | 115 | 63 |
| Binary | 101101 | 11100010 | 100100 | 1010000 | 0 | 1010100 | 1011 | 1110101 | 1001101 | 110011 |
Color Harmonies of #2DE224
Complementary color
Monochromatic Colors of #2DE224
Black with #2DE224
Text Example
Text Example
White with #2DE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE224; }
p { color: rgb(45,226,36); }
H1.HeaderClassName
{
color: #2DE224;
}
.AnyTagClassName
{
color: #2DE224;
}
</style>
background-color css
<style>
a { background-color: #2DE224; }
a { background-color: rgb(45,226,36); }
div.DivClassName
{
background-color: #2DE224;
}
.BgClassName
{
background-color: #2DE224;
}
</style>
border-color css
<style>
span { border-color: #2DE224; }
span { border-color: rgb(45,226,36); }
td.TdClassName
{
border-color: #2DE224;
}
.TagClassName
{
border-color: #2DE224;
}
</style>