Shades of Lime Green #2DD549
Tints of Lime Green #2DD549
RGB
CMYK
RGB Variations
Color information
#2DD549 (or 0x2DD549) is known color: Lime Green. HEX triplet: 2D, D5 and 49. RGB value is (45,213,73). Sum of RGB (Red+Green+Blue) = 45+213+73=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD549 is #D22AB6. Grayscale: #939393. Windows color (decimal): -13773495 or 4838701. OLE color: 4838701.
HSL color Cylindrical-coordinate representation of color #2DD549: hue angle of 130º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD549 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 73 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.16 |
| HSL | 130º | 0.67% | 0.51% | - |
| HSV(B) | 130º | 0.79% | 0.84% | - |
| XYZ | 26.08 | 48.63 | 14.31 | - |
| YUV | 146.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 73 | 0.79 | 0 | 0.66 | 0.16 | 130 | 0.67 | 0.51 |
| Hex | 2D | D5 | 49 | 4F | 0 | 42 | 10 | 82 | 43 | 33 |
| Octal | 55 | 325 | 111 | 117 | 0 | 102 | 20 | 202 | 103 | 63 |
| Binary | 101101 | 11010101 | 1001001 | 1001111 | 0 | 1000010 | 10000 | 10000010 | 1000011 | 110011 |
Color Harmonies of #2DD549
Complementary color
Monochromatic Colors of #2DD549
Black with #2DD549
Text Example
Text Example
White with #2DD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD549; }
p { color: rgb(45,213,73); }
H1.HeaderClassName
{
color: #2DD549;
}
.AnyTagClassName
{
color: #2DD549;
}
</style>
background-color css
<style>
a { background-color: #2DD549; }
a { background-color: rgb(45,213,73); }
div.DivClassName
{
background-color: #2DD549;
}
.BgClassName
{
background-color: #2DD549;
}
</style>
border-color css
<style>
span { border-color: #2DD549; }
span { border-color: rgb(45,213,73); }
td.TdClassName
{
border-color: #2DD549;
}
.TagClassName
{
border-color: #2DD549;
}
</style>