Shades of Lime Green #2DE528
Tints of Lime Green #2DE528
RGB
CMYK
RGB Variations
Color information
#2DE528 (or 0x2DE528) is known color: Lime Green. HEX triplet: 2D, E5 and 28. RGB value is (45,229,40). Sum of RGB (Red+Green+Blue) = 45+229+40=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 229 (89.84% from 255 or 72.93% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE528 is #D21AD7. Grayscale: #999999. Windows color (decimal): -13769432 or 2680109. OLE color: 2680109.
HSL color Cylindrical-coordinate representation of color #2DE528: hue angle of 118.41º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DE528 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 40 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.10 |
| HSL | 118.41º | 0.78% | 0.53% | - |
| HSV(B) | 118.41º | 0.83% | 0.9% | - |
| XYZ | 29.48 | 56.75 | 11.41 | - |
| YUV | 152.44 | 64.54 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 40 | 0.80 | 0 | 0.83 | 0.10 | 118.41 | 0.78 | 0.53 |
| Hex | 2D | E5 | 28 | 50 | 0 | 53 | A | 76 | 4E | 35 |
| Octal | 55 | 345 | 50 | 120 | 0 | 123 | 12 | 166 | 116 | 65 |
| Binary | 101101 | 11100101 | 101000 | 1010000 | 0 | 1010011 | 1010 | 1110110 | 1001110 | 110101 |
Color Harmonies of #2DE528
Complementary color
Monochromatic Colors of #2DE528
Black with #2DE528
Text Example
Text Example
White with #2DE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE528; }
p { color: rgb(45,229,40); }
H1.HeaderClassName
{
color: #2DE528;
}
.AnyTagClassName
{
color: #2DE528;
}
</style>
background-color css
<style>
a { background-color: #2DE528; }
a { background-color: rgb(45,229,40); }
div.DivClassName
{
background-color: #2DE528;
}
.BgClassName
{
background-color: #2DE528;
}
</style>
border-color css
<style>
span { border-color: #2DE528; }
span { border-color: rgb(45,229,40); }
td.TdClassName
{
border-color: #2DE528;
}
.TagClassName
{
border-color: #2DE528;
}
</style>