Shades of Lime Green #2DE545
Tints of Lime Green #2DE545
RGB
CMYK
RGB Variations
Color information
#2DE545 (or 0x2DE545) is known color: Lime Green. HEX triplet: 2D, E5 and 45. RGB value is (45,229,69). Sum of RGB (Red+Green+Blue) = 45+229+69=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 229 (89.84% from 255 or 66.76% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE545 is #D21ABA. Grayscale: #9C9C9C. Windows color (decimal): -13769403 or 4580653. OLE color: 4580653.
HSL color Cylindrical-coordinate representation of color #2DE545: hue angle of 127.83º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE545 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 69 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.10 |
| HSL | 127.83º | 0.78% | 0.54% | - |
| HSV(B) | 127.83º | 0.8% | 0.9% | - |
| XYZ | 30.18 | 57.03 | 15.05 | - |
| YUV | 155.74 | 79.04 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 69 | 0.80 | 0 | 0.70 | 0.10 | 127.83 | 0.78 | 0.54 |
| Hex | 2D | E5 | 45 | 50 | 0 | 46 | A | 80 | 4E | 36 |
| Octal | 55 | 345 | 105 | 120 | 0 | 106 | 12 | 200 | 116 | 66 |
| Binary | 101101 | 11100101 | 1000101 | 1010000 | 0 | 1000110 | 1010 | 10000000 | 1001110 | 110110 |
Color Harmonies of #2DE545
Complementary color
Monochromatic Colors of #2DE545
Black with #2DE545
Text Example
Text Example
White with #2DE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE545; }
p { color: rgb(45,229,69); }
H1.HeaderClassName
{
color: #2DE545;
}
.AnyTagClassName
{
color: #2DE545;
}
</style>
background-color css
<style>
a { background-color: #2DE545; }
a { background-color: rgb(45,229,69); }
div.DivClassName
{
background-color: #2DE545;
}
.BgClassName
{
background-color: #2DE545;
}
</style>
border-color css
<style>
span { border-color: #2DE545; }
span { border-color: rgb(45,229,69); }
td.TdClassName
{
border-color: #2DE545;
}
.TagClassName
{
border-color: #2DE545;
}
</style>