Shades of Lime Green #2DB746
Tints of Lime Green #2DB746
RGB
CMYK
RGB Variations
Color information
#2DB746 (or 0x2DB746) is known color: Lime Green. HEX triplet: 2D, B7 and 46. RGB value is (45,183,70). Sum of RGB (Red+Green+Blue) = 45+183+70=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 183 (71.88% from 255 or 61.41% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB746 is #D248B9. Grayscale: #818181. Windows color (decimal): -13781178 or 4634413. OLE color: 4634413.
HSL color Cylindrical-coordinate representation of color #2DB746: hue angle of 130.87º 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 #2DB746 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 70 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.28 |
| HSL | 130.87º | 0.61% | 0.45% | - |
| HSV(B) | 130.87º | 0.75% | 0.72% | - |
| XYZ | 19.12 | 34.87 | 11.52 | - |
| YUV | 128.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 70 | 0.75 | 0 | 0.62 | 0.28 | 130.87 | 0.61 | 0.45 |
| Hex | 2D | B7 | 46 | 4B | 0 | 3E | 1C | 83 | 3D | 2D |
| Octal | 55 | 267 | 106 | 113 | 0 | 76 | 34 | 203 | 75 | 55 |
| Binary | 101101 | 10110111 | 1000110 | 1001011 | 0 | 111110 | 11100 | 10000011 | 111101 | 101101 |
Color Harmonies of #2DB746
Complementary color
Monochromatic Colors of #2DB746
Black with #2DB746
Text Example
Text Example
White with #2DB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB746; }
p { color: rgb(45,183,70); }
H1.HeaderClassName
{
color: #2DB746;
}
.AnyTagClassName
{
color: #2DB746;
}
</style>
background-color css
<style>
a { background-color: #2DB746; }
a { background-color: rgb(45,183,70); }
div.DivClassName
{
background-color: #2DB746;
}
.BgClassName
{
background-color: #2DB746;
}
</style>
border-color css
<style>
span { border-color: #2DB746; }
span { border-color: rgb(45,183,70); }
td.TdClassName
{
border-color: #2DB746;
}
.TagClassName
{
border-color: #2DB746;
}
</style>