Shades of Lime Green #2DE048
Tints of Lime Green #2DE048
RGB
CMYK
RGB Variations
Color information
#2DE048 (or 0x2DE048) is known color: Lime Green. HEX triplet: 2D, E0 and 48. RGB value is (45,224,72). Sum of RGB (Red+Green+Blue) = 45+224+72=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE048 is #D21FB7. Grayscale: #999999. Windows color (decimal): -13770680 or 4775981. OLE color: 4775981.
HSL color Cylindrical-coordinate representation of color #2DE048: hue angle of 129.05º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE048 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 72 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.12 |
| HSL | 129.05º | 0.74% | 0.53% | - |
| HSV(B) | 129.05º | 0.8% | 0.88% | - |
| XYZ | 28.91 | 54.34 | 15.1 | - |
| YUV | 153.15 | 82.2 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 72 | 0.80 | 0 | 0.68 | 0.12 | 129.05 | 0.74 | 0.53 |
| Hex | 2D | E0 | 48 | 50 | 0 | 44 | C | 81 | 4A | 35 |
| Octal | 55 | 340 | 110 | 120 | 0 | 104 | 14 | 201 | 112 | 65 |
| Binary | 101101 | 11100000 | 1001000 | 1010000 | 0 | 1000100 | 1100 | 10000001 | 1001010 | 110101 |
Color Harmonies of #2DE048
Complementary color
Monochromatic Colors of #2DE048
Black with #2DE048
Text Example
Text Example
White with #2DE048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE048; }
p { color: rgb(45,224,72); }
H1.HeaderClassName
{
color: #2DE048;
}
.AnyTagClassName
{
color: #2DE048;
}
</style>
background-color css
<style>
a { background-color: #2DE048; }
a { background-color: rgb(45,224,72); }
div.DivClassName
{
background-color: #2DE048;
}
.BgClassName
{
background-color: #2DE048;
}
</style>
border-color css
<style>
span { border-color: #2DE048; }
span { border-color: rgb(45,224,72); }
td.TdClassName
{
border-color: #2DE048;
}
.TagClassName
{
border-color: #2DE048;
}
</style>