Shades of Lime Green #2DB647
Tints of Lime Green #2DB647
RGB
CMYK
RGB Variations
Color information
#2DB647 (or 0x2DB647) is known color: Lime Green. HEX triplet: 2D, B6 and 47. RGB value is (45,182,71). Sum of RGB (Red+Green+Blue) = 45+182+71=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB647 is #D249B8. Grayscale: #808080. Windows color (decimal): -13781433 or 4699693. OLE color: 4699693.
HSL color Cylindrical-coordinate representation of color #2DB647: hue angle of 131.39º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB647 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 71 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.29 |
| HSL | 131.39º | 0.6% | 0.45% | - |
| HSV(B) | 131.39º | 0.75% | 0.71% | - |
| XYZ | 18.95 | 34.47 | 11.62 | - |
| YUV | 128.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 71 | 0.75 | 0 | 0.61 | 0.29 | 131.39 | 0.6 | 0.45 |
| Hex | 2D | B6 | 47 | 4B | 0 | 3D | 1D | 83 | 3C | 2D |
| Octal | 55 | 266 | 107 | 113 | 0 | 75 | 35 | 203 | 74 | 55 |
| Binary | 101101 | 10110110 | 1000111 | 1001011 | 0 | 111101 | 11101 | 10000011 | 111100 | 101101 |
Color Harmonies of #2DB647
Complementary color
Monochromatic Colors of #2DB647
Black with #2DB647
Text Example
Text Example
White with #2DB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB647; }
p { color: rgb(45,182,71); }
H1.HeaderClassName
{
color: #2DB647;
}
.AnyTagClassName
{
color: #2DB647;
}
</style>
background-color css
<style>
a { background-color: #2DB647; }
a { background-color: rgb(45,182,71); }
div.DivClassName
{
background-color: #2DB647;
}
.BgClassName
{
background-color: #2DB647;
}
</style>
border-color css
<style>
span { border-color: #2DB647; }
span { border-color: rgb(45,182,71); }
td.TdClassName
{
border-color: #2DB647;
}
.TagClassName
{
border-color: #2DB647;
}
</style>