Shades of Lime Green #2DE449
Tints of Lime Green #2DE449
RGB
CMYK
RGB Variations
Color information
#2DE449 (or 0x2DE449) is known color: Lime Green. HEX triplet: 2D, E4 and 49. RGB value is (45,228,73). Sum of RGB (Red+Green+Blue) = 45+228+73=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE449 is #D21BB6. Grayscale: #9C9C9C. Windows color (decimal): -13769655 or 4842541. OLE color: 4842541.
HSL color Cylindrical-coordinate representation of color #2DE449: hue angle of 129.18º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE449 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 228 | 73 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.11 |
| HSL | 129.18º | 0.77% | 0.54% | - |
| HSV(B) | 129.18º | 0.8% | 0.89% | - |
| XYZ | 30.03 | 56.53 | 15.63 | - |
| YUV | 155.61 | 81.37 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 228 | 73 | 0.80 | 0 | 0.68 | 0.11 | 129.18 | 0.77 | 0.54 |
| Hex | 2D | E4 | 49 | 50 | 0 | 44 | B | 81 | 4D | 36 |
| Octal | 55 | 344 | 111 | 120 | 0 | 104 | 13 | 201 | 115 | 66 |
| Binary | 101101 | 11100100 | 1001001 | 1010000 | 0 | 1000100 | 1011 | 10000001 | 1001101 | 110110 |
Color Harmonies of #2DE449
Complementary color
Monochromatic Colors of #2DE449
Black with #2DE449
Text Example
Text Example
White with #2DE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE449; }
p { color: rgb(45,228,73); }
H1.HeaderClassName
{
color: #2DE449;
}
.AnyTagClassName
{
color: #2DE449;
}
</style>
background-color css
<style>
a { background-color: #2DE449; }
a { background-color: rgb(45,228,73); }
div.DivClassName
{
background-color: #2DE449;
}
.BgClassName
{
background-color: #2DE449;
}
</style>
border-color css
<style>
span { border-color: #2DE449; }
span { border-color: rgb(45,228,73); }
td.TdClassName
{
border-color: #2DE449;
}
.TagClassName
{
border-color: #2DE449;
}
</style>