Shades of Lime Green #2DBE47
Tints of Lime Green #2DBE47
RGB
CMYK
RGB Variations
Color information
#2DBE47 (or 0x2DBE47) is known color: Lime Green. HEX triplet: 2D, BE and 47. RGB value is (45,190,71). Sum of RGB (Red+Green+Blue) = 45+190+71=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE47 is #D241B8. Grayscale: #858585. Windows color (decimal): -13779385 or 4701741. OLE color: 4701741.
HSL color Cylindrical-coordinate representation of color #2DBE47: hue angle of 130.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE47 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 71 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.25 |
| HSL | 130.76º | 0.62% | 0.46% | - |
| HSV(B) | 130.76º | 0.76% | 0.75% | - |
| XYZ | 20.63 | 37.84 | 12.18 | - |
| YUV | 133.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 71 | 0.76 | 0 | 0.63 | 0.25 | 130.76 | 0.62 | 0.46 |
| Hex | 2D | BE | 47 | 4C | 0 | 3F | 19 | 83 | 3E | 2E |
| Octal | 55 | 276 | 107 | 114 | 0 | 77 | 31 | 203 | 76 | 56 |
| Binary | 101101 | 10111110 | 1000111 | 1001100 | 0 | 111111 | 11001 | 10000011 | 111110 | 101110 |
Color Harmonies of #2DBE47
Complementary color
Monochromatic Colors of #2DBE47
Black with #2DBE47
Text Example
Text Example
White with #2DBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE47; }
p { color: rgb(45,190,71); }
H1.HeaderClassName
{
color: #2DBE47;
}
.AnyTagClassName
{
color: #2DBE47;
}
</style>
background-color css
<style>
a { background-color: #2DBE47; }
a { background-color: rgb(45,190,71); }
div.DivClassName
{
background-color: #2DBE47;
}
.BgClassName
{
background-color: #2DBE47;
}
</style>
border-color css
<style>
span { border-color: #2DBE47; }
span { border-color: rgb(45,190,71); }
td.TdClassName
{
border-color: #2DBE47;
}
.TagClassName
{
border-color: #2DBE47;
}
</style>