Shades of Lime Green #2DB748
Tints of Lime Green #2DB748
RGB
CMYK
RGB Variations
Color information
#2DB748 (or 0x2DB748) is known color: Lime Green. HEX triplet: 2D, B7 and 48. RGB value is (45,183,72). Sum of RGB (Red+Green+Blue) = 45+183+72=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB748 is #D248B7. Grayscale: #818181. Windows color (decimal): -13781176 or 4765485. OLE color: 4765485.
HSL color Cylindrical-coordinate representation of color #2DB748: hue angle of 131.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB748 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 72 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.28 |
| HSL | 131.74º | 0.61% | 0.45% | - |
| HSV(B) | 131.74º | 0.75% | 0.72% | - |
| XYZ | 19.19 | 34.89 | 11.85 | - |
| YUV | 129.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 72 | 0.75 | 0 | 0.61 | 0.28 | 131.74 | 0.61 | 0.45 |
| Hex | 2D | B7 | 48 | 4B | 0 | 3D | 1C | 84 | 3D | 2D |
| Octal | 55 | 267 | 110 | 113 | 0 | 75 | 34 | 204 | 75 | 55 |
| Binary | 101101 | 10110111 | 1001000 | 1001011 | 0 | 111101 | 11100 | 10000100 | 111101 | 101101 |
Color Harmonies of #2DB748
Complementary color
Monochromatic Colors of #2DB748
Black with #2DB748
Text Example
Text Example
White with #2DB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB748; }
p { color: rgb(45,183,72); }
H1.HeaderClassName
{
color: #2DB748;
}
.AnyTagClassName
{
color: #2DB748;
}
</style>
background-color css
<style>
a { background-color: #2DB748; }
a { background-color: rgb(45,183,72); }
div.DivClassName
{
background-color: #2DB748;
}
.BgClassName
{
background-color: #2DB748;
}
</style>
border-color css
<style>
span { border-color: #2DB748; }
span { border-color: rgb(45,183,72); }
td.TdClassName
{
border-color: #2DB748;
}
.TagClassName
{
border-color: #2DB748;
}
</style>