Shades of Lime Green #2DD73B
Tints of Lime Green #2DD73B
RGB
CMYK
RGB Variations
Color information
#2DD73B (or 0x2DD73B) is known color: Lime Green. HEX triplet: 2D, D7 and 3B. RGB value is (45,215,59). Sum of RGB (Red+Green+Blue) = 45+215+59=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD73B is #D228C4. Grayscale: #929292. Windows color (decimal): -13772997 or 3921709. OLE color: 3921709.
HSL color Cylindrical-coordinate representation of color #2DD73B: hue angle of 124.94º degrees, saturation: 0.68, 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 #2DD73B is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 59 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.16 |
| HSL | 124.94º | 0.68% | 0.51% | - |
| HSV(B) | 124.94º | 0.79% | 0.84% | - |
| XYZ | 26.17 | 49.47 | 12.31 | - |
| YUV | 146.39 | 78.68 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 59 | 0.79 | 0 | 0.73 | 0.16 | 124.94 | 0.68 | 0.51 |
| Hex | 2D | D7 | 3B | 4F | 0 | 49 | 10 | 7D | 44 | 33 |
| Octal | 55 | 327 | 73 | 117 | 0 | 111 | 20 | 175 | 104 | 63 |
| Binary | 101101 | 11010111 | 111011 | 1001111 | 0 | 1001001 | 10000 | 1111101 | 1000100 | 110011 |
Color Harmonies of #2DD73B
Complementary color
Monochromatic Colors of #2DD73B
Black with #2DD73B
Text Example
Text Example
White with #2DD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD73B; }
p { color: rgb(45,215,59); }
H1.HeaderClassName
{
color: #2DD73B;
}
.AnyTagClassName
{
color: #2DD73B;
}
</style>
background-color css
<style>
a { background-color: #2DD73B; }
a { background-color: rgb(45,215,59); }
div.DivClassName
{
background-color: #2DD73B;
}
.BgClassName
{
background-color: #2DD73B;
}
</style>
border-color css
<style>
span { border-color: #2DD73B; }
span { border-color: rgb(45,215,59); }
td.TdClassName
{
border-color: #2DD73B;
}
.TagClassName
{
border-color: #2DD73B;
}
</style>