Shades of Lime Green #2DBF46
Tints of Lime Green #2DBF46
RGB
CMYK
RGB Variations
Color information
#2DBF46 (or 0x2DBF46) is known color: Lime Green. HEX triplet: 2D, BF and 46. RGB value is (45,191,70). Sum of RGB (Red+Green+Blue) = 45+191+70=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF46 is #D240B9. Grayscale: #858585. Windows color (decimal): -13779130 or 4636461. OLE color: 4636461.
HSL color Cylindrical-coordinate representation of color #2DBF46: hue angle of 130.27º 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 #2DBF46 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 70 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.25 |
| HSL | 130.27º | 0.62% | 0.46% | - |
| HSV(B) | 130.27º | 0.76% | 0.75% | - |
| XYZ | 20.82 | 38.26 | 12.08 | - |
| YUV | 133.55 | 92.13 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 70 | 0.76 | 0 | 0.63 | 0.25 | 130.27 | 0.62 | 0.46 |
| Hex | 2D | BF | 46 | 4C | 0 | 3F | 19 | 82 | 3E | 2E |
| Octal | 55 | 277 | 106 | 114 | 0 | 77 | 31 | 202 | 76 | 56 |
| Binary | 101101 | 10111111 | 1000110 | 1001100 | 0 | 111111 | 11001 | 10000010 | 111110 | 101110 |
Color Harmonies of #2DBF46
Complementary color
Monochromatic Colors of #2DBF46
Black with #2DBF46
Text Example
Text Example
White with #2DBF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF46; }
p { color: rgb(45,191,70); }
H1.HeaderClassName
{
color: #2DBF46;
}
.AnyTagClassName
{
color: #2DBF46;
}
</style>
background-color css
<style>
a { background-color: #2DBF46; }
a { background-color: rgb(45,191,70); }
div.DivClassName
{
background-color: #2DBF46;
}
.BgClassName
{
background-color: #2DBF46;
}
</style>
border-color css
<style>
span { border-color: #2DBF46; }
span { border-color: rgb(45,191,70); }
td.TdClassName
{
border-color: #2DBF46;
}
.TagClassName
{
border-color: #2DBF46;
}
</style>